Lines Matching refs:Reporter
24 static void test_pack8(skiatest::Reporter* reporter) {
41 REPORTER_ASSERT(reporter, dstSize == 0);
44 REPORTER_ASSERT(reporter, dstSize <= maxSize);
47 REPORTER_ASSERT(reporter, srcCount == 0);
52 REPORTER_ASSERT(reporter, match);
63 REPORTER_ASSERT(reporter, maxSize >= dstSize);
66 REPORTER_ASSERT(reporter, size == srcCount);
68 REPORTER_ASSERT(reporter, match);
73 DEF_TEST(PackBits, reporter) {
74 test_pack8(reporter);