Home
last modified time | relevance | path

Searched refs:STENCILOP_INCR_WRAP (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/referencerenderer/
DrrRenderState.hpp101 STENCILOP_INCR_WRAP, enumerator
DrrFragmentOperations.cpp154 …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()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.cpp242 case GL_INCR_WRAP: return rr::STENCILOP_INCR_WRAP; in mapGLStencilOp()