Lines Matching refs:isOk
236 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
238 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
239 isOk ? "Pass" : "Image comparison failed");
591 bool isOk = testLayer(m_curLayer);
593 if (!isOk && m_testCtx.getTestResult() == QP_TEST_RESULT_PASS)
749 bool isOk = testSlice(m_curSlice);
751 if (!isOk && m_testCtx.getTestResult() == QP_TEST_RESULT_PASS)
886 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
888 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
889 isOk ? "Pass" : "Image comparison failed");
1152 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
1154 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
1155 isOk ? "Pass" : "Image comparison failed");