Searched refs:fOpMemoryPool (Results 1 – 7 of 7) sorted by relevance
27 SkASSERT(fOpMemoryPool); in GrTextureOpList()33 fOpMemoryPool->release(std::move(fRecordedOps[index])); in deleteOp()39 fOpMemoryPool->release(std::move(fRecordedOps[i])); in deleteOps()43 fOpMemoryPool = nullptr; in deleteOps()
29 : fOpMemoryPool(std::move(opMemoryPool)) in GrOpList()33 SkASSERT(fOpMemoryPool); in GrOpList()
360 chain.deleteOps(fOpMemoryPool.get()); in deleteOps()604 recordedOp.deleteOps(fOpMemoryPool.get()); in purgeOpsWithUninstantiatedProxies()656 fOpMemoryPool->release(std::move(op)); in recordOp()680 fOpMemoryPool.get(), fAuditTrail); in recordOp()715 if (candidate.prependChain(&chain, caps, fOpMemoryPool.get(), fAuditTrail)) { in forwardCombine()
809 if (!fContext->fOpMemoryPool) { in refOpMemoryPool()813 fContext->fOpMemoryPool = sk_sp<GrOpMemoryPool>(new GrOpMemoryPool(16384, 16384)); in refOpMemoryPool()816 SkASSERT(fContext->fOpMemoryPool); in refOpMemoryPool()817 return fContext->fOpMemoryPool; in refOpMemoryPool()
90 fOpMemoryPool = fContext->internal().grContext()->contextPriv().refOpMemoryPool(); in SkInternalAtlasTextTarget()132 sk_sp<GrOpMemoryPool> fOpMemoryPool; member in SkInternalAtlasTextTarget182 fOpMemoryPool->release(std::move(op)); in addDrawOp()195 fOpMemoryPool->release(std::move(fOps[i])); in deleteOps()
101 sk_sp<GrOpMemoryPool> fOpMemoryPool; variable
306 sk_sp<GrOpMemoryPool> fOpMemoryPool; variable