/external/skqp/src/gpu/ |
D | GrRenderTargetOpList.h | 36 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*);
|
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 46 sk_sp<GrOpMemoryPool> refOpMemoryPool(); 47 GrOpMemoryPool* opMemoryPool();
|
D | GrRenderTargetOpList.cpp | 147 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()
|
D | GrTextureOpList.h | 26 GrTextureOpList(GrResourceProvider*, sk_sp<GrOpMemoryPool>, GrTextureProxy*, GrAuditTrail*);
|
/external/skqp/src/gpu/ops/ |
D | GrSemaphoreOp.cpp | 23 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make() 31 friend class GrOpMemoryPool; // for ctor
|
D | GrClearOp.cpp | 24 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make() 35 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
|
D | GrDebugMarkerOp.cpp | 20 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
|
D | GrClearStencilClipOp.cpp | 17 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
|
D | GrDebugMarkerOp.h | 35 friend class GrOpMemoryPool; // for ctor
|
D | GrDrawableOp.cpp | 20 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
|
D | GrDrawableOp.h | 34 friend class GrOpMemoryPool; // for ctor
|
D | GrStencilPathOp.cpp | 24 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
|
D | GrStencilPathOp.h | 43 friend class GrOpMemoryPool; // for ctor
|
D | GrClearStencilClipOp.h | 44 friend class GrOpMemoryPool; // for ctor
|
D | GrAAFillRRectOp.h | 72 friend class GrOpMemoryPool; variable
|
/external/skqp/include/private/ |
D | GrOpList.h | 20 class GrOpMemoryPool; variable 32 GrOpList(GrResourceProvider*, sk_sp<GrOpMemoryPool>, GrSurfaceProxy*, GrAuditTrail*); 101 sk_sp<GrOpMemoryPool> fOpMemoryPool;
|
/external/skqp/tests/ |
D | LazyProxyTest.cpp | 62 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
|
D | PrimitiveProcessorTest.cpp | 36 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make() 50 friend class ::GrOpMemoryPool;
|
D | GrPipelineDynamicStateTest.cpp | 116 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make() 122 friend class GrOpMemoryPool;
|
/external/skqp/include/gpu/ |
D | GrContext.h | 34 class GrOpMemoryPool; variable 306 sk_sp<GrOpMemoryPool> fOpMemoryPool;
|
/external/skqp/gm/ |
D | fwidth_squircle.cpp | 119 GrOpMemoryPool* pool = ctx->contextPriv().opMemoryPool(); in Make() 159 friend class ::GrOpMemoryPool; // for ctor
|
D | clockwise.cpp | 95 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make() 135 friend class ::GrOpMemoryPool; // for ctor
|
D | beziereffects.cpp | 84 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/skqp/src/gpu/ccpr/ |
D | GrCCPerFlushResources.cpp | 63 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make() 85 friend class ::GrOpMemoryPool; // for ctor 108 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make() 123 friend class ::GrOpMemoryPool; // for ctor
|