Home
last modified time | relevance | path

Searched refs:opMemoryPool (Results 1 – 25 of 77) sorted by relevance

1234

/external/skqp/src/gpu/ops/
DGrClearOp.cpp24 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
35 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
DGrDebugMarkerOp.cpp20 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
DGrClearStencilClipOp.cpp17 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
DGrDrawableOp.cpp20 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
DGrStencilPathOp.cpp24 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
DGrSemaphoreOp.cpp23 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
DGrCopySurfaceOp.cpp84 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
/external/skia/src/gpu/ops/
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()
DGrDrawableOp.cpp20 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
DGrStencilPathOp.cpp24 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
DGrSemaphoreOp.cpp23 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
DGrCopySurfaceOp.cpp84 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
/external/skia/src/gpu/
DGrRecordingContextPriv.h51 GrOpMemoryPool* opMemoryPool() { return fContext->opMemoryPool(); } in opMemoryPool() function
DGrOpList.cpp27 GrOpList::GrOpList(GrResourceProvider* resourceProvider, sk_sp<GrOpMemoryPool> opMemoryPool, in GrOpList() argument
29 : fOpMemoryPool(std::move(opMemoryPool)) in GrOpList()
DGrTextureOpList.cpp25 sk_sp<GrOpMemoryPool> opMemoryPool, in GrTextureOpList() argument
28 : INHERITED(resourceProvider, std::move(opMemoryPool), proxy, auditTrail) { in GrTextureOpList()
DGrContextPriv.h67 GrOpMemoryPool* opMemoryPool() { return fContext->opMemoryPool(); } in opMemoryPool() function
/external/skia/tests/
DDrawOpAtlasTest.cpp189 auto opMemoryPool = context->priv().opMemoryPool(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
232 opMemoryPool->release(std::move(op)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DOpChainTest.cpp99 GrOpMemoryPool* pool = context->priv().opMemoryPool(); in Make()
208 sk_ref_sp(context->priv().opMemoryPool()),
/external/skqp/tests/
DDrawOpAtlasTest.cpp189 auto opMemoryPool = context->contextPriv().opMemoryPool(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
233 opMemoryPool->release(std::move(op)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DOpChainTest.cpp99 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
209 sk_ref_sp(context->contextPriv().opMemoryPool()),
/external/skqp/src/gpu/
DGrOpList.cpp27 GrOpList::GrOpList(GrResourceProvider* resourceProvider, sk_sp<GrOpMemoryPool> opMemoryPool, in GrOpList() argument
29 : fOpMemoryPool(std::move(opMemoryPool)) in GrOpList()
DGrTextureOpList.cpp23 sk_sp<GrOpMemoryPool> opMemoryPool, in GrTextureOpList() argument
26 : INHERITED(resourceProvider, std::move(opMemoryPool), proxy, auditTrail) { in GrTextureOpList()
DGrDrawingManager.cpp331 GrOpMemoryPool* opMemoryPool = fContext->contextPriv().opMemoryPool(); in flush() local
332 opMemoryPool->isEmpty(); in flush()

1234