Searched defs:opMemoryPool (Results 1 – 8 of 8) sorted by relevance
11 GrOpList::GrOpList(sk_sp<GrOpMemoryPool> opMemoryPool, in GrOpList()
47 GrOpMemoryPool* opMemoryPool() { return fContext->opMemoryPool(); } in opMemoryPool() function
63 GrOpMemoryPool* opMemoryPool() { return fContext->opMemoryPool(); } in opMemoryPool() function
26 GrTextureOpList::GrTextureOpList(sk_sp<GrOpMemoryPool> opMemoryPool, in GrTextureOpList()
130 GrOpMemoryPool* GrRecordingContext::opMemoryPool() { in opMemoryPool() function in GrRecordingContext
370 GrOpMemoryPool* opMemoryPool = fContext->priv().opMemoryPool(); in flush() local
353 GrRenderTargetOpList::GrRenderTargetOpList(sk_sp<GrOpMemoryPool> opMemoryPool, in GrRenderTargetOpList()
193 auto opMemoryPool = context->priv().opMemoryPool(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local