Searched refs:withBBox (Results 1 – 1 of 1) sorted by relevance
3954 …ImagesEqual (const tcu::PixelBufferAccess& withoutBBox, const tcu::PixelBufferAccess& withBBox);4250 …rifyImagesEqual (const tcu::PixelBufferAccess& withoutBBox, const tcu::PixelBufferAccess& withBBox) in verifyImagesEqual() argument4252 DE_ASSERT(withoutBBox.getWidth() == withBBox.getWidth()); in verifyImagesEqual()4253 DE_ASSERT(withoutBBox.getHeight() == withBBox.getHeight()); in verifyImagesEqual()4263 if (withoutBBox.getPixelInt(x, y) != withBBox.getPixelInt(x, y)) in verifyImagesEqual()4278 << tcu::TestLog::Image("WithBBox", "Result with bounding box set", withBBox) in verifyImagesEqual()