Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

28 static void test_drawPathEmpty(skiatest::Reporter*, SkCanvas* canvas) {
65 static void test_drawSameRectOvals(skiatest::Reporter*, SkCanvas* canvas) {
79 DEF_GPUTEST_FOR_ALL_GL_CONTEXTS(GpuDrawPath, reporter, ctxInfo) {
89 test_func(reporter, surface->getCanvas());
94 DEF_GPUTEST(GrPathKeys, reporter, /*factory*/) {
117 REPORTER_ASSERT(reporter, !isVolatile);
118 REPORTER_ASSERT(reporter, key1.isValid());
120 REPORTER_ASSERT(reporter, !isVolatile);
121 REPORTER_ASSERT(reporter, key1.isValid());
122 REPORTER_ASSERT(reporter, key1 != key2);
127 REPORTER_ASSERT(reporter, isVolatile);
128 REPORTER_ASSERT(reporter, !tempKey.isValid());
135 REPORTER_ASSERT(reporter, key2 == tempKey);
150 REPORTER_ASSERT(reporter, !isVolatile);
151 REPORTER_ASSERT(reporter, key3.isValid());
153 REPORTER_ASSERT(reporter, !isVolatile);
154 REPORTER_ASSERT(reporter, key4.isValid());
155 REPORTER_ASSERT(reporter, key3 != key4);
161 REPORTER_ASSERT(reporter, isVolatile);
162 REPORTER_ASSERT(reporter, !tempKey.isValid());