Home
last modified time | relevance | path

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

123

/third_party/flutter/skia/src/gpu/
DGrOpList.h18 class GrOpMemoryPool; variable
23 GrOpList(sk_sp<GrOpMemoryPool>, sk_sp<GrSurfaceProxy>, GrAuditTrail*);
58 sk_sp<GrOpMemoryPool> fOpMemoryPool;
DGrRenderTargetOpList.h36 GrRenderTargetOpList(sk_sp<GrOpMemoryPool>, sk_sp<GrRenderTargetProxy>, GrAuditTrail*);
173 void deleteOps(GrOpMemoryPool* pool);
178 bool prependChain(OpChain*, const GrCaps&, GrOpMemoryPool*, GrAuditTrail*);
185 GrOpMemoryPool*, GrAuditTrail*);
214 const SkRect& bounds, const GrCaps&, GrOpMemoryPool*, GrAuditTrail*);
215 static List DoConcat(List, List, const GrCaps&, GrOpMemoryPool*, GrAuditTrail*);
DGrRecordingContext.cpp118 sk_sp<GrOpMemoryPool> GrRecordingContext::refOpMemoryPool() { in refOpMemoryPool()
123 fOpMemoryPool = sk_sp<GrOpMemoryPool>(new GrOpMemoryPool(16384, 16384)); in refOpMemoryPool()
130 GrOpMemoryPool* GrRecordingContext::opMemoryPool() { in opMemoryPool()
320 sk_sp<GrOpMemoryPool> GrRecordingContextPriv::refOpMemoryPool() { in refOpMemoryPool()
DGrMemoryPool.h131 class GrOpMemoryPool : public SkRefCnt {
133 GrOpMemoryPool(size_t preallocSize, size_t minAllocSize) in GrOpMemoryPool() function
DGrContextPriv.h17 class GrOpMemoryPool; variable
62 sk_sp<GrOpMemoryPool> refOpMemoryPool();
63 GrOpMemoryPool* opMemoryPool() { return fContext->opMemoryPool(); } in opMemoryPool()
DGrRecordingContextPriv.h46 sk_sp<GrOpMemoryPool> refOpMemoryPool();
47 GrOpMemoryPool* opMemoryPool() { return fContext->opMemoryPool(); } in opMemoryPool()
DGrRenderTargetOpList.cpp151 void GrRenderTargetOpList::OpChain::deleteOps(GrOpMemoryPool* pool) { in deleteOps()
160 List chainA, List chainB, const GrCaps& caps, GrOpMemoryPool* pool, in DoConcat()
238 GrOpMemoryPool* pool, GrAuditTrail* auditTrail) { in tryConcat()
294 GrOpMemoryPool* pool, GrAuditTrail* auditTrail) { in prependChain()
320 GrOpMemoryPool* pool, GrAuditTrail* auditTrail) { in appendOp()
353 GrRenderTargetOpList::GrRenderTargetOpList(sk_sp<GrOpMemoryPool> opMemoryPool, in GrRenderTargetOpList()
DGrOpList.cpp11 GrOpList::GrOpList(sk_sp<GrOpMemoryPool> opMemoryPool, in GrOpList()
DGrTextureOpList.h26 GrTextureOpList(sk_sp<GrOpMemoryPool>, sk_sp<GrTextureProxy>, GrAuditTrail*);
/third_party/flutter/skia/include/private/
DGrRecordingContext.h18 class GrOpMemoryPool; variable
49 sk_sp<GrOpMemoryPool> refOpMemoryPool();
50 GrOpMemoryPool* opMemoryPool();
127 sk_sp<GrOpMemoryPool> fOpMemoryPool;
/third_party/flutter/skia/src/gpu/ops/
DGrSemaphoreOp.cpp23 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
31 friend class GrOpMemoryPool; // for ctor
DGrClearOp.cpp26 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
37 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
DGrDebugMarkerOp.cpp20 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
DGrClearStencilClipOp.cpp20 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
DGrTransferFromOp.cpp21 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
DGrDrawableOp.cpp20 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
DGrDebugMarkerOp.h36 friend class GrOpMemoryPool; // for ctor
DGrDrawableOp.h36 friend class GrOpMemoryPool; // for ctor
DGrStencilPathOp.cpp24 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
/third_party/flutter/skia/tests/
DLazyProxyTest.cpp64 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
79 friend class GrOpMemoryPool; // for ctor
306 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
318 friend class GrOpMemoryPool; // for ctor
403 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
413 friend class GrOpMemoryPool; // for ctor
DPrimitiveProcessorTest.cpp36 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
51 friend class ::GrOpMemoryPool;
DGrPipelineDynamicStateTest.cpp119 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
125 friend class GrOpMemoryPool;
/third_party/flutter/skia/gm/
Dfwidth_squircle.cpp142 GrOpMemoryPool* pool = ctx->priv().opMemoryPool(); in Make()
183 friend class ::GrOpMemoryPool; // for ctor
Dbeziereffects.cpp118 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
124 friend class ::GrOpMemoryPool; // for ctor
329 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
335 friend class ::GrOpMemoryPool; // for ctor
Dclockwise.cpp133 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
174 friend class ::GrOpMemoryPool; // for ctor

123