Home
last modified time | relevance | path

Searched refs:gpuConfig (Results 1 – 2 of 2) sorted by relevance

/external/skia/dm/
DDM.cpp676 if (const SkCommandLineConfigGpu* gpuConfig = config->asConfigGpu()) { in create_sink() local
677 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()
/external/skia/bench/
Dnanobench.cpp395 if (const auto* gpuConfig = config->asConfigGpu()) { in create_config() local
399 … 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()