Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DContext.h589 void onSamplerUniformChange(size_t textureUnitIndex);
DProgram.cpp4469 context->onSamplerUniformChange(newTextureUnit); in updateSamplerUniform()
4470 context->onSamplerUniformChange(oldTextureUnit); in updateSamplerUniform()
DContext.cpp7116 void Context::onSamplerUniformChange(size_t textureUnitIndex) in onSamplerUniformChange() function in gl::Context