Lines Matching defs:reporter
19 static void shader_test(skiatest::Reporter* reporter) {
37 REPORTER_ASSERT(reporter, shader != nullptr);
43 REPORTER_ASSERT(reporter, shader != nullptr);
50 REPORTER_ASSERT(reporter, shader != nullptr);
60 static void test_c(skiatest::Reporter* reporter) {
72 REPORTER_ASSERT(reporter, 0xFF000000 == pixel[0]);
76 REPORTER_ASSERT(reporter, 0xFFFFFFFF == pixel[0]);
81 REPORTER_ASSERT(reporter, 0x80404040 == pixel[0]);
88 DEF_TEST(C_API, reporter) {
89 test_c(reporter);
90 shader_test(reporter);