Searched refs:CLSamplerImpl (Results 1 – 12 of 12) sorted by relevance
13 CLSamplerImpl::CLSamplerImpl(const cl::Sampler &sampler) : mSampler(sampler) {} in CLSamplerImpl() function in rx::CLSamplerImpl15 CLSamplerImpl::~CLSamplerImpl() = default;
16 class CLSamplerImpl : angle::NonCopyable19 using Ptr = std::unique_ptr<CLSamplerImpl>;21 CLSamplerImpl(const cl::Sampler &sampler);22 virtual ~CLSamplerImpl();
24 class CLSamplerImpl; variable
51 virtual CLSamplerImpl::Ptr createSampler(const cl::Sampler &sampler, cl_int &errorCode) = 0;
35 template <typename T = rx::CLSamplerImpl>51 const rx::CLSamplerImpl::Ptr mImpl;
13 CLSamplerVk::CLSamplerVk(const cl::Sampler &sampler) : CLSamplerImpl(sampler) {} in CLSamplerVk()
18 class CLSamplerVk : public CLSamplerImpl
18 class CLSamplerCL : public CLSamplerImpl
19 : CLSamplerImpl(sampler), mNative(native) in CLSamplerCL()
56 CLSamplerImpl::Ptr createSampler(const cl::Sampler &sampler, cl_int &errorCode) override;
221 CLSamplerImpl::Ptr CLContextCL::createSampler(const cl::Sampler &sampler, cl_int &errorCode) in createSampler()247 return CLSamplerImpl::Ptr(nativeSampler != nullptr ? new CLSamplerCL(sampler, nativeSampler) in createSampler()
483 "src/libANGLE/renderer/CLSamplerImpl.h",512 "src/libANGLE/renderer/CLSamplerImpl.cpp",