Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrRecordingContext.cpp120 sk_sp<GrOpMemoryPool> GrRecordingContext::refOpMemoryPool() { in refOpMemoryPool() function in GrRecordingContext
133 return this->refOpMemoryPool().get(); in opMemoryPool()
307 sk_sp<GrOpMemoryPool> GrRecordingContextPriv::refOpMemoryPool() { in refOpMemoryPool() function in GrRecordingContextPriv
308 return fContext->refOpMemoryPool(); in refOpMemoryPool()
DGrRecordingContextPriv.h50 sk_sp<GrOpMemoryPool> refOpMemoryPool();
DGrContextPriv.h66 sk_sp<GrOpMemoryPool> refOpMemoryPool();
DGrDrawingManager.cpp642 fContext->priv().refOpMemoryPool(), in newRTOpList()
690 fContext->priv().refOpMemoryPool(), in newTextureOpList()
DGrContextPriv.cpp42 sk_sp<GrOpMemoryPool> GrContextPriv::refOpMemoryPool() { in refOpMemoryPool() function in GrContextPriv
43 return fContext->refOpMemoryPool(); in refOpMemoryPool()
/external/skia/include/private/
DGrRecordingContext.h41 sk_sp<GrOpMemoryPool> refOpMemoryPool();
/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/skia/src/atlastext/
DSkAtlasTextTarget.cpp90 fOpMemoryPool = fContext->internal().grContext()->priv().refOpMemoryPool(); in SkInternalAtlasTextTarget()
/external/skqp/src/atlastext/
DSkAtlasTextTarget.cpp90 fOpMemoryPool = fContext->internal().grContext()->contextPriv().refOpMemoryPool(); in SkInternalAtlasTextTarget()