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

  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 88 TESTFUNC_EQUAL,
rrFragmentOperations.cpp 121 case TESTFUNC_EQUAL: SAMPLE_REGISTER_STENCIL_COMPARE(maskedRef == maskedBuf) break;
223 case TESTFUNC_EQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_F(sampleDepth == depthBufferValue) break;
240 case TESTFUNC_EQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_UI(sampleDepth == depthBufferValue) break;
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.cpp 220 case GL_EQUAL: return rr::TESTFUNC_EQUAL;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.cpp 95 case VK_COMPARE_OP_EQUAL: return rr::TESTFUNC_EQUAL;

Completed in 665 milliseconds