Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fClippingTests.cpp152 int faultyPixels = 0; in compareImages() local
218 faultyPixels++; // The pixel is faulty if the color is not found in compareImages()
224 log << TestLog::Message << faultyPixels << " faulty pixel(s) found." << TestLog::EndMessage; in compareImages()
226 return (compareFailed == 1 ? faultyPixels : compareFailed); in compareImages()
568 int faultyPixels; in testRender() local
573faultyPixels = compareBlackNonBlackImages(log, testSurface.getAccess(), refSurface.getAccess(), di… in testRender()
575 if (faultyPixels > 0) in testRender()
582 …<< tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMess… in testRender()
747 int faultyPixels; in verifyImage() local
757faultyPixels = compareBlackNonBlackImages(log, testImageAccess, referenceImageAccess, diffMask.get… in verifyImage()
[all …]
Des2fPolygonOffsetTests.cpp103 int faultyPixels = 0; in compareImages() local
148 faultyPixels++; // The pixel is faulty if the color is not found in compareImages()
153 …log << tcu::TestLog::Message << faultyPixels << " faulty pixel(s) found." << tcu::TestLog::EndMess… in compareImages()
155 return (compareFailed == 1 ? faultyPixels : compareFailed); in compareImages()
164 int faultyPixels; in verifyImages() local
167faultyPixels = compareImages(log, renderCtx, referenceImage, testImage, diffMask.getAccess(), kern… in verifyImages()
169 if (faultyPixels > faultyPixelLimit) in verifyImages()
177 …log << tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::End… in verifyImages()
/external/deqp/modules/gles3/functional/
Des3fClippingTests.cpp155 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
576faultyPixels = 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
760faultyPixels = compareBlackNonBlackImages(log, testImageAccess, referenceImageAccess, diffMask.get… in verifyImage()
[all …]
Des3fPolygonOffsetTests.cpp106 int faultyPixels = 0; in compareImages() local
151 faultyPixels++; // The pixel is faulty if the color is not found in compareImages()
156 …log << tcu::TestLog::Message << faultyPixels << " faulty pixel(s) found." << tcu::TestLog::EndMess… in compareImages()
158 return (compareFailed == 1 ? faultyPixels : compareFailed); in compareImages()
167 int faultyPixels; in verifyImages() local
170faultyPixels = compareImages(log, renderCtx, referenceImage, testImage, diffMask.getAccess(), kern… in verifyImages()
172 if (faultyPixels > faultyPixelLimit) in verifyImages()
180 …log << tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::End… in verifyImages()