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 211 bool imagesOk = tcu::pixelThresholdCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, RGBA(1,1,1,1) + pixelFmt.getColorThreshold(), tcu::COMPARE_LOG_RESULT);
213 if (!imagesOk)
385 bool imagesOk = tcu::pixelThresholdCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, RGBA(1,1,1,1) + pixelFmt.getColorThreshold(), tcu::COMPARE_LOG_RESULT);
387 if (!imagesOk)
teglRenderTests.cpp 789 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, threshold, tcu::COMPARE_LOG_RESULT);
791 if (!imagesOk)
1000 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, threshold, tcu::COMPARE_LOG_RESULT);
1002 if (!imagesOk)
    [all...]
  /external/deqp/modules/glshared/
glsRandomShaderCase.cpp 505 bool imagesOk = tcu::fuzzyCompare(log, "Result", "Result images", reference.getAccess(), rendered.getAccess(), threshold, tcu::COMPARE_LOG_RESULT);
507 if (imagesOk)

Completed in 340 milliseconds