Lines Matching refs:reporter
14 DEF_TEST(TestNormal, reporter) {
15 REPORTER_ASSERT(reporter, reporter);
19 DEF_GPUTEST(TestGpuFactory, reporter, factory) {
20 REPORTER_ASSERT(reporter, reporter);
25 DEF_GPUTEST_FOR_ALL_CONTEXTS(TestGpuAllContexts, reporter, ctxInfo) {
26 REPORTER_ASSERT(reporter, reporter);
27 REPORTER_ASSERT(reporter, ctxInfo.directContext());
32 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(TestGpuRenderingContexts, reporter, ctxInfo) {
33 REPORTER_ASSERT(reporter, reporter);
34 REPORTER_ASSERT(reporter, ctxInfo.directContext());
39 DEF_GPUTEST_FOR_MOCK_CONTEXT(TestMockContext, reporter, ctxInfo) {
40 REPORTER_ASSERT(reporter, reporter);
41 REPORTER_ASSERT(reporter, ctxInfo.directContext());