Home
last modified time | relevance | path

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

12

/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()
DGrSemaphoreOp.cpp23 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
DGrStencilPathOp.cpp24 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
DGrCopySurfaceOp.cpp84 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
DGrDrawPathOp.cpp71 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
DGrSimpleMeshDrawOpHelper.h199 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in FactoryHelper()
DGrAtlasTextOp.cpp32 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in MakeBitmap()
64 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in MakeDistanceField()
/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()),
DLazyProxyTest.cpp62 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
295 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
398 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
DPrimitiveProcessorTest.cpp36 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
DGrPipelineDynamicStateTest.cpp116 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
/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()
DGrContextPriv.h47 GrOpMemoryPool* opMemoryPool();
DGrRenderTargetOpList.cpp350 sk_sp<GrOpMemoryPool> opMemoryPool, in GrRenderTargetOpList() argument
353 : INHERITED(resourceProvider, std::move(opMemoryPool), proxy, auditTrail) in GrRenderTargetOpList()
/external/skqp/gm/
Dfwidth_squircle.cpp119 GrOpMemoryPool* pool = ctx->contextPriv().opMemoryPool(); in Make()
Dclockwise.cpp95 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
Dbeziereffects.cpp84 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
306 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
Dconvexpolyeffect.cpp47 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
/external/skqp/src/gpu/ccpr/
DGrCCPerFlushResources.cpp63 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
108 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()

12