Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDepthTests.cpp181 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT); in iterate() local
183 if (!imagesOk && !failReason) in iterate()
187 bool isOk = errorCodesOk && imagesOk; in iterate()
H A Des3fStencilTests.cpp368 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT); in iterate() local
370 if (!imagesOk && !failReason) in iterate()
374 bool isOk = errorCodeOk && imagesOk; in iterate()
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.cpp492 bool imagesOk = compare(refFrame, gles3Frame); in iterate() local
494 if (!imagesOk && !failReason) in iterate()
498 bool isOk = errorCodesOk && imagesOk; in iterate()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDepthTests.cpp178 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT); in iterate() local
180 if (!imagesOk && !failReason) in iterate()
184 bool isOk = errorCodesOk && imagesOk; in iterate()
H A Des2fStencilTests.cpp365 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT); in iterate() local
367 if (!imagesOk && !failReason) in iterate()
371 bool isOk = errorCodeOk && imagesOk; in iterate()
H A Des2fFboRenderTest.cpp629 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT); in iterate() local
631 if (!imagesOk && !failReason) in iterate()
635 bool isOk = errorCodesOk && imagesOk; in iterate()
/third_party/vk-gl-cts/modules/egl/
H A DteglColorClearCase.cpp248 bool imagesOk = tcu::pixelThresholdCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, eps + pixelFmt.getColorThreshold(), tcu::COMPARE_LOG_RESULT); in executeForContexts() local
250 if (!imagesOk) in executeForContexts()
436 bool imagesOk = tcu::pixelThresholdCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, eps + pixelFmt.getColorThreshold(), tcu::COMPARE_LOG_RESULT); in executeForContexts() local
438 if (!imagesOk) in executeForContexts()
H A DteglRenderTests.cpp833 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, threshold, tcu::COMPARE_LOG_RESULT); in executeForContexts() local
835 if (!imagesOk) in executeForContexts()
1065 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, threshold, tcu::COMPARE_LOG_RESULT); in executeForContexts() local
1067 if (!imagesOk) in executeForContexts()
/third_party/vk-gl-cts/modules/glshared/
H A DglsRandomShaderCase.cpp567 bool imagesOk = tcu::fuzzyCompare(log, "Result", "Result images", reference.getAccess(), rendered.getAccess(), threshold, tcu::COMPARE_LOG_RESULT); in iterate() local
569 if (imagesOk) in iterate()

Completed in 18 milliseconds