Home
last modified time | relevance | path

Searched refs:CLPlatformImpl (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DCLPlatformImpl.cpp6 // CLPlatformImpl.cpp: Implements the class methods for CLPlatformImpl.
8 #include "libANGLE/renderer/CLPlatformImpl.h"
13 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(cons function in rx::CLPlatformImpl
[all...]
H A DCLPlatformImpl.h6 // CLPlatformImpl.h: Defines the abstract rx::CLPlatformImpl class.
18 class CLPlatformImpl : angle::NonCopyable class
21 using Ptr = std::unique_ptr<CLPlatformImpl>;
43 explicit CLPlatformImpl(const cl::Platform &platform);
44 virtual ~CLPlatformImpl();
H A DCLtypes.h22 class CLPlatformImpl;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLPlatform.h13 #include "libANGLE/renderer/CLPlatformImpl.h"
26 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()
H A DCLPlatform.cpp64 rx::CLPlatformImpl::CreateFuncs &&createFuncs) in Initialize()
255 Platform::Platform(const rx::CLPlatformImpl::CreateFunc &createFunc) in Platform()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DCLPlatformVk.cpp42 CLPlatformImpl::Info CLPlatformVk::createInfo() const in createInfo()
106 CLPlatformVk::CLPlatformVk(const cl::Platform &platform) : CLPlatformImpl(platform) {} in CLPlatformVk()
H A DCLPlatformVk.h6 // CLPlatformVk.h: Defines the class interface for CLPlatformVk, implementing CLPlatformImpl.
11 #include "libANGLE/renderer/CLPlatformImpl.h"
16 class CLPlatformVk : public CLPlatformImpl
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_cl_utils.cpp55 rx::CLPlatformImpl::CreateFuncs createFuncs; in InitBackEnds()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLPlatformCL.h6 // CLPlatformCL.h: Defines the class interface for CLPlatformCL, implementing CLPlatformImpl.
11 #include "libANGLE/renderer/CLPlatformImpl.h"
16 class CLPlatformCL : public CLPlatformImpl
H A DCLPlatformCL.cpp49 CLPlatformImpl::Info CLPlatformCL::createInfo() const in createInfo()
446 : CLPlatformImpl(platform), mNative(native) in CLPlatformCL()
H A DCLContextCL.cpp199 const CLPlatformImpl::Info &info = mContext.getPlatform().getInfo(); in getSupportedImageFormats()

Completed in 5 milliseconds