Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DContext.hpp235 LOGICALOP_OR_INVERTED, enumerator
237 LOGICALOP_LAST = LOGICALOP_OR_INVERTED
/external/swiftshader/src/OpenGL/libGLES_CM/
Dutilities.cpp327 case GL_OR_INVERTED: return sw::LOGICALOP_OR_INVERTED; in ConvertLogicalOperation()
/external/swiftshader/src/OpenGL/libGL/
Dutilities.cpp535 case GL_OR_INVERTED: return sw::LOGICALOP_OR_INVERTED; in ConvertLogicalOperation()
/external/swiftshader/src/Shader/
DPixelRoutine.cpp1364 case LOGICALOP_OR_INVERTED: in logicOperation()