Searched refs:checkSamplerAllocation (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/ |
D | ResourceManager.h | 245 Sampler *checkSamplerAllocation(rx::GLImplFactory *factory, SamplerID handle) in checkSamplerAllocation() function
|
D | Context.cpp | 1352 mState.mSamplerManager->checkSamplerAllocation(mImplementation.get(), samplerHandle); in bindSampler() 3177 mState.mSamplerManager->checkSamplerAllocation(mImplementation.get(), sampler); in samplerParameteri() 3184 mState.mSamplerManager->checkSamplerAllocation(mImplementation.get(), sampler); in samplerParameteriv() 3191 mState.mSamplerManager->checkSamplerAllocation(mImplementation.get(), sampler); in samplerParameterIiv() 3198 mState.mSamplerManager->checkSamplerAllocation(mImplementation.get(), sampler); in samplerParameterIuiv() 3229 mState.mSamplerManager->checkSamplerAllocation(mImplementation.get(), sampler); in samplerParameterf() 3236 mState.mSamplerManager->checkSamplerAllocation(mImplementation.get(), sampler); in samplerParameterfv() 3251 mState.mSamplerManager->checkSamplerAllocation(mImplementation.get(), sampler); in getSamplerParameteriv() 3258 mState.mSamplerManager->checkSamplerAllocation(mImplementation.get(), sampler); in getSamplerParameterIiv() 3265 mState.mSamplerManager->checkSamplerAllocation(mImplementation.get(), sampler); in getSamplerParameterIuiv() [all …]
|