Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h535 bool isColorLogicOpEnabled() const;
DContext.cpp3324 bool Context::isColorLogicOpEnabled() const in isColorLogicOpEnabled() function in es1::Context
DlibGLES_CM.cpp2505 case GL_COLOR_LOGIC_OP: return context->isColorLogicOpEnabled(); break; in IsEnabled()