Home
last modified time | relevance | path

Searched refs:CLExtensions (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/libANGLE/renderer/
DCLExtensions.h16 struct CLExtensions struct
18 CLExtensions();
19 ~CLExtensions();
21 CLExtensions(const CLExtensions &) = delete;
22 CLExtensions &operator=(const CLExtensions &) = delete; argument
24 CLExtensions(CLExtensions &&);
25 CLExtensions &operator=(CLExtensions &&); argument
DCLExtensions.cpp15 CLExtensions::CLExtensions() = default;
17 CLExtensions::~CLExtensions() = default;
19 CLExtensions::CLExtensions(CLExtensions &&) = default;
21 CLExtensions &CLExtensions::operator=(CLExtensions &&) = default;
23 void CLExtensions::initializeExtensions(std::string &&extensionStr) in initializeExtensions()
DCLtypes.h26 struct CLExtensions;
DCLPlatformImpl.h25 struct Info : public CLExtensions
DCLDeviceImpl.h25 struct Info : public CLExtensions
/external/angle/src/libANGLE/
Dcl_utils.h29 bool IsValidImageFormat(const cl_image_format *imageFormat, const rx::CLExtensions &extensions);
Dcl_utils.cpp90 bool IsValidImageFormat(const cl_image_format *imageFormat, const rx::CLExtensions &extensions) in IsValidImageFormat()
/external/angle/src/
DlibGLESv2.gni478 "src/libANGLE/renderer/CLExtensions.h",
507 "src/libANGLE/renderer/CLExtensions.cpp",