Lines Matching refs:Reporter
55 static void text_blob_cache_inner(skiatest::Reporter* reporter, GrContext* context,
71 REPORTER_ASSERT(reporter, surface);
137 REPORTER_ASSERT(reporter, surface);
160 DEF_GPUTEST_FOR_NULL_CONTEXT(TextBlobCache, reporter, context) {
161 text_blob_cache_inner(reporter, context, 1024, 256, 30, true, false);
164 DEF_GPUTEST_FOR_NULL_CONTEXT(TextBlobStressCache, reporter, context) {
165 text_blob_cache_inner(reporter, context, 256, 256, 10, true, true);
168 DEF_GPUTEST_FOR_NULL_CONTEXT(TextBlobAbnormal, reporter, context) {
169 text_blob_cache_inner(reporter, context, 256, 256, 10, false, false);
172 DEF_GPUTEST_FOR_NULL_CONTEXT(TextBlobStressAbnormal, reporter, context) {
173 text_blob_cache_inner(reporter, context, 256, 256, 10, false, true);