Searched refs:STENCIL_GREATEREQUAL (Results 1 – 6 of 6) sorted by relevance
140 STENCIL_GREATEREQUAL, enumerator142 STENCIL_LAST = STENCIL_GREATEREQUAL
241 case GL_GEQUAL: return sw::STENCIL_GREATEREQUAL; in ConvertStencilComparison()
463 case GL_GEQUAL: return sw::STENCIL_GREATEREQUAL; in ConvertStencilComparison()
1245 case GL_GEQUAL: return sw::STENCIL_GREATEREQUAL; in ConvertStencilComparison()
3450 renderer->setStencilCompare(sw::STENCIL_GREATEREQUAL); in SetRenderState()3876 renderer->setStencilCompareCCW(sw::STENCIL_GREATEREQUAL); in SetRenderState()
387 case STENCIL_GREATEREQUAL: // a >= b ~ !(a < b) ~ !(b > a) in stencilTest()