Home
last modified time | relevance | path

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

12345

/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/skia/src/gpu/
DGrRenderTargetOpList.h36 GrRenderTargetOpList(GrResourceProvider*, sk_sp<GrOpMemoryPool>,
166 void deleteOps(GrOpMemoryPool* pool);
171 bool prependChain(OpChain*, const GrCaps&, GrOpMemoryPool*, GrAuditTrail*);
178 GrOpMemoryPool*, GrAuditTrail*);
207 const SkRect& bounds, const GrCaps&, GrOpMemoryPool*, GrAuditTrail*);
208 static List DoConcat(List, List, const GrCaps&, GrOpMemoryPool*, GrAuditTrail*);
DGrRecordingContext.cpp120 sk_sp<GrOpMemoryPool> GrRecordingContext::refOpMemoryPool() { in refOpMemoryPool()
125 fOpMemoryPool = sk_sp<GrOpMemoryPool>(new GrOpMemoryPool(16384, 16384)); in refOpMemoryPool()
132 GrOpMemoryPool* GrRecordingContext::opMemoryPool() { in opMemoryPool()
307 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
66 sk_sp<GrOpMemoryPool> refOpMemoryPool();
67 GrOpMemoryPool* opMemoryPool() { return fContext->opMemoryPool(); } in opMemoryPool()
DGrRecordingContextPriv.h50 sk_sp<GrOpMemoryPool> refOpMemoryPool();
51 GrOpMemoryPool* opMemoryPool() { return fContext->opMemoryPool(); } in opMemoryPool()
DGrRenderTargetOpList.cpp149 void GrRenderTargetOpList::OpChain::deleteOps(GrOpMemoryPool* pool) { in deleteOps()
158 List chainA, List chainB, const GrCaps& caps, GrOpMemoryPool* pool, in DoConcat()
236 GrOpMemoryPool* pool, GrAuditTrail* auditTrail) { in tryConcat()
292 GrOpMemoryPool* pool, GrAuditTrail* auditTrail) { in prependChain()
318 GrOpMemoryPool* pool, GrAuditTrail* auditTrail) { in appendOp()
352 sk_sp<GrOpMemoryPool> opMemoryPool, in GrRenderTargetOpList()
/external/skia/include/private/
DGrRecordingContext.h17 class GrOpMemoryPool; variable
41 sk_sp<GrOpMemoryPool> refOpMemoryPool();
42 GrOpMemoryPool* opMemoryPool();
111 sk_sp<GrOpMemoryPool> fOpMemoryPool;
DGrOpList.h20 class GrOpMemoryPool; variable
33 GrOpList(GrResourceProvider*, sk_sp<GrOpMemoryPool>, GrSurfaceProxy*, GrAuditTrail*);
102 sk_sp<GrOpMemoryPool> fOpMemoryPool;
/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/
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()
/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()
/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/skia/tests/
DLazyProxyTest.cpp64 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
79 friend class GrOpMemoryPool; // for ctor
314 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
326 friend class GrOpMemoryPool; // for ctor
415 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
425 friend class GrOpMemoryPool; // for ctor
DPrimitiveProcessorTest.cpp36 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
51 friend class ::GrOpMemoryPool;
/external/skia/gm/
Dfwidth_squircle.cpp116 GrOpMemoryPool* pool = ctx->priv().opMemoryPool(); in Make()
156 friend class ::GrOpMemoryPool; // for ctor
Dbeziereffects.cpp90 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
96 friend class ::GrOpMemoryPool; // for ctor
301 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
307 friend class ::GrOpMemoryPool; // for ctor
/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

12345