Home
last modified time | relevance | path

Searched defs:opMemoryPool (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrOpList.cpp11 GrOpList::GrOpList(sk_sp<GrOpMemoryPool> opMemoryPool, in GrOpList()
DGrRecordingContextPriv.h47 GrOpMemoryPool* opMemoryPool() { return fContext->opMemoryPool(); } in opMemoryPool() function
DGrContextPriv.h63 GrOpMemoryPool* opMemoryPool() { return fContext->opMemoryPool(); } in opMemoryPool() function
DGrTextureOpList.cpp26 GrTextureOpList::GrTextureOpList(sk_sp<GrOpMemoryPool> opMemoryPool, in GrTextureOpList()
DGrRecordingContext.cpp130 GrOpMemoryPool* GrRecordingContext::opMemoryPool() { in opMemoryPool() function in GrRecordingContext
DGrDrawingManager.cpp370 GrOpMemoryPool* opMemoryPool = fContext->priv().opMemoryPool(); in flush() local
DGrRenderTargetOpList.cpp353 GrRenderTargetOpList::GrRenderTargetOpList(sk_sp<GrOpMemoryPool> opMemoryPool, in GrRenderTargetOpList()
/third_party/flutter/skia/tests/
DDrawOpAtlasTest.cpp193 auto opMemoryPool = context->priv().opMemoryPool(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local