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 153 int faultyPixels = 0;
219 faultyPixels++; // The pixel is faulty if the color is not found
225 log << TestLog::Message << faultyPixels << " faulty pixel(s) found." << TestLog::EndMessage;
227 return (compareFailed == 1 ? faultyPixels : compareFailed);
569 int faultyPixels;
574 faultyPixels = compareBlackNonBlackImages(log, testSurface.getAccess(), refSurface.getAccess(), diffMask.getAccess(), kernelRadius);
576 if (faultyPixels > 0)
583 << tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMessage;
746 int faultyPixels;
755 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 156 int faultyPixels = 0;
222 faultyPixels++; // The pixel is faulty if the color is not found
228 log << TestLog::Message << faultyPixels << " faulty pixel(s) found." << TestLog::EndMessage;
230 return (compareFailed == 1 ? faultyPixels : compareFailed);
572 int faultyPixels;
577 faultyPixels = compareBlackNonBlackImages(log, testSurface.getAccess(), refSurface.getAccess(), diffMask.getAccess(), kernelRadius);
579 if (faultyPixels > 0)
586 << tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMessage;
749 int faultyPixels;
758 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 96 milliseconds