Searched refs:isScissorTestEnabled (Results 1 - 9 of 9) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.h414 bool isScissorTestEnabled() const;
H A DContext.cpp597 bool Context::isScissorTestEnabled() const function in class:es1::Context
H A DlibGLES_CM.cpp2482 case GL_SCISSOR_TEST: return context->isScissorTestEnabled(); break;
/external/swiftshader/src/OpenGL/libGL/
H A DContext.h566 bool isScissorTestEnabled() const;
H A DContext.cpp602 bool Context::isScissorTestEnabled() const function in class:gl::Context
H A DlibGL.cpp3507 case GL_SCISSOR_TEST: return context->isScissorTestEnabled();
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h499 bool isScissorTestEnabled() const;
H A DContext.cpp621 bool Context::isScissorTestEnabled() const function in class:es2::Context
H A DlibGLESv2.cpp4221 case GL_SCISSOR_TEST: return context->isScissorTestEnabled();

Completed in 976 milliseconds