Searched refs:withoutBBox (Results 1 – 1 of 1) sorted by relevance
4165 …bool verifyImagesEqual (const tcu::PixelBufferAccess& withoutBBox, const tcu::PixelBuffer…4463 bool ClearCase::verifyImagesEqual (const tcu::PixelBufferAccess& withoutBBox, const tcu::PixelBuffe… in verifyImagesEqual() argument4465 DE_ASSERT(withoutBBox.getWidth() == withBBox.getWidth()); in verifyImagesEqual()4466 DE_ASSERT(withoutBBox.getHeight() == withBBox.getHeight()); in verifyImagesEqual()4468 tcu::Surface errorMask (withoutBBox.getWidth(), withoutBBox.getHeight()); in verifyImagesEqual()4473 for (int y = 0; y < withoutBBox.getHeight(); ++y) in verifyImagesEqual()4474 for (int x = 0; x < withoutBBox.getWidth(); ++x) in verifyImagesEqual()4476 if (withoutBBox.getPixelInt(x, y) != withBBox.getPixelInt(x, y)) in verifyImagesEqual()4490 << tcu::TestLog::Image("WithoutBBox", "Result with bounding box not set", withoutBBox) in verifyImagesEqual()