Home
last modified time | relevance | path

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

/external/webkit/WebCore/html/canvas/
DWebGLRenderingContext.h192 void stencilFunc(unsigned long func, long ref, unsigned long mask);
DWebGLRenderingContext.cpp1585 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()
DWebGLRenderingContext.idl601 void stencilFunc(in unsigned long func, in long ref, in unsigned long mask);
/external/webkit/WebCore/platform/graphics/
DGraphicsContext3D.h539 void stencilFunc(unsigned long func, long ref, unsigned long mask);
/external/webkit/WebCore/platform/graphics/mac/
DGraphicsContext3DMac.cpp721 void GraphicsContext3D::stencilFunc(unsigned long func, long ref, unsigned long mask) in stencilFunc() function in WebCore::GraphicsContext3D
/external/webkit/WebKit/chromium/src/
DGraphicsContext3D.cpp1840 GL_SAME_METHOD_3(StencilFunc, stencilFunc, unsigned long, long, unsigned long) in GL_SAME_METHOD_3() argument