Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp4165 …ImagesEqual (const tcu::PixelBufferAccess& withoutBBox, const tcu::PixelBufferAccess& withBBox);
4463 …rifyImagesEqual (const tcu::PixelBufferAccess& withoutBBox, const tcu::PixelBufferAccess& withBBox) in verifyImagesEqual() argument
4465 DE_ASSERT(withoutBBox.getWidth() == withBBox.getWidth()); in verifyImagesEqual()
4466 DE_ASSERT(withoutBBox.getHeight() == withBBox.getHeight()); in verifyImagesEqual()
4476 if (withoutBBox.getPixelInt(x, y) != withBBox.getPixelInt(x, y)) in verifyImagesEqual()
4491 << tcu::TestLog::Image("WithBBox", "Result with bounding box set", withBBox) in verifyImagesEqual()