Lines Matching defs:image
638 bool verifyImage (const tcu::Surface& image);
668 // verify image
773 bool InstancedGridRenderTest::verifyImage (const tcu::Surface& image)
780 tcu::Surface error (image.getWidth(), image.getHeight());
783 for (int y = 0; y < image.getHeight(); y++)
784 for (int x = 0; x < image.getWidth(); x++)
786 if (x == 0 || y == 0 || y + 1 == image.getHeight() || x + 1 == image.getWidth())
793 const tcu::RGBA pixel = image.getPixel(x, y);
815 << TestLog::Image("Result", "Result", image)
824 << TestLog::Image("Result", "Result", image)