Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

16 void test_read_pixels(skiatest::Reporter* reporter,
27 ERRORF(reporter, "%s: Error reading from texture.", testName);
32 ERRORF(reporter, "%s: Error, pixel value %d should be 0x%08x, got 0x%08x.",
39 void test_write_pixels(skiatest::Reporter* reporter,
56 ERRORF(reporter, "%s: Error writing to texture.", testName);
62 ERRORF(reporter, "%s: writePixels succeeded when it wasn't supposed to.", testName);
66 test_read_pixels(reporter, dstContext, pixels.get(), testName);
69 void test_copy_from_surface(skiatest::Reporter* reporter, GrContext* context,
86 test_read_pixels(reporter, dstContext.get(), expectedPixelValues, testName);
90 void test_copy_to_surface(skiatest::Reporter* reporter, GrResourceProvider* resourceProvider,
115 test_read_pixels(reporter, dstContext, pixels.get(), testName);