Lines Matching refs:Reporter
117 void read_and_check_pixels(skiatest::Reporter* reporter, GrSurfaceContext* context,
127 ERRORF(reporter, "Could not read pixels for %s.", subtestName);
137 ERRORF(reporter, "Expected 0x%08x, read back as 0x%08x in %s at %d, %d).",
147 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(SRGBReadWritePixels, reporter, ctxInfo) {
182 ERRORF(reporter, "Could not create SRGBA surface context.");
194 read_and_check_pixels(reporter, sContext.get(), origData, iiSRGBA,
197 read_and_check_pixels(reporter, sContext.get(), origData, iiRGBA,
201 ERRORF(reporter, "Could not write srgba data to srgba texture.");
207 read_and_check_pixels(reporter, sContext.get(), origData, iiSRGBA,
210 read_and_check_pixels(reporter, sContext.get(), origData, iiRGBA,
214 ERRORF(reporter, "Could not write rgba data to srgba texture.");
221 ERRORF(reporter, "Could not create RGBA surface context.");
230 read_and_check_pixels(reporter, sContext.get(), origData, iiSRGBA,
239 read_and_check_pixels(reporter, sContext.get(), origData, iiRGBA,
243 ERRORF(reporter, "Could not write srgba data to rgba texture.");
248 read_and_check_pixels(reporter, sContext.get(), origData, iiSRGBA,
252 ERRORF(reporter, "Could not write rgba data to rgba texture.");