Home
last modified time | relevance | path

Searched refs:mSamplerManager (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp734 mState.mSamplerManager->release(this); in onDestroy()
1086 return mState.mSamplerManager->getSampler(handle); in getSampler()
1203 return mState.mSamplerManager->isSampler(samplerName); in isSampler()
1265 mState.mSamplerManager->checkSamplerAllocation(mImplementation.get(), samplerHandle); in bindSampler()
3044 mState.mSamplerManager->checkSamplerAllocation(mImplementation.get(), sampler); in samplerParameteri()
3051 mState.mSamplerManager->checkSamplerAllocation(mImplementation.get(), sampler); in samplerParameteriv()
3058 mState.mSamplerManager->checkSamplerAllocation(mImplementation.get(), sampler); in samplerParameterIiv()
3065 mState.mSamplerManager->checkSamplerAllocation(mImplementation.get(), sampler); in samplerParameterIuiv()
3096 mState.mSamplerManager->checkSamplerAllocation(mImplementation.get(), sampler); in samplerParameterf()
3103 mState.mSamplerManager->checkSamplerAllocation(mImplementation.get(), sampler); in samplerParameterfv()
[all …]
DState.h849 const SamplerManager &getSamplerManagerForCapture() const { return *mSamplerManager; } in getSamplerManagerForCapture()
992 SamplerManager *mSamplerManager; variable
DState.cpp359 mSamplerManager(
360 AllocateOrGetSharedResourceManager(shareContextState, &State::mSamplerManager)),