• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:contextPriv

177     fDAG.cleanup(fContext->contextPriv().caps());  in cleanup()
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()
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()
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()
680 new GrSoftwarePathRenderer(fContext->contextPriv().proxyProvider(), in getSoftwarePathRenderer()
694 GrResourceCache* resourceCache = fContext->contextPriv().getResourceCache(); in flushIfNecessary()
712 if (!SkSurface_Gpu::Valid(fContext->contextPriv().caps(), sProxy->config(), colorSpace.get())) { in makeRenderTargetContext()
723 fContext->contextPriv().getAuditTrail(), in makeRenderTargetContext()
735 if (!SkSurface_Gpu::Valid(fContext->contextPriv().caps(), sProxy->config(), colorSpace.get())) { in makeTextureContext()
747 fContext->contextPriv().getAuditTrail(), in makeTextureContext()