HomeSort by relevance Sort by last modified time
    Searched refs:faultyPixels (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 152 int faultyPixels = 0;
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;
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;
757 faultyPixels = compareBlackNonBlackImages(log, testImageAccess, referenceImageAccess, diffMask.getAccess(), m_s (…)
    [all...]
es2fPolygonOffsetTests.cpp 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;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 155 int faultyPixels = 0;
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;
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;
760 faultyPixels = compareBlackNonBlackImages(log, testImageAccess, referenceImageAccess, diffMask.getAccess(), m_s (…)
    [all...]
es3fPolygonOffsetTests.cpp 106 int faultyPixels = 0;
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;
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;
    [all...]

Completed in 47 milliseconds