Searched defs:stencilFunc (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dangletypes.h134 GLenum stencilFunc; member in struct:gl::DepthStencilState
H A DContext.cpp97 mState.depthStencil.stencilFunc = GL_ALWAYS;
579 void Context::setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask) argument
581 mState.depthStencil.stencilFunc = stencilFunc;
1759 case GL_STENCIL_FUNC: *params = mState.depthStencil.stencilFunc; break;
/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp505 void GLContext::stencilFunc (deUint32 func, int ref, deUint32 mask) function in class:sglr::GLContext
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h186 virtual void stencilFunc(WGC3Denum func, WGC3Dint ref, WGC3Duint mask) { } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp3197 void WebGLRenderingContextBase::stencilFunc(GLenum func, GLint ref, GLuint mask) function in class:WebCore::__anon10393::WebGLRenderingContextBase
3201 if (!validateStencilOrDepthFunc("stencilFunc", func))
3207 webContext()->stencilFunc(func, ref, mask);

Completed in 120 milliseconds