Lines Matching full:test_
310 static void test_##name(skiatest::Reporter*); \
311 skiatest::TestRegistry name##TestRegistry(Test::MakeCPU(#name, test_##name), condition); \
312 void test_##name(skiatest::Reporter* reporter)
325 static void test_##name(skiatest::Reporter*); \
326 skiatest::TestRegistry name##TestRegistry(Test::MakeCPUSerial(#name, test_##name)); \
327 void test_##name(skiatest::Reporter* reporter)
330 static void test_##name(skiatest::Reporter*); \
333 test_##name(reporter); \
337 void test_##name(skiatest::Reporter* reporter)
342 static void test_##name(skiatest::Reporter*, \
348 skiatest::graphite::RunWithGraphiteTestContexts(test_##name, context_filter, \
354 void test_##name(skiatest::Reporter* reporter, \
416 static void test_##name(skiatest::Reporter*, const GrContextOptions&); \
418 Test::MakeGanesh(#name, ctsEnforcement, test_##name, nullptr)); \
419 void test_##name(skiatest::Reporter* reporter, const GrContextOptions& options)
423 static void test_##name(skiatest::Reporter*, const sk_gpu_test::ContextInfo&); \
426 skiatest::RunWithGaneshTestContexts(test_##name, context_filter, reporter, options); \
431 void test_##name(skiatest::Reporter* reporter, const sk_gpu_test::ContextInfo& context_info)