Home
last modified time | relevance | path

Searched refs:LOGICALOP_AND_REVERSE (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Renderer/
DContext.hpp232 LOGICALOP_AND_REVERSE, enumerator
/external/swiftshader/src/OpenGL/libGLES_CM/
Dutilities.cpp324 case GL_AND_REVERSE: return sw::LOGICALOP_AND_REVERSE; in ConvertLogicalOperation()
/external/swiftshader/src/OpenGL/libGL/
Dutilities.cpp532 case GL_AND_REVERSE: return sw::LOGICALOP_AND_REVERSE; in ConvertLogicalOperation()
/external/swiftshader/src/Shader/
DPixelRoutine.cpp1349 case LOGICALOP_AND_REVERSE: in logicOperation()