• Home
  • Raw
  • Download

Lines Matching refs:gpuConfig

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