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

  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 84 TESTFUNC_LESS,
271 , depthFunc (TESTFUNC_LESS)
rrFragmentOperations.cpp 117 case TESTFUNC_LESS: SAMPLE_REGISTER_STENCIL_COMPARE(maskedRef < maskedBuf) break;
219 case TESTFUNC_LESS: SAMPLE_REGISTER_DEPTH_COMPARE_F(sampleDepth < depthBufferValue) break;
236 case TESTFUNC_LESS: SAMPLE_REGISTER_DEPTH_COMPARE_UI(sampleDepth < depthBufferValue) break;
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.cpp 224 case GL_LESS: return rr::TESTFUNC_LESS;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.cpp 94 case VK_COMPARE_OP_LESS: return rr::TESTFUNC_LESS;
  /external/deqp/modules/egl/
teglRenderTests.cpp 315 state.fragOps.depthFunc = rr::TESTFUNC_LESS;
    [all...]

Completed in 138 milliseconds