Searched refs:STENCIL_LESSEQUAL (Results 1 – 7 of 7) sorted by relevance
139 STENCIL_LESSEQUAL, enumerator
460 case GL_LEQUAL: return sw::STENCIL_LESSEQUAL; in ConvertStencilComparison()
550 case GL_LEQUAL: return sw::STENCIL_LESSEQUAL; in ConvertStencilComparison()
1866 case GL_LEQUAL: return sw::STENCIL_LESSEQUAL; in ConvertStencilComparison()
3442 renderer->setStencilCompare(sw::STENCIL_LESSEQUAL); in SetRenderState()3868 renderer->setStencilCompareCCW(sw::STENCIL_LESSEQUAL); in SetRenderState()
2731 renderer->setStencilCompare(sw::STENCIL_LESSEQUAL); in SetRenderState()
364 case STENCIL_LESSEQUAL: // a <= b ~ (b > a) || (a == b) in stencilTest()