Lines Matching refs:fContext
149 : fContext(context) in GrDrawingManager()
169 fDAG.cleanup(fContext->priv().caps()); in cleanup()
182 return fContext->priv().abandoned(); in wasAbandoned()
206 GR_CREATE_TRACE_MARKER_CONTEXT("GrDrawingManager", "flush", fContext); in flush()
216 auto direct = fContext->priv().asDirectContext(); in flush()
241 fDAG.closeAll(fContext->priv().caps()); in flush()
249 int maxCachedBuffers = fContext->priv().caps()->preferClientSideDynamicBuffers() ? 2 : 6; in flush()
281 onFlushOpList->makeClosed(*fContext->priv().caps()); in flush()
344 GrOpMemoryPool* opMemoryPool = fContext->priv().opMemoryPool(); in flush()
387 auto direct = fContext->priv().asDirectContext(); in executeOpLists()
488 auto direct = fContext->priv().asDirectContext(); in prepareSurfaceForExternalIO()
543 fDAG.closeAll(fContext->priv().caps()); in moveOpListsToDDL()
566 fActiveOpList->makeClosed(*fContext->priv().caps()); in copyOpListsFromDDL()
612 SkASSERT(fContext); in newRTOpList()
621 lastOpList->closeThoseWhoDependOnMe(*fContext->priv().caps()); in newRTOpList()
628 fActiveOpList->makeClosed(*fContext->priv().caps()); in newRTOpList()
636 if (fContext->priv().asDirectContext()) { in newRTOpList()
637 resourceProvider = fContext->priv().asDirectContext()->priv().resourceProvider(); in newRTOpList()
642 fContext->priv().refOpMemoryPool(), in newRTOpList()
644 fContext->priv().auditTrail())); in newRTOpList()
661 SkASSERT(fContext); in newTextureOpList()
670 lastOpList->closeThoseWhoDependOnMe(*fContext->priv().caps()); in newTextureOpList()
677 fActiveOpList->makeClosed(*fContext->priv().caps()); in newTextureOpList()
685 if (fContext->priv().asDirectContext()) { in newTextureOpList()
686 resourceProvider = fContext->priv().asDirectContext()->priv().resourceProvider(); in newTextureOpList()
690 fContext->priv().refOpMemoryPool(), in newTextureOpList()
692 fContext->priv().auditTrail())); in newTextureOpList()
725 fPathRendererChain.reset(new GrPathRendererChain(fContext, fOptionsForPathRendererChain)); in getPathRenderer()
742 new GrSoftwarePathRenderer(fContext->priv().proxyProvider(), in getSoftwarePathRenderer()
750 fPathRendererChain.reset(new GrPathRendererChain(fContext, fOptionsForPathRendererChain)); in getCoverageCountingPathRenderer()
756 auto direct = fContext->priv().asDirectContext(); in flushIfNecessary()
780 if (!SkSurface_Gpu::Valid(fContext->priv().caps(), sProxy->config(), colorSpace.get())) { in makeRenderTargetContext()
787 return sk_sp<GrRenderTargetContext>(new GrRenderTargetContext(fContext, in makeRenderTargetContext()
802 if (!SkSurface_Gpu::Valid(fContext->priv().caps(), sProxy->config(), colorSpace.get())) { in makeTextureContext()
812 return sk_sp<GrTextureContext>(new GrTextureContext(fContext, in makeTextureContext()