Home
last modified time | relevance | path

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

/third_party/skia/tools/skiaserve/
DRequest.cpp33 fContextFactory = new GrContextFactory(grContextOpts); in Request()
37 if (fContextFactory) { in ~Request()
38 delete fContextFactory; in ~Request()
56 GrContextFactory* factory = fContextFactory; in getCanvas()
99 auto result = fContextFactory->get(GrContextFactory::kGL_ContextType, in directContext()
102 result = fContextFactory->get(GrContextFactory::kGLES_ContextType, in directContext()
DRequest.h74 sk_gpu_test::GrContextFactory* fContextFactory; member
/third_party/flutter/skia/tools/skiaserve/
DRequest.cpp30 fContextFactory = new GrContextFactory(grContextOpts); in Request()
34 if (fContextFactory) { in ~Request()
35 delete fContextFactory; in ~Request()
52 GrContextFactory* factory = fContextFactory; in getCanvas()
92 GrContext* result = fContextFactory->get(GrContextFactory::kGL_ContextType, in getContext()
95 result = fContextFactory->get(GrContextFactory::kGLES_ContextType, in getContext()
DRequest.h74 sk_gpu_test::GrContextFactory* fContextFactory; member
/third_party/skia/fuzz/
DFuzzDDLThreading.cpp108 sk_gpu_test::GrContextFactory fContextFactory; member in DDLFuzzer
112 sk_gpu_test::ContextInfo ctxInfo = fContextFactory.getContextInfo(contextType); in DDLFuzzer()
270 fContextFactory.destroyContexts(); in run()