Home | History | Annotate | Download | only in functional

Lines Matching defs:clr

1021 			const tcu::RGBA& clr = clearedImg.getPixel(x, y);
1022 if (clr != tcu::RGBA::black())
1024 log << TestLog::Message << "Failure: first non-black pixel, color " << clr << ", detected at coordinates (" << x << ", " << y << ")" << TestLog::EndMessage;