Searched refs:isColorLogicOpEnabled (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.h535 bool isColorLogicOpEnabled() const;
H A DContext.cpp3323 bool Context::isColorLogicOpEnabled() const function in class:es1::Context
H A DlibGLES_CM.cpp2500 case GL_COLOR_LOGIC_OP: return context->isColorLogicOpEnabled(); break;
/external/swiftshader/src/OpenGL/libGL/
H A DContext.h730 bool isColorLogicOpEnabled();
H A DContext.cpp3546 bool Context::isColorLogicOpEnabled() function in class:gl::Context
H A DlibGL.cpp3512 case GL_COLOR_LOGIC_OP: return context->isColorLogicOpEnabled();

Completed in 194 milliseconds