Searched refs:gpuConfig (Results 1 – 2 of 2) sorted by relevance
/external/skia/bench/ |
D | nanobench.cpp | 408 if (const auto* gpuConfig = config->asConfigGpu()) { in create_config() local 412 const auto ctxType = gpuConfig->getContextType(); in create_config() 413 const auto ctxOverrides = gpuConfig->getContextOverrides(); in create_config() 414 const auto sampleCount = gpuConfig->getSamples(); in create_config() 429 gpuConfig->getTag(), in create_config() 431 gpuConfig->getColorType(), in create_config() 433 sk_ref_sp(gpuConfig->getColorSpace()), in create_config() 437 gpuConfig->getUseDIText() in create_config()
|
/external/skia/dm/ |
D | DM.cpp | 850 if (const SkCommandLineConfigGpu* gpuConfig = config->asConfigGpu()) { in create_sink() local 851 GrContextFactory::ContextType contextType = gpuConfig->getContextType(); in create_sink() 852 GrContextFactory::ContextOverrides contextOverrides = gpuConfig->getContextOverrides(); in create_sink() 856 "GM tests will be skipped.\n", gpuConfig->getTag().c_str()); in create_sink() 859 return new GPUSink(contextType, contextOverrides, gpuConfig->getSamples(), in create_sink() 860 gpuConfig->getUseDIText(), gpuConfig->getColorType(), in create_sink() 861 sk_ref_sp(gpuConfig->getColorSpace()), FLAGS_gpu_threading); in create_sink()
|