Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/
DState.h135 GLuint getSamplerTextureId(unsigned int sampler, GLenum type) const;
DState.cpp625 GLuint State::getSamplerTextureId(unsigned int sampler, GLenum type) const in getSamplerTextureId() function in gl::State
DContext.cpp839 if (mState.getSamplerTextureId(sampler, type) == 0) in getSamplerTexture()