Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DState.h306 void setSamplerTexture(const Context *context, TextureType type, Texture *texture);
DState.cpp1540 void State::setSamplerTexture(const Context *context, TextureType type, Texture *texture) in setSamplerTexture() function in gl::State
DContext.cpp1183 mState.setSamplerTexture(this, target, texture); in bindTexture()