Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

21 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) {
139 ERRORF(reporter, "Error creating proxy for rectangle texture.");
144 test_basic_draw_as_src(reporter, context, rectProxy, refPixels);
147 test_copy_from_surface(reporter, context, rectProxy.get(), refPixels,
154 test_read_pixels(reporter, rectContext.get(), refPixels, "RectangleTexture-read");
156 test_copy_to_surface(reporter, context->resourceProvider(),
159 test_write_pixels(reporter, rectContext.get(), true, "RectangleTexture-write");
161 test_clear(reporter, rectContext.get());