Searched defs:stencilFuncSeparate (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DGraphicsContext3DOpenGL.cpp928 void GraphicsContext3D::stencilFuncSeparate(GC3Denum face, GC3Denum func, GC3Dint ref, GC3Duint mask) function in class:WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.cpp2965 void WebGLRenderingContext::stencilFuncSeparate(GC3Denum face, GC3Denum func, GC3Dint ref, GC3Duint mask) function in class:WebCore::__anon14578::WebGLRenderingContext
2990 m_context->stencilFuncSeparate(face, func, ref, mask);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp225 glStencilFuncSeparateType stencilFuncSeparate; member in class:WebCore::GraphicsContext3DInternal
389 stencilFuncSeparate = GET_PROC_ADDRESS(glStencilFuncSeparate);
1216 void GraphicsContext3D::stencilFuncSeparate(GC3Denum face, GC3Denum func, GC3Dint ref, GC3Duint mask) function in class:WebCore::GraphicsContext3D
1219 m_internal->stencilFuncSeparate(face, func, ref, mask);

Completed in 41 milliseconds