Searched refs:STENCIL_LESSEQUAL (Results 1 – 6 of 6) sorted by relevance
139 STENCIL_LESSEQUAL, enumerator
550 case GL_LEQUAL: return sw::STENCIL_LESSEQUAL; in ConvertStencilComparison()
2097 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()
365 case STENCIL_LESSEQUAL: // a <= b ~ (b > a) || (a == b) in stencilTest()