Searched defs:stencilFunc (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
D | Context.h | 159 GLenum stencilFunc; member
|
D | Context.cpp | 489 void Context::setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask) in setStencilParams()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | GraphicsContext3DChromium.cpp | 605 DELEGATE_TO_IMPL_3(stencilFunc, GC3Denum, GC3Dint, GC3Duint) in DELEGATE_TO_IMPL_3() argument
|
/external/webkit/Source/WebCore/platform/graphics/opengl/ |
D | GraphicsContext3DOpenGL.cpp | 922 void GraphicsContext3D::stencilFunc(GC3Denum func, GC3Dint ref, GC3Duint mask) in stencilFunc() function in WebCore::GraphicsContext3D
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContext3DQt.cpp | 1210 void GraphicsContext3D::stencilFunc(GC3Denum func, GC3Dint ref, GC3Duint mask) in stencilFunc() function in WebCore::GraphicsContext3D
|
/external/webkit/Source/WebCore/html/canvas/ |
D | WebGLRenderingContext.cpp | 2951 void WebGLRenderingContext::stencilFunc(GC3Denum func, GC3Dint ref, GC3Duint mask) in stencilFunc() function in WebCore::WebGLRenderingContext
|