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

  /external/webkit/Source/WebCore/platform/graphics/gpu/
DrawingBuffer.cpp 151 float clearDepth = 0;
158 m_context->getFloatv(GraphicsContext3D::DEPTH_CLEAR_VALUE, &clearDepth);
159 m_context->clearDepth(1);
181 m_context->clearDepth(clearDepth);
  /external/webkit/Source/WebCore/html/canvas/
WebGLFramebuffer.cpp 305 g3d->clearDepth(0);
326 g3d->clearDepth(depthClearValue);
WebGLRenderingContext.h 96 void clearDepth(GC3Dfloat);
WebGLRenderingContext.idl 474 [StrictTypeChecking] void clearDepth(in float depth);
    [all...]
WebGLRenderingContext.cpp 524 m_context->clearDepth(1.0f);
541 m_context->clearDepth(m_clearDepth);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 263 GLfloat clearColor[] = {0, 0, 0, 0}, clearDepth = 0;
275 ::glGetFloatv(GL_DEPTH_CLEAR_VALUE, &clearDepth);
298 ::glClearDepth(clearDepth);
471 void GraphicsContext3D::clearDepth(GC3Dclampf depth)
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebGraphicsContext3D.h 199 virtual void clearDepth(WGC3Dclampf depth) = 0;
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DInternal.h 110 void clearDepth(GC3Dclampf depth);
GraphicsContext3DChromium.cpp 461 DELEGATE_TO_IMPL_1(clearDepth, GC3Dclampf)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 633 void clearDepth(GC3Dclampf depth);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 802 void GraphicsContext3D::clearDepth(GC3Dclampf depth)
    [all...]

Completed in 61 milliseconds