Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DContext.cpp686 mState.mSamplerManager->release(this); in onDestroy()
1048 return mState.mSamplerManager->getSampler(handle); in getSampler()
1165 return mState.mSamplerManager->isSampler(samplerName); in isSampler()
1227 mState.mSamplerManager->checkSamplerAllocation(mImplementation.get(), samplerHandle); in bindSampler()
2986 mState.mSamplerManager->checkSamplerAllocation(mImplementation.get(), sampler); in samplerParameteri()
2993 mState.mSamplerManager->checkSamplerAllocation(mImplementation.get(), sampler); in samplerParameteriv()
3000 mState.mSamplerManager->checkSamplerAllocation(mImplementation.get(), sampler); in samplerParameterIiv()
3007 mState.mSamplerManager->checkSamplerAllocation(mImplementation.get(), sampler); in samplerParameterIuiv()
3038 mState.mSamplerManager->checkSamplerAllocation(mImplementation.get(), sampler); in samplerParameterf()
3045 mState.mSamplerManager->checkSamplerAllocation(mImplementation.get(), sampler); in samplerParameterfv()
[all …]
DState.h852 const SamplerManager &getSamplerManagerForCapture() const { return *mSamplerManager; } in getSamplerManagerForCapture()
1002 SamplerManager *mSamplerManager; variable
DState.cpp312 mSamplerManager(
313 AllocateOrGetSharedResourceManager(shareContextState, &State::mSamplerManager)),