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

  /external/deqp/framework/common/
tcuImageCompare.hpp 41 COMPARE_LOG_ON_ERROR, //!< If comparison passes, nothing is logged. If fails, everything is written to log.
tcuImageCompare.cpp 359 if (logMode != COMPARE_LOG_ON_ERROR || score <= failThreshold)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 218 bool isOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference, result, threshold, isLastIter ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
es2fMultisampleTests.cpp     [all...]
es2fTextureSpecificationTests.cpp 508 levelNdx == 0 ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
549 levelNdx == 0 ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
    [all...]
es2fClippingTests.cpp 816 if (!tcu::fuzzyCompare(log, "Images", "", referenceImageAccess, testImageAccess, threshold, tcu::COMPARE_LOG_ON_ERROR))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp 221 bool isOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference, result, threshold, isLastIter ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
es3fMultisampleTests.cpp     [all...]
es3fTextureSpecificationTests.cpp 312 levelNdx == 0 ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
404 levelNdx == 0 ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
504 (levelNdx == 0 && layerNdx == 0) ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
605 (levelNdx == 0 && depth == 0) ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
    [all...]
es3fClippingTests.cpp 820 if (!tcu::fuzzyCompare(log, "Images", "", referenceImageAccess, testImageAccess, threshold, tcu::COMPARE_LOG_ON_ERROR))
    [all...]
es3fASTCDecompressionCases.cpp     [all...]
es3fTransformFeedbackTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fMultisampleTests.cpp 474 tcu::COMPARE_LOG_ON_ERROR);
    [all...]
es31fTextureSpecificationTests.cpp 300 (levelNdx == 0 && layerFaceNdx == 0) == 0 ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
    [all...]

Completed in 438 milliseconds