HomeSort by relevance Sort by last modified time
    Searched defs:clearDepth (Results 1 - 4 of 4) 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/test/
fake_web_graphics_context_3d.h 133 virtual void clearDepth(blink::WGC3Dclampf depth) {}
  /external/chromium_org/third_party/WebKit/Source/web/tests/
MockWebGraphicsContext3D.h 93 virtual void clearDepth(WGC3Dclampf depth) { }
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp 831 m_context->clearDepth(1.0f);
866 m_context->clearDepth(m_clearDepth);
    [all...]

Completed in 37 milliseconds