Searched refs:imagesOk (Results 1 - 10 of 10) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fDepthTests.cpp178 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT); local
180 if (!imagesOk && !failReason)
184 bool isOk = errorCodesOk && imagesOk;
H A Des2fStencilTests.cpp365 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT); local
367 if (!imagesOk && !failReason)
371 bool isOk = errorCodeOk && imagesOk;
H A Des2fFboRenderTest.cpp629 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT); local
631 if (!imagesOk && !failReason)
635 bool isOk = errorCodesOk && imagesOk;
/external/deqp/modules/gles3/functional/
H A Des3fDepthTests.cpp181 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT); local
183 if (!imagesOk && !failReason)
187 bool isOk = errorCodesOk && imagesOk;
H A Des3fStencilTests.cpp368 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT); local
370 if (!imagesOk && !failReason)
374 bool isOk = errorCodeOk && imagesOk;
H A Des3fTransformFeedbackTests.cpp1082 bool imagesOk = true;
1302 imagesOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", frameWithoutTf, frameWithTf, tcu::RGBA(1, 1, 1, 1), tcu::COMPARE_LOG_ON_ERROR);
1304 if (imagesOk)
1309 return outputsOk && imagesOk && queryOk;
H A Des3fFboRenderTest.cpp490 bool imagesOk = compare(refFrame, gles3Frame); local
492 if (!imagesOk && !failReason)
496 bool isOk = errorCodesOk && imagesOk;
/external/deqp/modules/egl/
H A DteglColorClearCase.cpp247 bool imagesOk = tcu::pixelThresholdCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, RGBA(1,1,1,1) + pixelFmt.getColorThreshold(), tcu::COMPARE_LOG_RESULT); local
249 if (!imagesOk)
433 bool imagesOk = tcu::pixelThresholdCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, RGBA(1,1,1,1) + pixelFmt.getColorThreshold(), tcu::COMPARE_LOG_RESULT); local
435 if (!imagesOk)
H A DteglRenderTests.cpp793 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, threshold, tcu::COMPARE_LOG_RESULT); local
795 if (!imagesOk)
1021 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, threshold, tcu::COMPARE_LOG_RESULT); local
1023 if (!imagesOk)
/external/deqp/modules/glshared/
H A DglsRandomShaderCase.cpp567 bool imagesOk = tcu::fuzzyCompare(log, "Result", "Result images", reference.getAccess(), rendered.getAccess(), threshold, tcu::COMPARE_LOG_RESULT); local
569 if (imagesOk)

Completed in 489 milliseconds