Lines Matching refs:grCtxOptions
921 static Sink* create_sink(const GrContextOptions& grCtxOptions, const SkCommandLineConfig* config) { in create_sink() argument
926 GrContextFactory testFactory(grCtxOptions); in create_sink()
938 sk_ref_sp(gpuConfig->getColorSpace()), FLAGS_gpu_threading, grCtxOptions); in create_sink()
944 sk_ref_sp(gpuConfig->getColorSpace()), FLAGS_gpu_threading, grCtxOptions, in create_sink()
951 grCtxOptions); in create_sink()
1036 static bool gather_sinks(const GrContextOptions& grCtxOptions, bool defaultConfigs) { in gather_sinks() argument
1042 Sink* sink = create_sink(grCtxOptions, &config); in gather_sinks()
1372 static void run_test(skiatest::Test test, const GrContextOptions& grCtxOptions) { in run_test() argument
1385 GrContextOptions options = grCtxOptions; in run_test()
1430 GrContextOptions grCtxOptions; in main() local
1431 SetCtxOptionsFromCommonFlags(&grCtxOptions); in main()
1456 if (!gather_sinks(grCtxOptions, defaultConfigs)) { in main()
1486 parallel.add([test, grCtxOptions] { run_test(test, grCtxOptions); }); in main()
1491 for (auto test : gSerialTests) { run_test(test, grCtxOptions); } in main()