Lines Matching refs:reporter
29 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(FlushSubmittedProcTest, reporter, ctxInfo) {
47 REPORTER_ASSERT(reporter, submittedCount == 0);
50 REPORTER_ASSERT(reporter, submittedCount == 1);
51 REPORTER_ASSERT(reporter, submittedSuccess);
55 REPORTER_ASSERT(reporter, submittedCount == 2);
56 REPORTER_ASSERT(reporter, submittedSuccess);
61 REPORTER_ASSERT(reporter, submittedCount == 2);
64 REPORTER_ASSERT(reporter, submittedCount == 3);
65 REPORTER_ASSERT(reporter, submittedSuccess);
70 REPORTER_ASSERT(reporter, submittedCount == 3);
73 REPORTER_ASSERT(reporter, submittedCount == 3);
76 REPORTER_ASSERT(reporter, submittedCount == 5);
77 REPORTER_ASSERT(reporter, submittedSuccess);
83 REPORTER_ASSERT(reporter, submittedCount == 6);
84 REPORTER_ASSERT(reporter, !submittedSuccess);
86 REPORTER_ASSERT(reporter, submittedCount == 7);
87 REPORTER_ASSERT(reporter, !submittedSuccess);