Home
last modified time | relevance | path

Searched refs:getTextureForActiveSampler (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DState.cpp3272 Texture *State::getTextureForActiveSampler(TextureType type, size_t index) in getTextureForActiveSampler() function in gl::State
3305 ? getTextureForActiveSampler(type, textureUnit) in syncActiveTextures()
3541 Texture *texture = getTextureForActiveSampler(type, textureIndex); in onProgramExecutableChange()
3581 Texture *texture = getTextureForActiveSampler(type, textureIndex); in onProgramPipelineExecutableChange()
3652 ? getTextureForActiveSampler(type, textureUnit) in onActiveTextureChange()
3666 ? getTextureForActiveSampler(type, textureUnit) in onActiveTextureStateChange()
DState.h922 Texture *getTextureForActiveSampler(TextureType type, size_t index);