• Home
  • Raw
  • Download

Lines Matching refs:fContext

167         : fContext(context)  in GrDrawingManager()
179 fDAG.cleanup(fContext->priv().caps()); in cleanup()
192 return fContext->priv().abandoned(); in wasAbandoned()
214 GR_CREATE_TRACE_MARKER_CONTEXT("GrDrawingManager", "flush", fContext); in flush()
236 auto direct = fContext->priv().asDirectContext(); in flush()
261 fDAG.closeAll(fContext->priv().caps()); in flush()
269 int maxCachedBuffers = fContext->priv().caps()->preferClientSideDynamicBuffers() ? 2 : 6; in flush()
300 onFlushOpList->makeClosed(*fContext->priv().caps()); in flush()
370 GrOpMemoryPool* opMemoryPool = fContext->priv().opMemoryPool(); in flush()
492 auto direct = fContext->priv().asDirectContext(); in flushSurfaces()
548 fDAG.closeAll(fContext->priv().caps()); in moveRenderTasksToDDL()
571 fActiveOpList->makeClosed(*fContext->priv().caps()); in copyRenderTasksFromDDL()
624 lastRenderTask->closeThoseWhoDependOnMe(*fContext->priv().caps()); in closeRenderTasksForNewOpList()
631 fActiveOpList->makeClosed(*fContext->priv().caps()); in closeRenderTasksForNewOpList()
639 SkASSERT(fContext); in newRTOpList()
644 fContext->priv().refOpMemoryPool(), in newRTOpList()
646 fContext->priv().auditTrail())); in newRTOpList()
663 SkASSERT(fContext); in newTextureOpList()
667 sk_sp<GrTextureOpList> opList(new GrTextureOpList(fContext->priv().refOpMemoryPool(), in newTextureOpList()
669 fContext->priv().auditTrail())); in newTextureOpList()
723 fPathRendererChain.reset(new GrPathRendererChain(fContext, fOptionsForPathRendererChain)); in getPathRenderer()
740 new GrSoftwarePathRenderer(fContext->priv().proxyProvider(), in getSoftwarePathRenderer()
748 fPathRendererChain.reset(new GrPathRendererChain(fContext, fOptionsForPathRendererChain)); in getCoverageCountingPathRenderer()
754 auto direct = fContext->priv().asDirectContext(); in flushIfNecessary()
779 if (!SkSurface_Gpu::Valid(fContext->priv().caps(), sProxy->backendFormat())) { in makeRenderTargetContext()
786 return sk_sp<GrRenderTargetContext>(new GrRenderTargetContext(fContext, in makeRenderTargetContext()
804 if (!SkSurface_Gpu::Valid(fContext->priv().caps(), sProxy->backendFormat())) { in makeTextureContext()
814 return sk_sp<GrTextureContext>(new GrTextureContext(fContext, in makeTextureContext()