Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:stencilMask

63     mState.stencilMask = -1;
489 void Context::setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask)
493 mState.stencilMask != stencilMask)
497 mState.stencilMask = stencilMask;
1207 case GL_STENCIL_VALUE_MASK: *params = mState.stencilMask; break;
1817 mState.stencilMask != mState.stencilBackMask)
1832 device->SetRenderState(mState.frontFace == GL_CCW ? D3DRS_STENCILMASK : D3DRS_CCW_STENCILMASK, mState.stencilMask);