Lines Matching refs:faultyPixels
155 int faultyPixels = 0; in compareImages() local
221 faultyPixels++; // The pixel is faulty if the color is not found in compareImages()
227 log << TestLog::Message << faultyPixels << " faulty pixel(s) found." << TestLog::EndMessage; in compareImages()
229 return (compareFailed == 1 ? faultyPixels : compareFailed); in compareImages()
571 int faultyPixels; in testRender() local
576 …faultyPixels = compareBlackNonBlackImages(log, testSurface.getAccess(), refSurface.getAccess(), di… in testRender()
578 if (faultyPixels > 0) in testRender()
585 …<< tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMess… in testRender()
750 int faultyPixels; in verifyImage() local
760 …faultyPixels = compareBlackNonBlackImages(log, testImageAccess, referenceImageAccess, diffMask.get… in verifyImage()
762 if (faultyPixels > faultyLimit) in verifyImage()
769 …<< tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMess… in verifyImage()
803 int faultyPixels; in verifyImage() local
811 …faultyPixels = compareColoredImages(log, testImageAccess, referenceImageAccess, diffMask.getAccess… in verifyImage()
813 if (faultyPixels > faultyLimit) in verifyImage()
820 …<< tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMess… in verifyImage()
957 int faultyPixels; in verifyImage() local
963 …faultyPixels = compareBlackNonBlackImages(log, testImageAccess, referenceImageAccess, diffMask.get… in verifyImage()
965 if (faultyPixels > faultyLimit) in verifyImage()
972 …<< tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMess… in verifyImage()
1000 int faultyPixels; in verifyImage() local
1006 …faultyPixels = compareColoredImages(log, testImageAccess, referenceImageAccess, diffMask.getAccess… in verifyImage()
1008 if (faultyPixels > faultyLimit) in verifyImage()
1015 …<< tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMess… in verifyImage()
1090 int faultyPixels; in testRender() local
1097 …faultyPixels = compareBlackNonBlackImages(log, testSurface.getAccess(), refSurface.getAccess(), di… in testRender()
1099 if (faultyPixels > 0) in testRender()
1106 …<< tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMess… in testRender()