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.h316 bool isDepthTestEnabled() const;
H A DContext.cpp392 bool Context::isDepthTestEnabled() const function in class:es1::Context
H A DlibGLES_CM.cpp2507 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.cpp3528 case GL_DEPTH_TEST: return context->isDepthTestEnabled();
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h446 bool isDepthTestEnabled() const;
H A DContext.cpp379 bool Context::isDepthTestEnabled() const function in class:es2::Context
H A DlibGLESv2.cpp4267 case GL_DEPTH_TEST: return context->isDepthTestEnabled();

Completed in 698 milliseconds