Searched refs:opMemoryPool (Results 1 – 25 of 37) sorted by relevance
12
/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 | GrSemaphoreOp.cpp | 23 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
|
D | GrStencilPathOp.cpp | 24 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
|
D | GrCopySurfaceOp.cpp | 84 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
|
D | GrDrawPathOp.cpp | 71 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
|
D | GrSimpleMeshDrawOpHelper.h | 199 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in FactoryHelper()
|
D | GrAtlasTextOp.cpp | 32 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in MakeBitmap() 64 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in MakeDistanceField()
|
/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()),
|
D | LazyProxyTest.cpp | 62 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make() 295 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make() 398 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
|
D | PrimitiveProcessorTest.cpp | 36 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
|
D | GrPipelineDynamicStateTest.cpp | 116 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
|
/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()
|
D | GrContextPriv.h | 47 GrOpMemoryPool* opMemoryPool();
|
D | GrRenderTargetOpList.cpp | 350 sk_sp<GrOpMemoryPool> opMemoryPool, in GrRenderTargetOpList() argument 353 : INHERITED(resourceProvider, std::move(opMemoryPool), proxy, auditTrail) in GrRenderTargetOpList()
|
/external/skqp/gm/ |
D | fwidth_squircle.cpp | 119 GrOpMemoryPool* pool = ctx->contextPriv().opMemoryPool(); in Make()
|
D | clockwise.cpp | 95 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
|
D | beziereffects.cpp | 84 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make() 306 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
|
D | convexpolyeffect.cpp | 47 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCPerFlushResources.cpp | 63 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make() 108 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); in Make()
|
12