Searched refs:stencilFunc (Results 1 – 6 of 6) sorted by relevance
/external/webkit/WebCore/html/canvas/ |
D | WebGLRenderingContext.h | 192 void stencilFunc(unsigned long func, long ref, unsigned long mask);
|
D | WebGLRenderingContext.cpp | 1585 void WebGLRenderingContext::stencilFunc(unsigned long func, long ref, unsigned long mask) in stencilFunc() function in WebCore::WebGLRenderingContext 1587 m_context->stencilFunc(func, ref, mask); in stencilFunc()
|
D | WebGLRenderingContext.idl | 601 void stencilFunc(in unsigned long func, in long ref, in unsigned long mask);
|
/external/webkit/WebCore/platform/graphics/ |
D | GraphicsContext3D.h | 539 void stencilFunc(unsigned long func, long ref, unsigned long mask);
|
/external/webkit/WebCore/platform/graphics/mac/ |
D | GraphicsContext3DMac.cpp | 721 void GraphicsContext3D::stencilFunc(unsigned long func, long ref, unsigned long mask) in stencilFunc() function in WebCore::GraphicsContext3D
|
/external/webkit/WebKit/chromium/src/ |
D | GraphicsContext3D.cpp | 1840 GL_SAME_METHOD_3(StencilFunc, stencilFunc, unsigned long, long, unsigned long) in GL_SAME_METHOD_3() argument
|