Searched refs:alphaFunc (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.h323 void setAlphaFunc(GLenum alphaFunc, GLclampf reference);
H A DContext.cpp433 void Context::setAlphaFunc(GLenum alphaFunc, GLclampf reference) argument
435 alphaTestFunc = alphaFunc;
/external/swiftshader/src/OpenGL/libGL/
H A DContext.h700 void alphaFunc(GLenum func, GLclampf ref);
H A DContext.cpp3186 void Context::alphaFunc(GLenum func, GLclampf ref) function in class:gl::Context
H A DlibGL.cpp5510 context->alphaFunc(func, ref);

Completed in 147 milliseconds