Home | History | Annotate | Download | only in functional

Lines Matching refs:faultyPixels

103 	int			faultyPixels	= 0;
148 faultyPixels++; // The pixel is faulty if the color is not found
153 log << tcu::TestLog::Message << faultyPixels << " faulty pixel(s) found." << tcu::TestLog::EndMessage;
155 return (compareFailed == 1 ? faultyPixels : compareFailed);
164 int faultyPixels;
167 faultyPixels = compareImages(log, renderCtx, referenceImage, testImage, diffMask.getAccess(), kernelRadius);
169 if (faultyPixels > faultyPixelLimit)
177 log << tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMessage;