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

/external/chromium_org/cc/test/
H A Dfake_web_graphics_context_3d.h360 virtual void stencilMaskSeparate( function in class:cc::FakeWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DMockWebGraphicsContext3D.h190 virtual void stencilMaskSeparate(WGC3Denum face, WGC3Duint mask) { } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.cpp841 m_context->stencilMaskSeparate(GL_FRONT, 0xFFFFFFFF);
868 m_context->stencilMaskSeparate(GL_FRONT, m_stencilMask);
3249 void WebGLRenderingContext::stencilMaskSeparate(GC3Denum face, GC3Duint mask) function in class:WebCore::WebGLRenderingContext
3265 synthesizeGLError(GL_INVALID_ENUM, "stencilMaskSeparate", "invalid face");
3268 m_context->stencilMaskSeparate(face, mask);

Completed in 68 milliseconds