Lines Matching defs:reporter
66 static void text_blob_cache_inner(skiatest::Reporter* reporter, GrDirectContext* dContext,
82 REPORTER_ASSERT(reporter, surface);
151 REPORTER_ASSERT(reporter, surface);
175 DEF_GPUTEST_FOR_MOCK_CONTEXT(TextBlobCache, reporter, ctxInfo) {
176 text_blob_cache_inner(reporter, ctxInfo.directContext(), 1024, 256, 30, true, true);
179 DEF_GPUTEST_FOR_MOCK_CONTEXT(TextBlobCache, reporter, ctxInfo) {
180 text_blob_cache_inner(reporter, ctxInfo.directContext(), 1024, 256, 30, true, false);
184 DEF_GPUTEST_FOR_MOCK_CONTEXT(TextBlobStressCache, reporter, ctxInfo) {
185 text_blob_cache_inner(reporter, ctxInfo.directContext(), 256, 256, 10, true, true);
189 DEF_GPUTEST_FOR_MOCK_CONTEXT(TextBlobAbnormal, reporter, ctxInfo) {
190 text_blob_cache_inner(reporter, ctxInfo.directContext(), 256, 256, 10, false, true);
193 DEF_GPUTEST_FOR_MOCK_CONTEXT(TextBlobAbnormal, reporter, ctxInfo) {
194 text_blob_cache_inner(reporter, ctxInfo.directContext(), 256, 256, 10, false, false);
198 DEF_GPUTEST_FOR_MOCK_CONTEXT(TextBlobStressAbnormal, reporter, ctxInfo) {
199 text_blob_cache_inner(reporter, ctxInfo.directContext(), 256, 256, 10, false, true);
290 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(TextBlobIntegerOverflowTest, reporter, ctxInfo) {
313 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(TextBlobJaggedGlyph, reporter, ctxInfo) {
326 REPORTER_ASSERT(reporter, isOk);
351 REPORTER_ASSERT(reporter, isOk);
369 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(TextBlobSmoothScroll, reporter, ctxInfo) {
382 REPORTER_ASSERT(reporter, isOk);