Home | History | Annotate | Download | only in tests

Lines Matching refs:yy

207     for (GLint yy = 0; bad_count < 16 && yy < kResolution; ++yy) {
209 const uint8* actual = &actual_pixels[(yy * kResolution + xx) * 4];
213 EXPECT_EQ(actual[0], actual[1]) << "pixel at " << xx << ", " << yy;
214 EXPECT_EQ(actual[1], actual[2]) << "pixel at " << xx << ", " << yy;
221 << "pixel at " << xx << ", " << yy
229 if (yy > 0 && yy < kResolution - 1) {
230 EXPECT_GT(actual[0], down[0]) << "pixel at " << xx << ", " << yy;
235 << "pixel at " << xx << ", " << yy;