Searched refs:faultyPixels (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fClippingTests.cpp152 int faultyPixels = 0; local
218 faultyPixels++; // The pixel is faulty if the color is not found
224 log << TestLog::Message << faultyPixels << " faulty pixel(s) found." << TestLog::EndMessage;
226 return (compareFailed == 1 ? faultyPixels : compareFailed);
568 int faultyPixels; local
573 faultyPixels = compareBlackNonBlackImages(log, testSurface.getAccess(), refSurface.getAccess(), diffMask.getAccess(), kernelRadius);
575 if (faultyPixels > 0)
582 << tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMessage;
747 int faultyPixels; local
757 faultyPixels
800 int faultyPixels; local
953 int faultyPixels; local
996 int faultyPixels; local
1086 int faultyPixels; local
[all...]
H A Des2fPolygonOffsetTests.cpp103 int faultyPixels = 0; local
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; local
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;
/external/deqp/modules/gles3/functional/
H A Des3fClippingTests.cpp155 int faultyPixels = 0; local
221 faultyPixels++; // The pixel is faulty if the color is not found
227 log << TestLog::Message << faultyPixels << " faulty pixel(s) found." << TestLog::EndMessage;
229 return (compareFailed == 1 ? faultyPixels : compareFailed);
571 int faultyPixels; local
576 faultyPixels = compareBlackNonBlackImages(log, testSurface.getAccess(), refSurface.getAccess(), diffMask.getAccess(), kernelRadius);
578 if (faultyPixels > 0)
585 << tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMessage;
750 int faultyPixels; local
760 faultyPixels
803 int faultyPixels; local
957 int faultyPixels; local
1000 int faultyPixels; local
1090 int faultyPixels; local
[all...]
H A Des3fPolygonOffsetTests.cpp106 int faultyPixels = 0; local
151 faultyPixels++; // The pixel is faulty if the color is not found
156 log << tcu::TestLog::Message << faultyPixels << " faulty pixel(s) found." << tcu::TestLog::EndMessage;
158 return (compareFailed == 1 ? faultyPixels : compareFailed);
167 int faultyPixels; local
170 faultyPixels = compareImages(log, renderCtx, referenceImage, testImage, diffMask.getAccess(), kernelRadius);
172 if (faultyPixels > faultyPixelLimit)
180 log << tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMessage;

Completed in 175 milliseconds