Lines Matching defs:image
71 static bool verifyGreenImage (const tcu::Surface& image, tcu::TestLog& log)
75 log << tcu::TestLog::Message << "Verifying result image, expecting green." << tcu::TestLog::EndMessage;
79 for (int y = 0; y < image.getHeight(); ++y)
80 for (int x = 0; x < image.getWidth(); ++x)
82 const tcu::RGBA color = image.getPixel(x, y);
90 log << tcu::TestLog::Image("ResultImage", "Result Image", image.getAccess())
95 log << tcu::TestLog::Image("ResultImage", "Result Image", image.getAccess())
159 << "Verifying image has (at least) " << numShadesRequired << " different shades.\n"
233 << " => Resulting image image should contain both black and white pixels.\n"
242 << " => Resulting image should contain n+1 shades of gray, n = sample count.\n"
421 << " => Resulting image image should contain both black and white pixels.\n"
430 << " => Resulting image should contain n+1 shades of gray, n = sample count.\n"