Lines Matching refs:faultyPixels
152 int faultyPixels = 0; in compareImages() local
218 faultyPixels++; // The pixel is faulty if the color is not found in compareImages()
224 log << TestLog::Message << faultyPixels << " faulty pixel(s) found." << TestLog::EndMessage; in compareImages()
226 return (compareFailed == 1 ? faultyPixels : compareFailed); in compareImages()
568 int faultyPixels; in testRender() local
573 …faultyPixels = compareBlackNonBlackImages(log, testSurface.getAccess(), refSurface.getAccess(), di… in testRender()
575 if (faultyPixels > 0) in testRender()
582 …<< tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMess… in testRender()
747 int faultyPixels; in verifyImage() local
757 …faultyPixels = compareBlackNonBlackImages(log, testImageAccess, referenceImageAccess, diffMask.get… in verifyImage()
759 if (faultyPixels > faultyLimit) in verifyImage()
766 …<< tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMess… in verifyImage()
800 int faultyPixels; in verifyImage() local
807 …faultyPixels = compareColoredImages(log, testImageAccess, referenceImageAccess, diffMask.getAccess… in verifyImage()
809 if (faultyPixels > faultyLimit) in verifyImage()
816 …<< tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMess… in verifyImage()
953 int faultyPixels; in verifyImage() local
959 …faultyPixels = compareBlackNonBlackImages(log, testImageAccess, referenceImageAccess, diffMask.get… in verifyImage()
961 if (faultyPixels > faultyLimit) in verifyImage()
968 …<< tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMess… in verifyImage()
996 int faultyPixels; in verifyImage() local
1002 …faultyPixels = compareColoredImages(log, testImageAccess, referenceImageAccess, diffMask.getAccess… in verifyImage()
1004 if (faultyPixels > faultyLimit) in verifyImage()
1011 …<< tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMess… in verifyImage()
1086 int faultyPixels; in testRender() local
1093 …faultyPixels = compareBlackNonBlackImages(log, testSurface.getAccess(), refSurface.getAccess(), di… in testRender()
1095 if (faultyPixels > 0) in testRender()
1102 …<< tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMess… in testRender()