Lines Matching refs:Reporter
22 static void test_basic_draw_as_src(skiatest::Reporter* reporter, GrContext* context,
40 test_read_pixels(reporter, rtContext.get(), expectedPixelValues,
45 static void test_clear(skiatest::Reporter* reporter, GrSurfaceContext* rectContext) {
85 test_read_pixels(reporter, rtc, expectedPixels.get(), "RectangleTexture-clear");
89 DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS(RectangleTexture, reporter, ctxInfo) {
135 ERRORF(reporter, "Error creating proxy for rectangle texture.");
140 test_basic_draw_as_src(reporter, context, rectProxy, refPixels);
143 test_copy_from_surface(reporter, context, rectProxy.get(), refPixels,
150 test_read_pixels(reporter, rectContext.get(), refPixels, "RectangleTexture-read");
152 test_copy_to_surface(reporter, context->resourceProvider(),
155 test_write_pixels(reporter, rectContext.get(), true, "RectangleTexture-write");
157 test_clear(reporter, rectContext.get());