Home
last modified time | relevance | path

Searched refs:fTextBlobCache (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/gpu/
DGrContext.h341 GrTextBlobCache* getTextBlobCache() { return fTextBlobCache.get(); } in getTextBlobCache()
394 std::unique_ptr<GrTextBlobCache> fTextBlobCache; variable
/external/skia/src/gpu/
DGrContext.cpp108 fTextBlobCache.reset(new GrTextBlobCache(TextBlobCacheOverBudgetCB, this)); in initCommon()
158 fTextBlobCache->freeAll(); in abandonContext()
176 fTextBlobCache->freeAll(); in releaseResourcesAndAbandonContext()
/external/skia/tools/gpu/
DGrTest.cpp68 fTextBlobCache->setBudget(bytes); in setTextBlobCacheLimit_ForTesting()