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

  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 87 TESTFUNC_GEQUAL,
rrFragmentOperations.cpp 119 case TESTFUNC_GEQUAL: SAMPLE_REGISTER_STENCIL_COMPARE(maskedRef >= maskedBuf) break;
221 case TESTFUNC_GEQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_F(sampleDepth >= depthBufferValue) break;
238 case TESTFUNC_GEQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_UI(sampleDepth >= depthBufferValue) break;
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.cpp 221 case GL_GEQUAL: return rr::TESTFUNC_GEQUAL;

Completed in 347 milliseconds