HomeSort by relevance Sort by last modified time
    Searched refs:STENCILOP_INCR_WRAP (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 101 STENCILOP_INCR_WRAP,
rrFragmentOperations.cpp 154 case STENCILOP_INCR_WRAP: SAMPLE_REGISTER_SFAIL((stencilBufferValue + 1) & ((1<<numStencilBits) - 1)) break;
288 case STENCILOP_INCR_WRAP: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, (stencilBufferValue + 1) & ((1<<numStencilBits) - 1)) break; \
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.cpp 242 case GL_INCR_WRAP: return rr::STENCILOP_INCR_WRAP;

Completed in 3040 milliseconds