Lines Matching refs:grCtxOptions
843 static Sink* create_sink(const GrContextOptions& grCtxOptions, const SkCommandLineConfig* config) { in create_sink() argument
849 GrContextFactory testFactory(grCtxOptions); in create_sink()
940 static bool gather_sinks(const GrContextOptions& grCtxOptions) { in gather_sinks() argument
945 Sink* sink = create_sink(grCtxOptions, &config); in gather_sinks()
1231 static void run_test(skiatest::Test test, const GrContextOptions& grCtxOptions) { in run_test() argument
1245 GrContextFactory factory(grCtxOptions); in run_test()
1296 GrContextOptions grCtxOptions; in main() local
1298 grCtxOptions.fGpuPathRenderers = CollectGpuPathRenderersFromFlags(); in main()
1319 if (!gather_sinks(grCtxOptions)) { in main()
1349 parallel.add([test, grCtxOptions] { run_test(test, grCtxOptions); }); in main()
1354 for (auto test : gSerialTests) { run_test(test, grCtxOptions); } in main()