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

  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 323 void setAlphaFunc(GLenum alphaFunc, GLclampf reference);
Context.cpp 433 void Context::setAlphaFunc(GLenum alphaFunc, GLclampf reference)
    [all...]
libGLES_CM.cpp 91 context->setAlphaFunc(func, clamp01(ref));
    [all...]

Completed in 55 milliseconds