HomeSort by relevance Sort by last modified time
    Searched refs:fTextBlobCache (Results 1 - 3 of 3) sorted by null

  /external/skia/include/gpu/
GrContext.h 320 GrTextBlobCache* getTextBlobCache() { return fTextBlobCache; }
374 SkAutoTDelete<GrTextBlobCache> fTextBlobCache;
  /external/skia/src/gpu/
GrContext.cpp 103 fTextBlobCache.reset(new GrTextBlobCache(TextBlobCacheOverBudgetCB, this));
147 fTextBlobCache->freeAll();
GrTest.cpp 91 fTextBlobCache->setBudget(bytes);

Completed in 103 milliseconds