Searched refs:withBBox (Results 1 – 1 of 1) sorted by relevance
4126 …ImagesEqual (const tcu::PixelBufferAccess& withoutBBox, const tcu::PixelBufferAccess& withBBox);4422 …rifyImagesEqual (const tcu::PixelBufferAccess& withoutBBox, const tcu::PixelBufferAccess& withBBox) in verifyImagesEqual() argument4424 DE_ASSERT(withoutBBox.getWidth() == withBBox.getWidth()); in verifyImagesEqual()4425 DE_ASSERT(withoutBBox.getHeight() == withBBox.getHeight()); in verifyImagesEqual()4435 if (withoutBBox.getPixelInt(x, y) != withBBox.getPixelInt(x, y)) in verifyImagesEqual()4450 << tcu::TestLog::Image("WithBBox", "Result with bounding box set", withBBox) in verifyImagesEqual()