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

/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp545 void GLContext::stencilFuncSeparate (deUint32 face, deUint32 func, int ref, deUint32 mask) function in class:sglr::GLContext
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h187 virtual void stencilFuncSeparate(WGC3Denum face, WGC3Denum func, WGC3Dint ref, WGC3Duint mask) { } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp3210 void WebGLRenderingContextBase::stencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) function in class:WebCore::__anon10393::WebGLRenderingContextBase
3214 if (!validateStencilOrDepthFunc("stencilFuncSeparate", func))
3232 synthesizeGLError(GL_INVALID_ENUM, "stencilFuncSeparate", "invalid face");
3235 webContext()->stencilFuncSeparate(face, func, ref, mask);

Completed in 141 milliseconds