Searched refs:fOpMemoryPool (Results 1 – 14 of 14) sorted by relevance
/external/skia/src/gpu/ |
D | GrTextureOpList.cpp | 29 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()
|
D | GrRecordingContext.cpp | 121 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()
|
D | GrOpList.cpp | 29 : fOpMemoryPool(std::move(opMemoryPool)) in GrOpList() 33 SkASSERT(fOpMemoryPool); in GrOpList()
|
D | GrRenderTargetOpList.cpp | 362 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/ |
D | GrTextureOpList.cpp | 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()
|
D | GrOpList.cpp | 29 : fOpMemoryPool(std::move(opMemoryPool)) in GrOpList() 33 SkASSERT(fOpMemoryPool); in GrOpList()
|
D | GrRenderTargetOpList.cpp | 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()
|
D | GrContext.cpp | 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()
|
/external/skqp/src/atlastext/ |
D | SkAtlasTextTarget.cpp | 90 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/src/atlastext/ |
D | SkAtlasTextTarget.cpp | 90 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/skia/include/private/ |
D | GrRecordingContext.h | 111 sk_sp<GrOpMemoryPool> fOpMemoryPool; variable
|
D | GrOpList.h | 102 sk_sp<GrOpMemoryPool> fOpMemoryPool; variable
|
/external/skqp/include/private/ |
D | GrOpList.h | 101 sk_sp<GrOpMemoryPool> fOpMemoryPool; variable
|
/external/skqp/include/gpu/ |
D | GrContext.h | 306 sk_sp<GrOpMemoryPool> fOpMemoryPool; variable
|