Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrContext.h255 GrTextBlobCache* getTextBlobCache() { return fTextBlobCache.get(); } in getTextBlobCache()
308 std::unique_ptr<GrTextBlobCache> fTextBlobCache; variable
/external/skia/src/gpu/
DGrContext.cpp131 fTextBlobCache.reset(new GrTextBlobCache(TextBlobCacheOverBudgetCB, this)); in init()
183 fTextBlobCache->freeAll(); in abandonContext()
201 fTextBlobCache->freeAll(); in releaseResourcesAndAbandonContext()
/external/skia/tools/gpu/
DGrTest.cpp85 fTextBlobCache->setBudget(bytes); in setTextBlobCacheLimit_ForTesting()