Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/
DContext.h217 void setActiveSampler(unsigned int active);
DContext.cpp735 void Context::setActiveSampler(unsigned int active) in setActiveSampler() function in gl::Context
DlibGLESv2.cpp52 context->setActiveSampler(texture - GL_TEXTURE0); in glActiveTexture()