Home
last modified time | relevance | path

Searched refs:alphaTestFunc (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h656 GLenum alphaTestFunc; variable
DContext.cpp223 alphaTestFunc = GL_ALWAYS; in Context()
435 alphaTestFunc = alphaFunc; in setAlphaFunc()
2008 device->setAlphaCompare(es2sw::ConvertAlphaComparison(alphaTestFunc)); in applyState()