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 341 GrTextBlobCache* getTextBlobCache() { return fTextBlobCache.get(); }
394 std::unique_ptr<GrTextBlobCache> fTextBlobCache;
  /external/skia/src/gpu/
GrContext.cpp 108 fTextBlobCache.reset(new GrTextBlobCache(TextBlobCacheOverBudgetCB, this));
158 fTextBlobCache->freeAll();
176 fTextBlobCache->freeAll();
    [all...]
  /external/skia/tools/gpu/
GrTest.cpp 68 fTextBlobCache->setBudget(bytes);

Completed in 45 milliseconds