Searched refs:ctxOverrides (Results 1 – 4 of 4) sorted by relevance
/external/skqp/bench/ |
D | nanobench.h | 29 sk_gpu_test::GrContextFactory::ContextOverrides ctxOverrides; member
|
D | nanobench.cpp | 202 this->factory->get(this->config.ctxType, this->config.ctxOverrides), in init() 205 this->factory->getContextInfo(this->config.ctxType, this->config.ctxOverrides); in init() 416 const auto ctxOverrides = gpuConfig->getContextOverrides(); in create_config() local 426 if (const GrContext* ctx = factory.get(ctxType, ctxOverrides)) { in create_config() 449 ctxOverrides, in create_config()
|
/external/skia/bench/ |
D | nanobench.h | 29 sk_gpu_test::GrContextFactory::ContextOverrides ctxOverrides; member
|
D | nanobench.cpp | 202 this->factory->get(this->config.ctxType, this->config.ctxOverrides), in init() 205 this->factory->getContextInfo(this->config.ctxType, this->config.ctxOverrides); in init() 416 const auto ctxOverrides = gpuConfig->getContextOverrides(); in create_config() local 426 if (const GrContext* ctx = factory.get(ctxType, ctxOverrides)) { in create_config() 449 ctxOverrides, in create_config()
|