Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h420 void setActiveSampler(unsigned int active);
DContext.cpp861 void Context::setActiveSampler(unsigned int active) in setActiveSampler() function in es1::Context
DlibGLES_CM.cpp64 context->setActiveSampler(texture - GL_TEXTURE0); in ActiveTexture()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h506 void setActiveSampler(unsigned int active);
DContext.cpp730 void Context::setActiveSampler(unsigned int active) in setActiveSampler() function in es2::Context
DlibGLESv2.cpp73 context->setActiveSampler(texture - GL_TEXTURE0); in ActiveTexture()