Home
last modified time | relevance | path

Searched refs:refOpMemoryPool (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/
DGrContextPriv.h46 sk_sp<GrOpMemoryPool> refOpMemoryPool();
DGrDrawingManager.cpp588 fContext->contextPriv().refOpMemoryPool(), in newRTOpList()
628 fContext->contextPriv().refOpMemoryPool(), in newTextureOpList()
DGrContext.cpp808 sk_sp<GrOpMemoryPool> GrContextPriv::refOpMemoryPool() { in refOpMemoryPool() function in GrContextPriv
821 return this->refOpMemoryPool().get(); in opMemoryPool()
/external/skqp/src/atlastext/
DSkAtlasTextTarget.cpp90 fOpMemoryPool = fContext->internal().grContext()->contextPriv().refOpMemoryPool(); in SkInternalAtlasTextTarget()