HomeSort by relevance Sort by last modified time
    Searched refs:ctxOverrides (Results 1 - 4 of 4) sorted by null

  /external/skia/bench/
nanobench.h 33 sk_gpu_test::GrContextFactory::ContextOverrides ctxOverrides;
nanobench.cpp 200 this->factory->get(this->config.ctxType, this->config.ctxOverrides),
203 this->factory->getContextInfo(this->config.ctxType, this->config.ctxOverrides);
422 const auto ctxOverrides = gpuConfig->getContextOverrides();
428 if (const GrContext* ctx = factory.get(ctxType, ctxOverrides)) {
452 ctxOverrides,
    [all...]
  /external/skqp/bench/
nanobench.h 33 sk_gpu_test::GrContextFactory::ContextOverrides ctxOverrides;
nanobench.cpp 200 this->factory->get(this->config.ctxType, this->config.ctxOverrides),
203 this->factory->getContextInfo(this->config.ctxType, this->config.ctxOverrides);
422 const auto ctxOverrides = gpuConfig->getContextOverrides();
428 if (const GrContext* ctx = factory.get(ctxType, ctxOverrides)) {
451 ctxOverrides,
    [all...]

Completed in 188 milliseconds