Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h322 void setAlphaFunc(GLenum alphaFunc, GLclampf reference);
DContext.cpp422 void Context::setAlphaFunc(GLenum alphaFunc, GLclampf reference) in setAlphaFunc() function in es1::Context
DlibGLES_CM.cpp125 context->setAlphaFunc(func, clamp01(ref)); in AlphaFunc()