Searched refs:STENCIL_GREATEREQUAL (Results 1 – 3 of 3) sorted by relevance
141 STENCIL_GREATEREQUAL, enumerator143 STENCIL_LAST = STENCIL_GREATEREQUAL
2047 case GL_GEQUAL: return sw::STENCIL_GREATEREQUAL; in ConvertStencilComparison()
378 case STENCIL_GREATEREQUAL: // a >= b ~ !(a < b) ~ !(b > a) in stencilTest()