HomeSort by relevance Sort by last modified time
    Searched refs:isDepthTestEnabled (Results 1 - 10 of 10) 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/libGLES_CM/
Context.h 317 bool isDepthTestEnabled() const;
Context.cpp 403 bool Context::isDepthTestEnabled() const
    [all...]
libGLES_CM.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGL/
Context.h 526 bool isDepthTestEnabled() const;
Context.cpp 374 bool Context::isDepthTestEnabled() const
    [all...]
libGL.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.h 452 bool isDepthTestEnabled() const;
Context.cpp 393 bool Context::isDepthTestEnabled() const
    [all...]
libGLESv2.cpp     [all...]

Completed in 677 milliseconds