Home
last modified time | relevance | path

Searched refs:clearDepth (Results 1 – 16 of 16) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
DViewPort.java76 protected boolean clearDepth = false, clearColor = false, clearStencil = false; field in ViewPort
155 return clearDepth; in isClearDepth()
165 public void setClearDepth(boolean clearDepth) { in setClearDepth() argument
166 this.clearDepth = clearDepth; in setClearDepth()
226 this.clearDepth = depth; in setClearFlags()
/external/webkit/Source/WebCore/platform/graphics/gpu/
DDrawingBuffer.cpp151 float clearDepth = 0; in clearFramebuffer() local
158 m_context->getFloatv(GraphicsContext3D::DEPTH_CLEAR_VALUE, &clearDepth); in clearFramebuffer()
159 m_context->clearDepth(1); in clearFramebuffer()
181 m_context->clearDepth(clearDepth); in clearFramebuffer()
/external/webkit/Source/WebCore/html/canvas/
DWebGLFramebuffer.cpp305 g3d->clearDepth(0); in initializeRenderbuffers()
326 g3d->clearDepth(depthClearValue); in initializeRenderbuffers()
DWebGLRenderingContext.h96 void clearDepth(GC3Dfloat);
DWebGLRenderingContext.cpp524 m_context->clearDepth(1.0f); in clearIfComposited()
541 m_context->clearDepth(m_clearDepth); in clearIfComposited()
990 void WebGLRenderingContext::clearDepth(GC3Dfloat depth) in clearDepth() function in WebCore::WebGLRenderingContext
995 m_context->clearDepth(depth); in clearDepth()
DWebGLRenderingContext.idl474 [StrictTypeChecking] void clearDepth(in float depth);
/external/webkit/Source/WebCore/platform/graphics/opengl/
DGraphicsContext3DOpenGL.cpp263 GLfloat clearColor[] = {0, 0, 0, 0}, clearDepth = 0; in reshape() local
275 ::glGetFloatv(GL_DEPTH_CLEAR_VALUE, &clearDepth); in reshape()
298 ::glClearDepth(clearDepth); in reshape()
471 void GraphicsContext3D::clearDepth(GC3Dclampf depth) in clearDepth() function in WebCore::GraphicsContext3D
/external/webkit/Source/WebKit/chromium/src/
DGraphicsContext3DInternal.h110 void clearDepth(GC3Dclampf depth);
DGraphicsContext3DChromium.cpp461 DELEGATE_TO_IMPL_1(clearDepth, GC3Dclampf) in DELEGATE_TO_IMPL_1R()
997 DELEGATE_TO_INTERNAL_1(clearDepth, GC3Dclampf) in DELEGATE_TO_INTERNAL_2()
/external/webkit/Source/WebKit/chromium/public/
DWebGraphicsContext3D.h199 virtual void clearDepth(WGC3Dclampf depth) = 0;
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h633 void clearDepth(GC3Dclampf depth);
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp802 void GraphicsContext3D::clearDepth(GC3Dclampf depth) in clearDepth() function in WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1627096 (WebCore::WebGLRenderingContext::clearDepth):
31021 (WebCore::WebGLRenderingContext::clearDepth):
31216 (WebCore::GraphicsContext3D::clearDepth):
31351 (WebCore::GraphicsContext3D::clearDepth):
DChangeLog-2010-12-0618769 (WebCore::WebGLRenderingContext::clearDepth):
57224 (WebCore::GraphicsContext3D::clearDepth):
61688 (WebCore::GraphicsContext3D::clearDepth):
61862 (WebCore::GraphicsContext3D::clearDepth):
DChangeLog-2010-05-2443447 (WebCore::GraphicsContext3D::clearDepth):
DChangeLog39805 (WebCore::WebGLRenderingContext::clearDepth):