Home | History | Annotate | Download | only in functional

Lines Matching refs:pixel

1826 			const tcu::RGBA pixel = rendered.getPixel(x, y);
1828 if (pixel.getRed() == 0 && pixel.getGreen() == 0 && pixel.getBlue() == 0)
1831 << TestLog::Message << "Note: pixel with zero r, g and b channels found at " << tcu::IVec2(x, y) << TestLog::EndMessage;
5392 // Not a discarded patch; check that at least one white pixel is found in its area.
5430 log << TestLog::Message << "Failure: expected at least one " << (isMSAA ? "non-black" : "white") << " pixel in the rectangle "
5455 << TestLog::Message << "Note: pixel " << tcu::IVec2(x, y) << " isn't black" << TestLog::EndMessage;