Lines Matching refs:backendAPI

252                                 std::string_view backendAPI,    // "OpenGL"  in failure_is_expected()  argument
259 std::optional<std::string_view> backendAPI; in failure_is_expected() member
537 if (d.backendAPI.has_value() && !skstd::contains(backendAPI, *d.backendAPI)) { in failure_is_expected()
567 std::string_view backendAPI, in test_one_permutation() argument
583 if (failure_is_expected(deviceName, backendAPI, name, testType)) { in test_one_permutation()
586 SkDebugf("%s: skipped %.*s%s\n", testFile, (int)backendAPI.size(), backendAPI.data(), in test_one_permutation()
619 (int)backendAPI.size(), backendAPI.data(), in test_one_permutation()
639 std::string_view backendAPI, in test_permutations() argument
652 test_one_permutation(r, deviceName, backendAPI, surface, name, testFile, testType, "", options); in test_permutations()
655 test_one_permutation(r, deviceName, backendAPI, surface, name, testFile, testType, in test_permutations()
702 std::string_view backendAPI = skgpu::ContextTypeName(ctxInfo.type()); in test_ganesh() local
706 test_permutations(r, deviceName, backendAPI, surface.get(), name, testFile, in test_ganesh()
710 test_permutations(r, deviceName, backendAPI, surface.get(), name, testFile, in test_ganesh()
751 std::string_view backendAPI = skgpu::ContextTypeName(testCtx->contextType()); in test_graphite() local
755 test_permutations(r, deviceName, backendAPI, surface.get(), name, testFile, in test_graphite()
759 test_permutations(r, deviceName, backendAPI, surface.get(), name, testFile, in test_graphite()