Lines Matching defs:run_test
1081 void run_test(skiatest::Reporter* reporter, const GrContextOptions& options,
1295 run_test(reporter, options, SrcType::kCPU, DstType::kVulkan, false);
1299 run_test(reporter, options, SrcType::kVulkan, DstType::kVulkan, false);
1303 run_test(reporter, options, SrcType::kVulkan, DstType::kVulkan, true);
1308 run_test(reporter, options, SrcType::kEGL, DstType::kVulkan, false);
1312 run_test(reporter, options, SrcType::kCPU, DstType::kEGL, false);
1316 run_test(reporter, options, SrcType::kEGL, DstType::kEGL, false);
1320 run_test(reporter, options, SrcType::kVulkan, DstType::kEGL, false);
1324 run_test(reporter, options, SrcType::kEGL, DstType::kEGL, true);
1328 run_test(reporter, options, SrcType::kVulkan, DstType::kEGL, true);
1332 run_test(reporter, options, SrcType::kEGL, DstType::kVulkan, true);