Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:stencilFunc

89     mState.depthStencil.stencilFunc = GL_ALWAYS;
433 void Context::setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask)
435 mState.depthStencil.stencilFunc = stencilFunc;
1315 case GL_STENCIL_FUNC: *params = mState.depthStencil.stencilFunc; break;