• Home
  • Raw
  • Download

Lines Matching refs:gpuConfig

860         if (const SkCommandLineConfigGpu* gpuConfig = config->asConfigGpu()) {  in create_sink()  local
861 GrContextFactory::ContextType contextType = gpuConfig->getContextType(); in create_sink()
862 GrContextFactory::ContextOverrides contextOverrides = gpuConfig->getContextOverrides(); in create_sink()
866 "GM tests will be skipped.\n", gpuConfig->getTag().c_str()); in create_sink()
869 if (gpuConfig->getTestThreading()) { in create_sink()
870 SkASSERT(!gpuConfig->getTestPersistentCache()); in create_sink()
872 contextType, contextOverrides, gpuConfig->getSurfType(), in create_sink()
873 gpuConfig->getSamples(), gpuConfig->getUseDIText(), in create_sink()
874 gpuConfig->getColorType(), gpuConfig->getAlphaType(), in create_sink()
875 sk_ref_sp(gpuConfig->getColorSpace()), FLAGS_gpu_threading, grCtxOptions); in create_sink()
876 } else if (gpuConfig->getTestPersistentCache()) { in create_sink()
878 contextType, contextOverrides, gpuConfig->getSurfType(), in create_sink()
879 gpuConfig->getSamples(), gpuConfig->getUseDIText(), in create_sink()
880 gpuConfig->getColorType(), gpuConfig->getAlphaType(), in create_sink()
881 sk_ref_sp(gpuConfig->getColorSpace()), FLAGS_gpu_threading, grCtxOptions); in create_sink()
883 return new GPUSink(contextType, contextOverrides, gpuConfig->getSurfType(), in create_sink()
884 gpuConfig->getSamples(), gpuConfig->getUseDIText(), in create_sink()
885 gpuConfig->getColorType(), gpuConfig->getAlphaType(), in create_sink()
886 sk_ref_sp(gpuConfig->getColorSpace()), FLAGS_gpu_threading, in create_sink()