Home
last modified time | relevance | path

Searched refs:CLContextImpl (Results 1 – 14 of 14) sorted by relevance

/external/angle/src/libANGLE/renderer/
DCLContextImpl.cpp13 CLContextImpl::CLContextImpl(const cl::Context &context) : mContext(context) {} in CLContextImpl() function in rx::CLContextImpl
15 CLContextImpl::~CLContextImpl() = default;
DCLContextImpl.h20 class CLContextImpl : angle::NonCopyable
23 using Ptr = std::unique_ptr<CLContextImpl>;
25 CLContextImpl(const cl::Context &context);
26 virtual ~CLContextImpl();
DCLPlatformImpl.h50 virtual CLContextImpl::Ptr createContext(cl::Context &context,
55 virtual CLContextImpl::Ptr createContextFromType(cl::Context &context,
DCLtypes.h17 class CLContextImpl; variable
/external/angle/src/libANGLE/renderer/vulkan/
DCLPlatformVk.cpp68 CLContextImpl::Ptr CLPlatformVk::createContext(cl::Context &context, in createContext()
73 CLContextImpl::Ptr contextImpl; in createContext()
77 CLContextImpl::Ptr CLPlatformVk::createContextFromType(cl::Context &context, in createContextFromType()
82 CLContextImpl::Ptr contextImpl; in createContextFromType()
DCLPlatformVk.h24 CLContextImpl::Ptr createContext(cl::Context &context,
29 CLContextImpl::Ptr createContextFromType(cl::Context &context,
DCLContextVk.cpp13 CLContextVk::CLContextVk(const cl::Context &context) : CLContextImpl(context) {} in CLContextVk()
DCLContextVk.h18 class CLContextVk : public CLContextImpl
/external/angle/src/libANGLE/renderer/cl/
DCLPlatformCL.h26 CLContextImpl::Ptr createContext(cl::Context &context,
31 CLContextImpl::Ptr createContextFromType(cl::Context &context,
DCLPlatformCL.cpp381 CLContextImpl::Ptr CLPlatformCL::createContext(cl::Context &context, in createContext()
400 return CLContextImpl::Ptr(nativeContext != nullptr ? new CLContextCL(context, nativeContext) in createContext()
404 CLContextImpl::Ptr CLPlatformCL::createContextFromType(cl::Context &context, in createContextFromType()
415 return CLContextImpl::Ptr(nativeContext != nullptr ? new CLContextCL(context, nativeContext) in createContextFromType()
DCLContextCL.h23 class CLContextCL : public CLContextImpl
DCLContextCL.cpp34 : CLContextImpl(context), mNative(native) in CLContextCL()
/external/angle/src/libANGLE/
DCLContext.h122 template <typename T = rx::CLContextImpl>
155 const rx::CLContextImpl::Ptr mImpl;
/external/angle/src/
DlibGLESv2.gni475 "src/libANGLE/renderer/CLContextImpl.h",
504 "src/libANGLE/renderer/CLContextImpl.cpp",