Home
last modified time | relevance | path

Searched refs:withoutBBox (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp4126 …bool verifyImagesEqual (const tcu::PixelBufferAccess& withoutBBox, const tcu::PixelBuffer…
4422 bool ClearCase::verifyImagesEqual (const tcu::PixelBufferAccess& withoutBBox, const tcu::PixelBuffe… in verifyImagesEqual() argument
4424 DE_ASSERT(withoutBBox.getWidth() == withBBox.getWidth()); in verifyImagesEqual()
4425 DE_ASSERT(withoutBBox.getHeight() == withBBox.getHeight()); in verifyImagesEqual()
4427 tcu::Surface errorMask (withoutBBox.getWidth(), withoutBBox.getHeight()); in verifyImagesEqual()
4432 for (int y = 0; y < withoutBBox.getHeight(); ++y) in verifyImagesEqual()
4433 for (int x = 0; x < withoutBBox.getWidth(); ++x) in verifyImagesEqual()
4435 if (withoutBBox.getPixelInt(x, y) != withBBox.getPixelInt(x, y)) in verifyImagesEqual()
4449 << tcu::TestLog::Image("WithoutBBox", "Result with bounding box not set", withoutBBox) in verifyImagesEqual()