Lines Matching refs:reporter
34 LazyProxyTest(skiatest::Reporter* reporter)
35 : fReporter(reporter)
212 DEF_GPUTEST(LazyProxyTest, reporter, /* options */) {
220 LazyProxyTest test(reporter);
225 REPORTER_ASSERT(reporter, sdc);
229 REPORTER_ASSERT(reporter, mockAtlas);
239 DEF_GPUTEST(LazyProxyReleaseTest, reporter, /* options */) {
300 REPORTER_ASSERT(reporter, proxy.get());
301 REPORTER_ASSERT(reporter, 0 == testCount);
308 REPORTER_ASSERT(reporter, -1 == testCount);
310 REPORTER_ASSERT(reporter, 1 == testCount);
313 REPORTER_ASSERT(reporter, -1 == testCount);
316 REPORTER_ASSERT(reporter, -1 == testCount);
403 DEF_GPUTEST(LazyProxyFailedInstantiationTest, reporter, /* options */) {
411 REPORTER_ASSERT(reporter, sdc);
421 REPORTER_ASSERT(reporter, 1 == executeTestValue);
423 REPORTER_ASSERT(reporter, 2 == executeTestValue);