Searched refs:gpuConfig (Results 1 – 2 of 2) sorted by relevance
676 if (const SkCommandLineConfigGpu* gpuConfig = config->asConfigGpu()) { in create_sink() local677 GrContextFactory::GLContextType contextType = gpuConfig->getContextType(); in create_sink()680 if (gpuConfig->getUseNVPR()) { in create_sink()687 "GM tests will be skipped.\n", gpuConfig->getTag().c_str()); in create_sink()690 return new GPUSink(contextType, contextOptions, gpuConfig->getSamples(), in create_sink()691 gpuConfig->getUseDIText(), FLAGS_gpu_threading); in create_sink()
395 if (const auto* gpuConfig = config->asConfigGpu()) { in create_config() local399 … const auto ctxOptions = gpuConfig->getUseNVPR() ? GrContextFactory::kEnableNVPR_GLContextOptions in create_config()401 const auto ctxType = gpuConfig->getContextType(); in create_config()402 const auto sampleCount = gpuConfig->getSamples(); in create_config()