Searched refs:isDepthTestEnabled (Results 1 - 10 of 10) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTPrint3DAPI.cpp155 GLboolean isDepthTestEnabled; member in struct:SPVRTPrint3DAPI
488 m_pAPI->isDepthTestEnabled = glIsEnabled(GL_DEPTH_TEST);
523 if (m_pAPI->isDepthTestEnabled) glEnable(GL_DEPTH_TEST);
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.h317 bool isDepthTestEnabled() const;
H A DContext.cpp403 bool Context::isDepthTestEnabled() const function in class:es1::Context
H A DlibGLES_CM.cpp2484 case GL_DEPTH_TEST: return context->isDepthTestEnabled(); break;
/external/swiftshader/src/OpenGL/libGL/
H A DContext.h526 bool isDepthTestEnabled() const;
H A DContext.cpp374 bool Context::isDepthTestEnabled() const function in class:gl::Context
H A DlibGL.cpp3509 case GL_DEPTH_TEST: return context->isDepthTestEnabled();
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h452 bool isDepthTestEnabled() const;
H A DContext.cpp393 bool Context::isDepthTestEnabled() const function in class:es2::Context
H A DlibGLESv2.cpp4223 case GL_DEPTH_TEST: return context->isDepthTestEnabled();

Completed in 235 milliseconds