Searched refs:STENCIL_LESSEQUAL (Results 1 – 6 of 6) sorted by relevance
138 STENCIL_LESSEQUAL, enumerator
238 case GL_LEQUAL: return sw::STENCIL_LESSEQUAL; in ConvertStencilComparison()
460 case GL_LEQUAL: return sw::STENCIL_LESSEQUAL; in ConvertStencilComparison()
1242 case GL_LEQUAL: return sw::STENCIL_LESSEQUAL; in ConvertStencilComparison()
3441 renderer->setStencilCompare(sw::STENCIL_LESSEQUAL); in SetRenderState()3867 renderer->setStencilCompareCCW(sw::STENCIL_LESSEQUAL); in SetRenderState()
374 case STENCIL_LESSEQUAL: // a <= b ~ (b > a) || (a == b) in stencilTest()