Searched refs:STENCIL_LESSEQUAL (Results 1 – 4 of 4) sorted by relevance
139 STENCIL_LESSEQUAL, enumerator
550 case GL_LEQUAL: return sw::STENCIL_LESSEQUAL; in ConvertStencilComparison()
2044 case GL_LEQUAL: return sw::STENCIL_LESSEQUAL; in ConvertStencilComparison()
365 case STENCIL_LESSEQUAL: // a <= b ~ (b > a) || (a == b) in stencilTest()