Searched refs:fContextFactory (Results 1 – 5 of 5) sorted by relevance
33 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()
74 sk_gpu_test::GrContextFactory* fContextFactory; member
30 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()
108 sk_gpu_test::GrContextFactory fContextFactory; member in DDLFuzzer112 sk_gpu_test::ContextInfo ctxInfo = fContextFactory.getContextInfo(contextType); in DDLFuzzer()270 fContextFactory.destroyContexts(); in run()