Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrContext.h320 GrTextBlobCache* getTextBlobCache() { return fTextBlobCache; } in getTextBlobCache()
374 SkAutoTDelete<GrTextBlobCache> fTextBlobCache; variable
/external/skia/src/gpu/
DGrContext.cpp103 fTextBlobCache.reset(new GrTextBlobCache(TextBlobCacheOverBudgetCB, this)); in initCommon()
147 fTextBlobCache->freeAll(); in abandonContext()
DGrTest.cpp91 fTextBlobCache->setBudget(bytes); in setTextBlobCacheLimit_ForTesting()