Home | History | Annotate | Download | only in functional

Lines Matching refs:compareOk

557 			const bool compareOk = compareStencilToRed(m_testCtx.getLog(), stencilOnlyLevel, readLevel);
558 m_testCtx.setTestResult(compareOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
559 compareOk ? "Pass" : "Image comparison failed");
720 bool compareOk;
731 compareOk = verifyTextureResult(m_testCtx, result, redTex, &texCoord[0], sampleParams, lookupPrec, lodPrec, tcu::PixelFormat(8, 8, 8, 8));
733 m_testCtx.setTestResult(compareOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
734 compareOk ? "Pass" : "Image comparison failed");
789 const bool compareOk = compareStencilToRed(m_testCtx.getLog(), reference, result);
790 m_testCtx.setTestResult(compareOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
791 compareOk ? "Pass" : "Image comparison failed");
863 const bool compareOk = compareStencilToRed(m_testCtx.getLog(), reference, result);
864 m_testCtx.setTestResult(compareOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
865 compareOk ? "Pass" : "Image comparison failed");
922 const bool compareOk = compareStencilToRed(m_testCtx.getLog(), stencilOnlyLevel, readLevel);
923 m_testCtx.setTestResult(compareOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
924 compareOk ? "Pass" : "Image comparison failed");
983 const bool compareOk = compareStencilToRed(m_testCtx.getLog(), stencilOnlyLevel, readLevel);
984 m_testCtx.setTestResult(compareOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
985 compareOk ? "Pass" : "Image comparison failed");