Searched refs:maxStencil (Results 1 – 1 of 1) sorted by relevance
1825 GLuint maxStencil = (1 << stencilbuffer->getStencilSize()) - 1; in applyState() local1831 …F : D3DRS_CCW_STENCILREF, (mState.stencilRef < (GLint)maxStencil) ? mState.stencilRef : maxStencil… in applyState()1845 …DRS_CCW_STENCILREF, (mState.stencilBackRef < (GLint)maxStencil) ? mState.stencilBackRef : maxStenc… in applyState()