Lines Matching defs:reporter
63 static void test_premul_alpha_roundtrip(skiatest::Reporter* reporter, SkSurface* surf) {
90 REPORTER_ASSERT(reporter, success = pixels1[x] == pixels2[x]);
96 DEF_TEST(PremulAlphaRoundTrip, reporter) {
101 test_premul_alpha_roundtrip(reporter, surf.get());
103 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(PremulAlphaRoundTrip_Gpu, reporter, ctxInfo) {
108 test_premul_alpha_roundtrip(reporter, surf.get());
111 DEF_TEST(PremulAlphaRoundTripGrConvertPixels, reporter) {
164 REPORTER_ASSERT(reporter, success = c1 == c2);
169 DEF_TEST(PremulAlphaRoundTripSkConvertPixels, reporter) {
221 REPORTER_ASSERT(reporter, success = c1 == c2);