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

  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 85 TESTFUNC_LEQUAL,
rrFragmentOperations.cpp 117 case TESTFUNC_LEQUAL: SAMPLE_REGISTER_STENCIL_COMPARE(maskedRef <= maskedBuf) break;
219 case TESTFUNC_LEQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_F(sampleDepth <= depthBufferValue) break;
236 case TESTFUNC_LEQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_UI(sampleDepth <= depthBufferValue) break;
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.cpp 223 case GL_LEQUAL: return rr::TESTFUNC_LEQUAL;
  /external/deqp/modules/egl/
teglRenderTests.cpp 323 state.fragOps.stencilStates[0].func = rr::TESTFUNC_LEQUAL;
    [all...]

Completed in 325 milliseconds