Lines Matching refs:setTestResult
231 void setTestResult (bool queryTestPassed, bool imageTestPassed);
560 void LayoutBindingRenderCase::setTestResult (bool queryTestPassed, bool imageTestPassed)
563 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
565 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "One or more binding point queries and image comparisons failed");
567 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "One or more binding point queries failed");
569 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "One or more image comparisons failed");
780 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
782 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, failMessage.c_str());
939 setTestResult(queryTestPassed, imageTestPassed);
1234 setTestResult(queryTestPassed, imageTestPassed);
1535 setTestResult(queryTestPassed, imageTestPassed);
1770 setTestResult(queryTestPassed, imageTestPassed);