Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

114 void read_and_check_pixels(skiatest::Reporter* reporter, GrTexture* texture, uint32_t* origData,
122 ERRORF(reporter, "Could not read pixels for %s.", subtestName);
131 ERRORF(reporter, "Expected 0x%08x, read back as 0x%08x in %s at %d, %d).",
141 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(SRGBReadWritePixels, reporter, context) {
167 ERRORF(reporter, "Could not create SRGBA texture.");
180 read_and_check_pixels(reporter, tex, origData, kSRGBA_8888_GrPixelConfig,
183 read_and_check_pixels(reporter, tex, origData, kRGBA_8888_GrPixelConfig,
187 ERRORF(reporter, "Could not write srgba data to srgba texture.");
193 read_and_check_pixels(reporter, tex, origData, kSRGBA_8888_GrPixelConfig,
196 read_and_check_pixels(reporter, tex, origData, kRGBA_8888_GrPixelConfig,
200 ERRORF(reporter, "Could not write rgba data to srgba texture.");
206 ERRORF(reporter, "Could not create RGBA texture.");
212 read_and_check_pixels(reporter, tex, origData, kSRGBA_8888_GrPixelConfig,
215 read_and_check_pixels(reporter, tex, origData, kRGBA_8888_GrPixelConfig,
219 ERRORF(reporter, "Could not write srgba data to rgba texture.");
224 read_and_check_pixels(reporter, tex, origData, kSRGBA_8888_GrPixelConfig,
228 ERRORF(reporter, "Could not write rgba data to rgba texture.");