Home
last modified time | relevance | path

Searched refs:setSamplerTexture (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/
DState.h832 void setSamplerTexture(const Context *context, TextureType type, Texture *texture);
DState.cpp2673 void State::setSamplerTexture(const Context *context, TextureType type, Texture *texture) in setSamplerTexture() function in gl::State
DContext.cpp1512 mState.setSamplerTexture(this, target, texture); in bindTexture()
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp3788 replayState.setSamplerTexture(context, texture->getType(), texture); in CaptureShareGroupMidExecutionSetup()
4597 replayState.setSamplerTexture(context, textureType, in CaptureMidExecutionSetup()