Searched refs:ctxOverrides (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/bench/ |
D | nanobench.h | 29 sk_gpu_test::GrContextFactory::ContextOverrides ctxOverrides; member
|
D | nanobench.cpp | 261 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/ |
D | nanobench.h | 29 sk_gpu_test::GrContextFactory::ContextOverrides ctxOverrides; member
|
D | nanobench.cpp | 237 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()
|