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

  /external/deqp/modules/gles2/functional/
es2fDepthTests.cpp 178 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
180 if (!imagesOk && !failReason)
184 bool isOk = errorCodesOk && imagesOk;
es2fStencilTests.cpp 365 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
367 if (!imagesOk && !failReason)
371 bool isOk = errorCodeOk && imagesOk;
es2fFboRenderTest.cpp 629 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
631 if (!imagesOk && !failReason)
635 bool isOk = errorCodesOk && imagesOk;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDepthTests.cpp 181 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
183 if (!imagesOk && !failReason)
187 bool isOk = errorCodesOk && imagesOk;
es3fStencilTests.cpp 368 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
370 if (!imagesOk && !failReason)
374 bool isOk = errorCodeOk && imagesOk;
es3fTransformFeedbackTests.cpp     [all...]
es3fFboRenderTest.cpp 490 bool imagesOk = compare(refFrame, gles3Frame);
492 if (!imagesOk && !failReason)
496 bool isOk = errorCodesOk && imagesOk;
    [all...]
  /external/deqp/modules/egl/
teglColorClearCase.cpp 248 bool imagesOk = tcu::pixelThresholdCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, eps + pixelFmt.getColorThreshold(), tcu::COMPARE_LOG_RESULT);
250 if (!imagesOk)
436 bool imagesOk = tcu::pixelThresholdCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, eps + pixelFmt.getColorThreshold(), tcu::COMPARE_LOG_RESULT);
438 if (!imagesOk)
teglRenderTests.cpp 824 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, threshold, tcu::COMPARE_LOG_RESULT);
826 if (!imagesOk)
    [all...]
  /external/deqp/modules/glshared/
glsRandomShaderCase.cpp 567 bool imagesOk = tcu::fuzzyCompare(log, "Result", "Result images", reference.getAccess(), rendered.getAccess(), threshold, tcu::COMPARE_LOG_RESULT);
569 if (imagesOk)

Completed in 462 milliseconds