Lines Matching defs:image
106 // Verifies image contains only yellow or greeen, or a linear combination
108 static bool verifyImageYellowGreen (const tcu::Surface& image, tcu::TestLog& log)
114 tcu::Surface error (image.getWidth(), image.getHeight());
117 for (int y = 0; y < image.getHeight(); y++)
118 for (int x = 0; x < image.getWidth(); x++)
120 const tcu::RGBA pixel = image.getPixel(x, y);
139 << TestLog::Image("Result", "Result", image)
146 << TestLog::Image("Result", "Result", image)
802 // verify image
807 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Result image invalid");
1013 void renderTo (tcu::Surface& image);
1189 // verify image
1194 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Result image invalid");