Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DContext.hpp236 LOGICALOP_OR_INVERTED, enumerator
238 LOGICALOP_LAST = LOGICALOP_OR_INVERTED
/external/swiftshader/src/OpenGL/libGLES_CM/
Dutilities.cpp639 case GL_OR_INVERTED: return sw::LOGICALOP_OR_INVERTED; in ConvertLogicalOperation()
/external/swiftshader/src/Shader/
DPixelRoutine.cpp1375 case LOGICALOP_OR_INVERTED: in logicOperation()