Lines Matching defs:image
532 bool verifyResultLayer (tcu::TestLog& log, const tcu::ConstPixelBufferAccess& image, const int layerNdx)
534 tcu::Surface errorMask (image.getWidth(), image.getHeight());
541 for (int y = 0; y < image.getHeight(); ++y)
542 for (int x = 0; x < image.getWidth(); ++x)
545 const tcu::RGBA color (image.getPixel(x, y));
559 << tcu::TestLog::Image("Result", "Rendered result", image)
567 << tcu::TestLog::Image("Result", "Rendered result", image)
580 << "Rendering single point at the origin. Expecting yellow and green colored grid-like image. (High-frequency grid may appear unicolored)."
598 // Color output buffer: image will be copied here for verification (big enough for all layers).
623 // Change color attachment image layout