Searched refs:STENCILOP_DECR_WRAP (Results 1 – 3 of 3) sorted by relevance
102 STENCILOP_DECR_WRAP, enumerator
155 …case STENCILOP_DECR_WRAP: SAMPLE_REGISTER_SFAIL((stencilBufferValue - 1) & ((1<<numStencilBits) - … in executeStencilSFail()289 …case STENCILOP_DECR_WRAP: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, (stencilBufferValue - 1) & (… in executeStencilDpFailAndPass()
243 case GL_DECR_WRAP: return rr::STENCILOP_DECR_WRAP; in mapGLStencilOp()