Searched refs:STENCILOP_INCR_WRAP (Results 1 – 3 of 3) sorted by relevance
101 STENCILOP_INCR_WRAP, enumerator
154 …case STENCILOP_INCR_WRAP: SAMPLE_REGISTER_SFAIL((stencilBufferValue + 1) & ((1<<numStencilBits) - … in executeStencilSFail()288 …case STENCILOP_INCR_WRAP: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, (stencilBufferValue + 1) & (… in executeStencilDpFailAndPass()
242 case GL_INCR_WRAP: return rr::STENCILOP_INCR_WRAP; in mapGLStencilOp()