Home
last modified time | relevance | path

Searched refs:ctxOverrides (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/bench/
Dnanobench.h29 sk_gpu_test::GrContextFactory::ContextOverrides ctxOverrides; member
Dnanobench.cpp261 this->factory->get(this->config.ctxType, this->config.ctxOverrides), in init()
264 this->factory->getContextInfo(this->config.ctxType, this->config.ctxOverrides); in init()
456 const auto ctxOverrides = gpuConfig->getContextOverrides(); in create_config() local
465 if (const auto ctx = factory.get(ctxType, ctxOverrides)) { in create_config()
487 ctxOverrides, in create_config()
/third_party/flutter/skia/bench/
Dnanobench.h29 sk_gpu_test::GrContextFactory::ContextOverrides ctxOverrides; member
Dnanobench.cpp237 this->factory->get(this->config.ctxType, this->config.ctxOverrides), in init()
240 this->factory->getContextInfo(this->config.ctxType, this->config.ctxOverrides); in init()
451 const auto ctxOverrides = gpuConfig->getContextOverrides(); in create_config() local
461 if (const GrContext* ctx = factory.get(ctxType, ctxOverrides)) { in create_config()
484 ctxOverrides, in create_config()