Home
last modified time | relevance | path

Searched refs:GrOpMemoryPool (Results 1 – 25 of 104) sorted by relevance

12345

/external/skia/src/gpu/
DGrMemoryPool.cpp223 static constexpr size_t kOpPoolSize = GrAlignTo(sizeof(GrOpMemoryPool), GrMemoryPool::kAlignment);
225 GrOpMemoryPool::~GrOpMemoryPool() { this->pool()->~GrMemoryPool(); } in ~GrOpMemoryPool()
227 std::unique_ptr<GrOpMemoryPool> GrOpMemoryPool::Make(size_t preallocSize, size_t minAllocSize) { in Make()
230 GrAlignTo(sizeof(GrOpMemoryPool), GrMemoryPool::kAlignment); in Make()
237 return std::unique_ptr<GrOpMemoryPool>(new (mem) GrOpMemoryPool()); in Make()
240 void GrOpMemoryPool::release(std::unique_ptr<GrOp> op) { in release()
247 GrMemoryPool* GrOpMemoryPool::pool() const { in pool()
DGrMemoryPool.h130 friend class GrOpMemoryPool; variable
138 class GrOpMemoryPool {
140 static std::unique_ptr<GrOpMemoryPool> Make(size_t preallocSize, size_t minAllocSize);
143 ~GrOpMemoryPool();
160 GrOpMemoryPool() = default;
DGrRecordingContext.cpp132 GrRecordingContext::Arenas::Arenas(GrOpMemoryPool* opMemoryPool, SkArenaAlloc* recordTimeAllocator) in Arenas()
156 fOpMemoryPool = GrOpMemoryPool::Make(16384, 16384); in get()
DGrContextPriv.h17 class GrOpMemoryPool; variable
57 GrOpMemoryPool* opMemoryPool() { return fContext->arenas().opMemoryPool(); } in opMemoryPool()
/external/skia/include/private/
DGrRecordingContext.h18 class GrOpMemoryPool; variable
44 Arenas(GrOpMemoryPool*, SkArenaAlloc*);
47 GrOpMemoryPool* opMemoryPool() { return fOpMemoryPool; } in opMemoryPool()
53 GrOpMemoryPool* fOpMemoryPool;
73 std::unique_ptr<GrOpMemoryPool> fOpMemoryPool;
/external/skqp/src/gpu/
DGrRenderTargetOpList.h36 GrRenderTargetOpList(GrResourceProvider*, sk_sp<GrOpMemoryPool>,
161 void deleteOps(GrOpMemoryPool* pool);
166 bool prependChain(OpChain*, const GrCaps&, GrOpMemoryPool*, GrAuditTrail*);
173 GrOpMemoryPool*, GrAuditTrail*);
202 const SkRect& bounds, const GrCaps&, GrOpMemoryPool*, GrAuditTrail*);
203 static List DoConcat(List, List, const GrCaps&, GrOpMemoryPool*, GrAuditTrail*);
DGrContextPriv.h17 class GrOpMemoryPool; variable
46 sk_sp<GrOpMemoryPool> refOpMemoryPool();
47 GrOpMemoryPool* opMemoryPool();
DGrMemoryPool.h131 class GrOpMemoryPool : public SkRefCnt {
133 GrOpMemoryPool(size_t preallocSize, size_t minAllocSize) in GrOpMemoryPool() function
DGrRenderTargetOpList.cpp147 void GrRenderTargetOpList::OpChain::deleteOps(GrOpMemoryPool* pool) { in deleteOps()
156 List chainA, List chainB, const GrCaps& caps, GrOpMemoryPool* pool, in DoConcat()
234 GrOpMemoryPool* pool, GrAuditTrail* auditTrail) { in tryConcat()
290 GrOpMemoryPool* pool, GrAuditTrail* auditTrail) { in prependChain()
316 GrOpMemoryPool* pool, GrAuditTrail* auditTrail) { in appendOp()
350 sk_sp<GrOpMemoryPool> opMemoryPool, in GrRenderTargetOpList()
/external/skqp/src/gpu/ops/
DGrSemaphoreOp.cpp23 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
31 friend class GrOpMemoryPool; // for ctor
DGrClearOp.cpp24 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
35 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
DGrDebugMarkerOp.cpp20 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
DGrClearStencilClipOp.cpp17 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
/external/skqp/include/private/
DGrOpList.h20 class GrOpMemoryPool; variable
32 GrOpList(GrResourceProvider*, sk_sp<GrOpMemoryPool>, GrSurfaceProxy*, GrAuditTrail*);
101 sk_sp<GrOpMemoryPool> fOpMemoryPool;
/external/skia/src/gpu/ops/
DGrClearOp.cpp26 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
37 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
DGrClearStencilClipOp.cpp20 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
/external/skqp/tests/
DLazyProxyTest.cpp62 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
77 friend class GrOpMemoryPool; // for ctor
295 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
307 friend class GrOpMemoryPool; // for ctor
398 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
408 friend class GrOpMemoryPool; // for ctor
DPrimitiveProcessorTest.cpp36 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
50 friend class ::GrOpMemoryPool;
/external/skqp/include/gpu/
DGrContext.h34 class GrOpMemoryPool; variable
306 sk_sp<GrOpMemoryPool> fOpMemoryPool;
/external/skqp/gm/
Dfwidth_squircle.cpp119 GrOpMemoryPool* pool = ctx->contextPriv().opMemoryPool(); in Make()
159 friend class ::GrOpMemoryPool; // for ctor
Dbeziereffects.cpp84 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
90 friend class ::GrOpMemoryPool; // for ctor
306 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
312 friend class ::GrOpMemoryPool; // for ctor
/external/skia/gm/
Dbeziereffects.cpp120 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
126 friend class ::GrOpMemoryPool; // for ctor
329 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
335 friend class ::GrOpMemoryPool; // for ctor
Dfwidth_squircle.cpp155 GrOpMemoryPool* pool = ctx->priv().opMemoryPool(); in Make()
242 friend class ::GrOpMemoryPool; // for ctor
/external/skia/tests/
DLazyProxyTest.cpp62 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
77 friend class GrOpMemoryPool; // for ctor
312 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
324 friend class GrOpMemoryPool; // for ctor
DPrimitiveProcessorTest.cpp37 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
52 friend class ::GrOpMemoryPool;

12345