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

/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dangletypes.h123 GLenum stencilFunc; member in struct:gl::DepthStencilState
H A DState.cpp75 mDepthStencil.stencilFunc = GL_ALWAYS;
397 void State::setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask) argument
399 mDepthStencil.stencilFunc = stencilFunc;
1215 case GL_STENCIL_FUNC: *params = mDepthStencil.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.h185 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.cpp3245 void WebGLRenderingContextBase::stencilFunc(GLenum func, GLint ref, GLuint mask) function in class:blink::__anon11092::WebGLRenderingContextBase
3249 if (!validateStencilOrDepthFunc("stencilFunc", func))
3255 webContext()->stencilFunc(func, ref, mask);

Completed in 725 milliseconds