• Home
  • Raw
  • Download

Lines Matching refs:testFile

94                             const char* testFile,  in load_source()  argument
96 SkString resourcePath = SkStringPrintf("sksl/%s", testFile); in load_source()
99 ERRORF(r, "%s%s: Unable to load file", testFile, permutationSuffix); in load_source()
107 const char* testFile, in test_one_permutation() argument
110 SkString shaderString = load_source(r, testFile, permutationSuffix); in test_one_permutation()
116 ERRORF(r, "%s%s: %s", testFile, permutationSuffix, result.errorText.c_str()); in test_one_permutation()
143 ERRORF(r, "%s%s: Unable to build shader", testFile, permutationSuffix); in test_one_permutation()
192 const char* testFile, in test_permutations() argument
197 test_one_permutation(r, surface, testFile, "", options); in test_permutations()
200 test_one_permutation(r, surface, testFile, " (NoInline)", options); in test_permutations()
203 static void test_cpu(skiatest::Reporter* r, const char* testFile, int flags) { in test_cpu() argument
213 test_permutations(r, surface.get(), testFile, /*strictES2=*/true); in test_cpu()
216 test_permutations(r, surface.get(), testFile, /*strictES2=*/false); in test_cpu()
220 static void test_gpu(skiatest::Reporter* r, GrDirectContext* ctx, const char* testFile, int flags) { in test_gpu() argument
233 test_permutations(r, surface.get(), testFile, /*strictES2=*/true); in test_gpu()
236 test_permutations(r, surface.get(), testFile, /*strictES2=*/false); in test_gpu()
240 static void test_clone(skiatest::Reporter* r, const char* testFile, int flags) { in test_clone() argument
241 SkString shaderString = load_source(r, testFile, ""); in test_clone()
268 static void test_rehydrate(skiatest::Reporter* r, const char* testFile, int flags) { in test_rehydrate() argument
269 SkString shaderString = load_source(r, testFile, ""); in test_rehydrate()