Home
last modified time | relevance | path

Searched refs:fOpMemoryPool (Results 1 – 14 of 14) sorted by relevance

/external/skia/src/gpu/
DGrTextureOpList.cpp29 SkASSERT(fOpMemoryPool); in GrTextureOpList()
35 fOpMemoryPool->release(std::move(fRecordedOps[index])); in deleteOp()
41 fOpMemoryPool->release(std::move(fRecordedOps[i])); in deleteOps()
45 fOpMemoryPool = nullptr; in deleteOps()
DGrRecordingContext.cpp121 if (!fOpMemoryPool) { in refOpMemoryPool()
125 fOpMemoryPool = sk_sp<GrOpMemoryPool>(new GrOpMemoryPool(16384, 16384)); in refOpMemoryPool()
128 SkASSERT(fOpMemoryPool); in refOpMemoryPool()
129 return fOpMemoryPool; in refOpMemoryPool()
DGrOpList.cpp29 : fOpMemoryPool(std::move(opMemoryPool)) in GrOpList()
33 SkASSERT(fOpMemoryPool); in GrOpList()
DGrRenderTargetOpList.cpp362 chain.deleteOps(fOpMemoryPool.get()); in deleteOps()
608 recordedOp.deleteOps(fOpMemoryPool.get()); in purgeOpsWithUninstantiatedProxies()
660 fOpMemoryPool->release(std::move(op)); in recordOp()
684 fOpMemoryPool.get(), fAuditTrail); in recordOp()
719 if (candidate.prependChain(&chain, caps, fOpMemoryPool.get(), fAuditTrail)) { in forwardCombine()
/external/skqp/src/gpu/
DGrTextureOpList.cpp27 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()
DGrOpList.cpp29 : fOpMemoryPool(std::move(opMemoryPool)) in GrOpList()
33 SkASSERT(fOpMemoryPool); in GrOpList()
DGrRenderTargetOpList.cpp360 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()
DGrContext.cpp809 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()
/external/skia/src/atlastext/
DSkAtlasTextTarget.cpp90 fOpMemoryPool = fContext->internal().grContext()->priv().refOpMemoryPool(); in SkInternalAtlasTextTarget()
132 sk_sp<GrOpMemoryPool> fOpMemoryPool; member in SkInternalAtlasTextTarget
182 fOpMemoryPool->release(std::move(op)); in addDrawOp()
195 fOpMemoryPool->release(std::move(fOps[i])); in deleteOps()
/external/skqp/src/atlastext/
DSkAtlasTextTarget.cpp90 fOpMemoryPool = fContext->internal().grContext()->contextPriv().refOpMemoryPool(); in SkInternalAtlasTextTarget()
132 sk_sp<GrOpMemoryPool> fOpMemoryPool; member in SkInternalAtlasTextTarget
182 fOpMemoryPool->release(std::move(op)); in addDrawOp()
195 fOpMemoryPool->release(std::move(fOps[i])); in deleteOps()
/external/skia/include/private/
DGrRecordingContext.h111 sk_sp<GrOpMemoryPool> fOpMemoryPool; variable
DGrOpList.h102 sk_sp<GrOpMemoryPool> fOpMemoryPool; variable
/external/skqp/include/private/
DGrOpList.h101 sk_sp<GrOpMemoryPool> fOpMemoryPool; variable
/external/skqp/include/gpu/
DGrContext.h306 sk_sp<GrOpMemoryPool> fOpMemoryPool; variable