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

  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
ViewPort.java 76 protected boolean clearDepth = false, clearColor = false, clearStencil = false;
155 return clearDepth;
163 * @param clearDepth Enable/disable depth buffer clearing.
165 public void setClearDepth(boolean clearDepth) {
166 this.clearDepth = clearDepth;
226 this.clearDepth = depth;
  /external/chromium_org/cc/debug/
fake_web_graphics_context_3d.h 145 virtual void clearDepth(WebKit::WGC3Dclampf depth) {}
  /external/chromium_org/ui/compositor/
test_web_graphics_context_3d.h 114 virtual void clearDepth(WebKit::WGC3Dclampf depth) {}
  /external/chromium_org/third_party/WebKit/Source/core/tests/
FakeWebGraphicsContext3D.h 99 virtual void clearDepth(WGC3Dclampf depth) { }
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp 825 m_context->clearDepth(1.0f);
860 m_context->clearDepth(m_clearDepth);
    [all...]

Completed in 56 milliseconds