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 325 void setAlphaFunc(GLenum alphaFunc, GLclampf reference);
Context.cpp 428 void Context::setAlphaFunc(GLenum alphaFunc, GLclampf reference)
    [all...]
libGLES_CM.cpp 125 context->setAlphaFunc(func, clamp01(ref));
    [all...]

Completed in 50 milliseconds