Searched refs:clearDepth (Results 1 – 6 of 6) sorted by relevance
86 void clearDepth(double);
394 void WebGLRenderingContext::clearDepth(double depth) in clearDepth() function in WebCore::WebGLRenderingContext396 m_context->clearDepth(depth); in clearDepth()
486 void clearDepth(in double depth);
442 void clearDepth(double depth);
359 void GraphicsContext3D::clearDepth(double depth) in clearDepth() function in WebCore::GraphicsContext3D
1378 GL_SAME_METHOD_1(ClearDepth, clearDepth, double) in GL_SAME_METHOD_1()