/external/skqp/src/gpu/ops/ |
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 | GrDrawableOp.cpp | 20 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
|
D | GrStencilPathOp.cpp | 24 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
|
D | GrSemaphoreOp.cpp | 23 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
|
D | GrCopySurfaceOp.cpp | 84 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
|
/external/skia/src/gpu/ops/ |
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 | GrDrawableOp.cpp | 20 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
|
D | GrStencilPathOp.cpp | 24 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
|
D | GrSemaphoreOp.cpp | 23 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
|
D | GrCopySurfaceOp.cpp | 84 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
|
/external/skia/src/gpu/ |
D | GrRecordingContextPriv.h | 51 GrOpMemoryPool* opMemoryPool() { return fContext->opMemoryPool(); } in opMemoryPool() function
|
D | GrOpList.cpp | 27 GrOpList::GrOpList(GrResourceProvider* resourceProvider, sk_sp<GrOpMemoryPool> opMemoryPool, in GrOpList() argument 29 : fOpMemoryPool(std::move(opMemoryPool)) in GrOpList()
|
D | GrTextureOpList.cpp | 25 sk_sp<GrOpMemoryPool> opMemoryPool, in GrTextureOpList() argument 28 : INHERITED(resourceProvider, std::move(opMemoryPool), proxy, auditTrail) { in GrTextureOpList()
|
D | GrContextPriv.h | 67 GrOpMemoryPool* opMemoryPool() { return fContext->opMemoryPool(); } in opMemoryPool() function
|
/external/skia/tests/ |
D | DrawOpAtlasTest.cpp | 189 auto opMemoryPool = context->priv().opMemoryPool(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 232 opMemoryPool->release(std::move(op)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | OpChainTest.cpp | 99 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make() 208 sk_ref_sp(context->priv().opMemoryPool()),
|
/external/skqp/tests/ |
D | DrawOpAtlasTest.cpp | 189 auto opMemoryPool = context->contextPriv().opMemoryPool(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 233 opMemoryPool->release(std::move(op)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | OpChainTest.cpp | 99 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make() 209 sk_ref_sp(context->contextPriv().opMemoryPool()),
|
/external/skqp/src/gpu/ |
D | GrOpList.cpp | 27 GrOpList::GrOpList(GrResourceProvider* resourceProvider, sk_sp<GrOpMemoryPool> opMemoryPool, in GrOpList() argument 29 : fOpMemoryPool(std::move(opMemoryPool)) in GrOpList()
|
D | GrTextureOpList.cpp | 23 sk_sp<GrOpMemoryPool> opMemoryPool, in GrTextureOpList() argument 26 : INHERITED(resourceProvider, std::move(opMemoryPool), proxy, auditTrail) { in GrTextureOpList()
|
D | GrDrawingManager.cpp | 331 GrOpMemoryPool* opMemoryPool = fContext->contextPriv().opMemoryPool(); in flush() local 332 opMemoryPool->isEmpty(); in flush()
|