Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/
DState.h133 void setSamplerTexture(GLenum type, Texture *texture);
DState.cpp608 void State::setSamplerTexture(GLenum type, Texture *texture) in setSamplerTexture() function in gl::State
DContext.cpp521 mState.setSamplerTexture(target, getTexture(texture)); in bindTexture()