Searched refs:faultyPixels (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fClippingTests.cpp | 152 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(), 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 757 …faultyPixels = compareBlackNonBlackImages(log, testImageAccess, referenceImageAccess, diffMask.get… in verifyImage() [all …]
|
D | es2fPolygonOffsetTests.cpp | 103 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 167 …faultyPixels = 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/ |
D | es3fClippingTests.cpp | 155 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(), 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 760 …faultyPixels = compareBlackNonBlackImages(log, testImageAccess, referenceImageAccess, diffMask.get… in verifyImage() [all …]
|
D | es3fPolygonOffsetTests.cpp | 106 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 170 …faultyPixels = 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()
|