HomeSort by relevance Sort by last modified time
    Searched refs:setActiveSampler (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 422 void setActiveSampler(unsigned int active);
Context.cpp 856 void Context::setActiveSampler(unsigned int active)
    [all...]
libGLES_CM.cpp 98 context->setActiveSampler(texture - GL_TEXTURE0);
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
Context.h 572 void setActiveSampler(unsigned int active);
Context.cpp 678 void Context::setActiveSampler(unsigned int active)
    [all...]
libGL.cpp 147 context->setActiveSampler(texture - GL_TEXTURE0);
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.h 507 void setActiveSampler(unsigned int active);
Context.cpp 737 void Context::setActiveSampler(unsigned int active)
    [all...]
libGLESv2.cpp 132 context->setActiveSampler(texture - GL_TEXTURE0);
    [all...]

Completed in 394 milliseconds