Searched defs:compareOk (Results 1 - 9 of 9) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fRasterizationTests.cpp260 bool compareOk; local
272 compareOk = verifyTriangleGroupRasterization(resultImage, scene, args, m_testCtx.getLog());
274 if (!compareOk)
355 bool compareOk;
368 compareOk = verifyLineGroupRasterization(resultImage, scene, args, m_testCtx.getLog());
370 if (!compareOk)
448 bool compareOk;
460 compareOk = verifyPointGroupRasterization(resultImage, scene, args, m_testCtx.getLog());
462 if (!compareOk)
H A Des2fDepthStencilTests.cpp702 bool compareOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison Result", *m_refColorBuffer, renderedImg, threshold, local
705 m_testCtx.getLog() << TestLog::Message << (compareOk ? " Passed." : " FAILED!") << TestLog::EndMessage;
706 if (!compareOk)
709 if (compareOk && !isLastIter)
/external/deqp/executor/tools/
H A DxeTestLogCompare.cpp268 bool compareOk = true; local
350 compareOk = numEqual == numCases;
355 dst << " Comparison " << (compareOk ? "passed" : "FAILED") << "!\n";
361 compareOk = false;
364 return compareOk;
401 bool compareOk = runCompare(cmdLine, std::cout); local
402 return compareOk ? 0 : -1;
/external/deqp/framework/common/
H A DtcuImageCompare.cpp448 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold)); local
450 if (!compareOk || logMode == COMPARE_LOG_EVERYTHING)
460 if (!compareOk)
479 return compareOk;
535 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold)); local
537 if (!compareOk || logMode == COMPARE_LOG_EVERYTHING)
547 if (!compareOk)
566 return compareOk;
619 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold)); local
621 if (!compareOk || logMod
704 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold)); local
775 const bool compareOk = numFailingPixels == 0; local
854 const bool compareOk = numFailingPixels <= maxAllowedFailingPixels; local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp555 const bool compareOk = compareStencilToRed(m_testCtx.getLog(), stencilOnlyLevel, readLevel); local
556 m_testCtx.setTestResult(compareOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
557 compareOk ? "Pass" : "Image comparison failed");
718 bool compareOk; local
729 compareOk = verifyTextureResult(m_testCtx, result, redTex, &texCoord[0], sampleParams, lookupPrec, lodPrec, tcu::PixelFormat(8, 8, 8, 8));
731 m_testCtx.setTestResult(compareOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
732 compareOk ? "Pass" : "Image comparison failed");
787 const bool compareOk = compareStencilToRed(m_testCtx.getLog(), reference, result); local
788 m_testCtx.setTestResult(compareOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
789 compareOk
861 const bool compareOk = compareStencilToRed(m_testCtx.getLog(), reference, result); local
920 const bool compareOk = compareStencilToRed(m_testCtx.getLog(), stencilOnlyLevel, readLevel); local
981 const bool compareOk = compareStencilToRed(m_testCtx.getLog(), stencilOnlyLevel, readLevel); local
[all...]
H A Des31fSSBOLayoutCase.cpp2264 const bool compareOk = compareData(m_testCtx.getLog(), refLayout, writeData.pointers, glLayout, mappedBlockPtrs); local
2268 if (!compareOk)
H A Des31fShaderImageLoadStoreTests.cpp1249 const bool compareOk = readTextureAndVerify(renderCtx, glLog, *texture, *textureBuf, m_textureType, m_format, imageSize, ImageLayerComparer(reference)); local
1251 m_testCtx.setTestResult(compareOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, compareOk ? "Pass" : "Image comparison failed");
1538 const bool compareOk = readTextureAndVerify(renderCtx, glLog, *texture1, *texture1Buf, m_textureType, m_textureFormat, imageSize, ImageLayerComparer(reference)); local
1540 m_testCtx.setTestResult(compareOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, compareOk ? "Pass" : "Image comparison failed");
/external/deqp/modules/glshared/
H A DglsFragOpInteractionCase.cpp564 const bool compareOk = tcu::bilinearCompare(m_testCtx.getLog(), "CompareResult", "Image comparison result", reference.getAccess(), rendered.getAccess(), threshold, tcu::COMPARE_LOG_RESULT); local
566 if (!compareOk)
/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilTests.cpp702 bool compareOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison Result", *m_refColorBuffer, renderedImg, threshold, local
705 m_testCtx.getLog() << TestLog::Message << (compareOk ? " Passed." : " FAILED!") << TestLog::EndMessage;
706 if (!compareOk)
709 if (compareOk && !isLastIter)

Completed in 232 milliseconds