/third_party/flutter/skia/src/gpu/ |
D | GrOpList.h | 18 class GrOpMemoryPool; variable 23 GrOpList(sk_sp<GrOpMemoryPool>, sk_sp<GrSurfaceProxy>, GrAuditTrail*); 58 sk_sp<GrOpMemoryPool> fOpMemoryPool;
|
D | GrRenderTargetOpList.h | 36 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*);
|
D | GrRecordingContext.cpp | 118 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()
|
D | GrMemoryPool.h | 131 class GrOpMemoryPool : public SkRefCnt { 133 GrOpMemoryPool(size_t preallocSize, size_t minAllocSize) in GrOpMemoryPool() function
|
D | GrContextPriv.h | 17 class GrOpMemoryPool; variable 62 sk_sp<GrOpMemoryPool> refOpMemoryPool(); 63 GrOpMemoryPool* opMemoryPool() { return fContext->opMemoryPool(); } in opMemoryPool()
|
D | GrRecordingContextPriv.h | 46 sk_sp<GrOpMemoryPool> refOpMemoryPool(); 47 GrOpMemoryPool* opMemoryPool() { return fContext->opMemoryPool(); } in opMemoryPool()
|
D | GrRenderTargetOpList.cpp | 151 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()
|
D | GrOpList.cpp | 11 GrOpList::GrOpList(sk_sp<GrOpMemoryPool> opMemoryPool, in GrOpList()
|
D | GrTextureOpList.h | 26 GrTextureOpList(sk_sp<GrOpMemoryPool>, sk_sp<GrTextureProxy>, GrAuditTrail*);
|
/third_party/flutter/skia/include/private/ |
D | GrRecordingContext.h | 18 class GrOpMemoryPool; variable 49 sk_sp<GrOpMemoryPool> refOpMemoryPool(); 50 GrOpMemoryPool* opMemoryPool(); 127 sk_sp<GrOpMemoryPool> fOpMemoryPool;
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrSemaphoreOp.cpp | 23 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make() 31 friend class GrOpMemoryPool; // for ctor
|
D | GrClearOp.cpp | 26 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make() 37 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
|
D | GrDebugMarkerOp.cpp | 20 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
|
D | GrClearStencilClipOp.cpp | 20 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
|
D | GrTransferFromOp.cpp | 21 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
|
D | GrDrawableOp.cpp | 20 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
|
D | GrDebugMarkerOp.h | 36 friend class GrOpMemoryPool; // for ctor
|
D | GrDrawableOp.h | 36 friend class GrOpMemoryPool; // for ctor
|
D | GrStencilPathOp.cpp | 24 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
|
/third_party/flutter/skia/tests/ |
D | LazyProxyTest.cpp | 64 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
|
D | PrimitiveProcessorTest.cpp | 36 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make() 51 friend class ::GrOpMemoryPool;
|
D | GrPipelineDynamicStateTest.cpp | 119 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make() 125 friend class GrOpMemoryPool;
|
/third_party/flutter/skia/gm/ |
D | fwidth_squircle.cpp | 142 GrOpMemoryPool* pool = ctx->priv().opMemoryPool(); in Make() 183 friend class ::GrOpMemoryPool; // for ctor
|
D | beziereffects.cpp | 118 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
|
D | clockwise.cpp | 133 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make() 174 friend class ::GrOpMemoryPool; // for ctor
|