Home | History | Annotate | Download | only in functional

Lines Matching defs:clr

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