Lines Matching defs:reporter
25 skiatest::Reporter* reporter) {
34 ERRORF(reporter, "Expected count failed to reach %d within 1 second of busy waiting.",
39 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(FlushFinishedProcTest, reporter, ctxInfo) {
61 REPORTER_ASSERT(reporter, count == 0 || count == 1);
63 busy_wait_for_callback(&count, 1, dContext, reporter);
80 REPORTER_ASSERT(reporter, count == 1 || count == 2);
82 REPORTER_ASSERT(reporter, count == 2);
86 REPORTER_ASSERT(reporter, count == 2);
95 REPORTER_ASSERT(reporter, count == 2 || count == 3);
97 REPORTER_ASSERT(reporter, count == 3);
101 REPORTER_ASSERT(reporter, count == 3);
110 REPORTER_ASSERT(reporter, count == 3 || count == 4);
112 REPORTER_ASSERT(reporter, count == 4);
116 REPORTER_ASSERT(reporter, count == 4);
121 REPORTER_ASSERT(reporter, count == 4 || count == 5);
122 busy_wait_for_callback(&count, 5, dContext, reporter);
134 REPORTER_ASSERT(reporter, count <= 1 && count2 <= count);
139 REPORTER_ASSERT(reporter, count == 1);
140 REPORTER_ASSERT(reporter, count == count2);