clearStencil      782 Source/core/html/canvas/WebGLRenderingContextBase.cpp             m_context->clearStencil(m_clearStencil & m_stencilMask);
clearStencil      784 Source/core/html/canvas/WebGLRenderingContextBase.cpp             m_context->clearStencil(0);
clearStencil      812 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->clearStencil(m_clearStencil);
clearStencil     1314 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->clearStencil(s);
clearStencil      135 Source/core/html/canvas/WebGLRenderingContextBase.h     void clearStencil(GLint);
clearStencil      770 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->clearStencil(0);
clearStencil       93 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual void clearStencil(WGC3Dint s) { }
clearStencil      232 public/platform/WebGraphicsContext3D.h     virtual void clearStencil(WGC3Dint s) = 0;