Home
last modified time | relevance | path

Searched refs:isScissorTestEnabled (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h414 bool isScissorTestEnabled() const;
DContext.cpp597 bool Context::isScissorTestEnabled() const in isScissorTestEnabled() function in es1::Context
DlibGLES_CM.cpp2487 case GL_SCISSOR_TEST: return context->isScissorTestEnabled(); break; in IsEnabled()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h499 bool isScissorTestEnabled() const;
DContext.cpp621 bool Context::isScissorTestEnabled() const in isScissorTestEnabled() function in es2::Context
DlibGLESv2.cpp3848 case GL_SCISSOR_TEST: return context->isScissorTestEnabled(); in IsEnabled()