Home
last modified time | relevance | path

Searched refs:CLPlatformImpl (Results 1 – 12 of 12) sorted by relevance

/external/angle/src/libANGLE/renderer/
DCLPlatformImpl.cpp13 CLPlatformImpl::Info::Info() = default;
15 CLPlatformImpl::Info::~Info() = default;
17 CLPlatformImpl::Info::Info(Info &&) = default;
19 CLPlatformImpl::Info &CLPlatformImpl::Info::operator=(Info &&) = default;
21 CLPlatformImpl::CLPlatformImpl(const cl::Platform &platform) : mPlatform(platform) {} in CLPlatformImpl() function in rx::CLPlatformImpl
23 CLPlatformImpl::~CLPlatformImpl() = default;
DCLPlatformImpl.h18 class CLPlatformImpl : angle::NonCopyable
21 using Ptr = std::unique_ptr<CLPlatformImpl>;
43 explicit CLPlatformImpl(const cl::Platform &platform);
44 virtual ~CLPlatformImpl();
DCLtypes.h22 class CLPlatformImpl; variable
/external/angle/src/libANGLE/
DCLPlatform.h26 rx::CLPlatformImpl::CreateFuncs &&createFuncs);
61 const rx::CLPlatformImpl::Info &getInfo() const;
66 template <typename T = rx::CLPlatformImpl>
74 explicit Platform(const rx::CLPlatformImpl::CreateFunc &createFunc);
80 const rx::CLPlatformImpl::Ptr mImpl;
81 const rx::CLPlatformImpl::Info mInfo;
105 inline const rx::CLPlatformImpl::Info &Platform::getInfo() const in getInfo()
DCLPlatform.cpp64 rx::CLPlatformImpl::CreateFuncs &&createFuncs) in Initialize()
255 Platform::Platform(const rx::CLPlatformImpl::CreateFunc &createFunc) in Platform()
/external/angle/src/libANGLE/renderer/vulkan/
DCLPlatformVk.cpp42 CLPlatformImpl::Info CLPlatformVk::createInfo() const in createInfo()
105 CLPlatformVk::CLPlatformVk(const cl::Platform &platform) : CLPlatformImpl(platform) {} in CLPlatformVk()
DCLPlatformVk.h16 class CLPlatformVk : public CLPlatformImpl
/external/angle/src/libGLESv2/
Dentry_points_cl_utils.cpp55 rx::CLPlatformImpl::CreateFuncs createFuncs; in InitBackEnds()
/external/angle/src/libANGLE/renderer/cl/
DCLPlatformCL.h16 class CLPlatformCL : public CLPlatformImpl
DCLPlatformCL.cpp51 CLPlatformImpl::Info CLPlatformCL::createInfo() const in createInfo()
448 : CLPlatformImpl(platform), mNative(native) in CLPlatformCL()
DCLContextCL.cpp199 const CLPlatformImpl::Info &info = mContext.getPlatform().getInfo(); in getSupportedImageFormats()
/external/angle/src/
DlibGLESv2.gni481 "src/libANGLE/renderer/CLPlatformImpl.h",
510 "src/libANGLE/renderer/CLPlatformImpl.cpp",