Lines Matching defs:surface
2165 // Verify the surface is filled with the expected color
2166 bool checkSurface(tcu::Surface surface, tcu::RGBA expectedColor)
2169 for (int y = 0; y < surface.getHeight(); y++)
2171 for (int x = 0; x < surface.getWidth(); x++)
2173 if (surface.getPixel(x, y) != expectedColor)
2260 TCU_FAIL("StateInteraction failed; surface should be green");
2302 TCU_FAIL("StateInteraction failed; surface should be blue");
2388 TCU_FAIL("StateInteraction failed; surface should be red");
2426 TCU_FAIL("StateInteraction failed; surface should be green");
2459 TCU_FAIL("StateInteraction failed; surface should be white");
2519 TCU_FAIL("StateInteraction failed; surface should be white");
2606 // Verify the surface is filled with the expected color
2607 bool checkSurface(tcu::Surface surface, tcu::RGBA expectedColor)
2610 for (int y = 0; y < surface.getHeight(); y++)
2612 for (int x = 0; x < surface.getWidth(); x++)
2614 if (surface.getPixel(x, y) != expectedColor)
2815 TCU_FAIL("InterfaceMatchingCase failed; surface should be white");