Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

47 static void text_blob_cache_inner(skiatest::Reporter* reporter, GrContext* context,
62 REPORTER_ASSERT(reporter, surface);
127 REPORTER_ASSERT(reporter, surface);
150 DEF_GPUTEST_FOR_NULLGL_CONTEXT(TextBlobCache, reporter, ctxInfo) {
151 text_blob_cache_inner(reporter, ctxInfo.grContext(), 1024, 256, 30, true, false);
154 DEF_GPUTEST_FOR_NULLGL_CONTEXT(TextBlobStressCache, reporter, ctxInfo) {
155 text_blob_cache_inner(reporter, ctxInfo.grContext(), 256, 256, 10, true, true);
158 DEF_GPUTEST_FOR_NULLGL_CONTEXT(TextBlobAbnormal, reporter, ctxInfo) {
159 text_blob_cache_inner(reporter, ctxInfo.grContext(), 256, 256, 10, false, false);
162 DEF_GPUTEST_FOR_NULLGL_CONTEXT(TextBlobStressAbnormal, reporter, ctxInfo) {
163 text_blob_cache_inner(reporter, ctxInfo.grContext(), 256, 256, 10, false, true);