Home
last modified time | relevance | path

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

/external/skia/bench/
Dnanobench.cpp67 std::unique_ptr<GrContextFactory> gGrFactory; variable
200 this->surface = SkSurface::MakeRenderTarget(gGrFactory->get(this->config.ctxType, in init()
204 this->context = gGrFactory->getContextInfo(this->config.ctxType, in init()
423 if (const GrContext* ctx = gGrFactory->get(ctxType, ctxOverrides)) { in create_config()
557 gGrFactory->abandonContexts(); in cleanup_run()
560 gGrFactory->destroyContexts(); in cleanup_run()
1120 gGrFactory.reset(new GrContextFactory(grContextOpts)); in main()
1361 GrContext* context = gGrFactory->get(configs[i].ctxType, in main()
1388 gGrFactory.reset(nullptr); in main()