HomeSort by relevance Sort by last modified time
    Searched defs:isDepthTestEnabled (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTPrint3DAPI.cpp 155 GLboolean isDepthTestEnabled;
488 m_pAPI->isDepthTestEnabled = glIsEnabled(GL_DEPTH_TEST);
523 if (m_pAPI->isDepthTestEnabled) glEnable(GL_DEPTH_TEST);
  /external/swiftshader/src/OpenGL/libGL/
Context.cpp 374 bool Context::isDepthTestEnabled() const
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.cpp 398 bool Context::isDepthTestEnabled() const
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.cpp 400 bool Context::isDepthTestEnabled() const
    [all...]

Completed in 194 milliseconds