Home | History | Annotate | Download | only in functional

Lines Matching refs:faulty

145  *				   >0 = Number of faulty pixels
218 faultyPixels++; // The pixel is faulty if the color is not found
224 log << TestLog::Message << faultyPixels << " faulty pixel(s) found." << TestLog::EndMessage;
238 * >0 = Number of faulty pixels
255 * >0 = Number of faulty pixels
275 bool faulty = false;
290 faulty = true;
295 if (faulty)
296 log << TestLog::Message << "Faulty pixel(s) found." << TestLog::EndMessage;
298 return !faulty;
582 << tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMessage;
584 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got faulty pixels");
755 log << TestLog::Message << faultyLimit << " faulty pixels are allowed." << TestLog::EndMessage;
766 << tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMessage;
774 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got faulty pixels");
805 log << TestLog::Message << faultyLimit << " faulty pixels are allowed." << TestLog::EndMessage;
816 << tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMessage;
818 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got faulty pixels");
832 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got faulty pixels");
957 log << TestLog::Message << faultyLimit << " faulty pixels are allowed." << TestLog::EndMessage;
968 << tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMessage;
970 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got faulty pixels");
1001 log << TestLog::Message << faultyLimit << " faulty pixels are allowed." << TestLog::EndMessage;
1011 << tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMessage;
1013 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got faulty pixels");
1020 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got faulty pixels");
1102 << tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMessage;
1104 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got faulty pixels");