Lines Matching refs:fContext
155 : fContext(context) in GrDrawingManager()
177 fDAG.cleanup(fContext->contextPriv().caps()); in cleanup()
211 GR_CREATE_TRACE_MARKER_CONTEXT("GrDrawingManager", "flush", fContext); in flush()
218 GrGpu* gpu = fContext->contextPriv().getGpu(); in flush()
228 fDAG.closeAll(fContext->contextPriv().caps()); in flush()
238 GrOpFlushState flushState(gpu, fContext->contextPriv().resourceProvider(), &fTokenTracker, in flush()
267 onFlushOpList->makeClosed(*fContext->contextPriv().caps()); in flush()
286 GrResourceAllocator alloc(fContext->contextPriv().resourceProvider(), in flush()
331 GrOpMemoryPool* opMemoryPool = fContext->contextPriv().opMemoryPool(); in flush()
341 fContext->contextPriv().getResourceCache()->purgeAsNeeded(); in flush()
367 GrResourceProvider* resourceProvider = fContext->contextPriv().resourceProvider(); in executeOpLists()
392 opList->instantiateDeferredProxies(fContext->contextPriv().resourceProvider()); in executeOpLists()
458 GrGpu* gpu = fContext->contextPriv().getGpu(); in prepareSurfaceForExternalIO()
468 if (!proxy->instantiate(fContext->contextPriv().resourceProvider())) { in prepareSurfaceForExternalIO()
495 fDAG.closeAll(fContext->contextPriv().caps()); in moveOpListsToDDL()
518 fActiveOpList->makeClosed(*fContext->contextPriv().caps()); in copyOpListsFromDDL()
564 SkASSERT(fContext); in newRTOpList()
573 lastOpList->closeThoseWhoDependOnMe(*fContext->contextPriv().caps()); in newRTOpList()
580 fActiveOpList->makeClosed(*fContext->contextPriv().caps()); in newRTOpList()
584 auto resourceProvider = fContext->contextPriv().resourceProvider(); in newRTOpList()
588 fContext->contextPriv().refOpMemoryPool(), in newRTOpList()
590 fContext->contextPriv().getAuditTrail())); in newRTOpList()
607 SkASSERT(fContext); in newTextureOpList()
616 lastOpList->closeThoseWhoDependOnMe(*fContext->contextPriv().caps()); in newTextureOpList()
623 fActiveOpList->makeClosed(*fContext->contextPriv().caps()); in newTextureOpList()
627 sk_sp<GrTextureOpList> opList(new GrTextureOpList(fContext->contextPriv().resourceProvider(), in newTextureOpList()
628 fContext->contextPriv().refOpMemoryPool(), in newTextureOpList()
630 fContext->contextPriv().getAuditTrail())); in newTextureOpList()
663 fPathRendererChain.reset(new GrPathRendererChain(fContext, fOptionsForPathRendererChain)); in getPathRenderer()
680 new GrSoftwarePathRenderer(fContext->contextPriv().proxyProvider(), in getSoftwarePathRenderer()
688 fPathRendererChain.reset(new GrPathRendererChain(fContext, fOptionsForPathRendererChain)); in getCoverageCountingPathRenderer()
694 GrResourceCache* resourceCache = fContext->contextPriv().getResourceCache(); in flushIfNecessary()
712 if (!SkSurface_Gpu::Valid(fContext->contextPriv().caps(), sProxy->config(), colorSpace.get())) { in makeRenderTargetContext()
720 fContext, this, std::move(rtp), in makeRenderTargetContext()
723 fContext->contextPriv().getAuditTrail(), in makeRenderTargetContext()
735 if (!SkSurface_Gpu::Valid(fContext->contextPriv().caps(), sProxy->config(), colorSpace.get())) { in makeTextureContext()
745 return sk_sp<GrTextureContext>(new GrTextureContext(fContext, this, std::move(textureProxy), in makeTextureContext()
747 fContext->contextPriv().getAuditTrail(), in makeTextureContext()