Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles2/functional/
H A 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
573 faultyPixels = compareBlackNonBlackImages(log, testSurface.getAccess(), refSurface.getAccess(), diffMask.getAccess(), kernelRadius); in testRender()
575 if (faultyPixels > 0) in testRender()
582 << tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMessage; in testRender()
747 int faultyPixels; in verifyImage() local
757 faultyPixels in verifyImage()
800 int faultyPixels; verifyImage() local
953 int faultyPixels; verifyImage() local
996 int faultyPixels; verifyImage() local
1086 int faultyPixels; testRender() local
[all...]
H A Des2fPolygonOffsetTests.cpp102 int faultyPixels = 0; in compareImages() local
146 faultyPixels++; // The pixel is faulty if the color is not found in compareImages()
151 log << tcu::TestLog::Message << faultyPixels << " faulty pixel(s) found." << tcu::TestLog::EndMessage; in compareImages()
153 return (compareFailed == 1 ? faultyPixels : compareFailed); in compareImages()
162 int faultyPixels; in verifyImages() local
165 faultyPixels = compareImages(log, renderCtx, referenceImage, testImage, diffMask.getAccess(), kernelRadius); in verifyImages()
167 if (faultyPixels > faultyPixelLimit) in verifyImages()
175 log << tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMessage; in verifyImages()
/third_party/vk-gl-cts/modules/gles3/functional/
H A 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
576 faultyPixels = compareBlackNonBlackImages(log, testSurface.getAccess(), refSurface.getAccess(), diffMask.getAccess(), kernelRadius); in testRender()
578 if (faultyPixels > 0) in testRender()
585 << tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMessage; in testRender()
750 int faultyPixels; in verifyImage() local
760 faultyPixels in verifyImage()
803 int faultyPixels; verifyImage() local
957 int faultyPixels; verifyImage() local
1000 int faultyPixels; verifyImage() local
1090 int faultyPixels; testRender() local
[all...]
H A Des3fPolygonOffsetTests.cpp105 int faultyPixels = 0; in compareImages() local
149 faultyPixels++; // The pixel is faulty if the color is not found in compareImages()
154 log << tcu::TestLog::Message << faultyPixels << " faulty pixel(s) found." << tcu::TestLog::EndMessage; in compareImages()
156 return (compareFailed == 1 ? faultyPixels : compareFailed); in compareImages()
165 int faultyPixels; in verifyImages() local
168 faultyPixels = compareImages(log, renderCtx, referenceImage, testImage, diffMask.getAccess(), kernelRadius); in verifyImages()
170 if (faultyPixels > faultyPixelLimit) in verifyImages()
178 log << tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMessage; in verifyImages()

Completed in 10 milliseconds