Home
last modified time | relevance | path

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

/external/webkit/WebCore/html/canvas/
DWebGLRenderingContext.h86 void clearDepth(double);
DWebGLRenderingContext.cpp394 void WebGLRenderingContext::clearDepth(double depth) in clearDepth() function in WebCore::WebGLRenderingContext
396 m_context->clearDepth(depth); in clearDepth()
DWebGLRenderingContext.idl486 void clearDepth(in double depth);
/external/webkit/WebCore/platform/graphics/
DGraphicsContext3D.h442 void clearDepth(double depth);
/external/webkit/WebCore/platform/graphics/mac/
DGraphicsContext3DMac.cpp359 void GraphicsContext3D::clearDepth(double depth) in clearDepth() function in WebCore::GraphicsContext3D
/external/webkit/WebKit/chromium/src/
DGraphicsContext3D.cpp1378 GL_SAME_METHOD_1(ClearDepth, clearDepth, double) in GL_SAME_METHOD_1()