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

  /external/skia/include/gpu/
GrContext.h 447 static void TextBlobCacheOverBudgetCB(void* data);
  /external/skia/src/gpu/
GrContext.cpp 108 fTextBlobCache.reset(new GrTextBlobCache(TextBlobCacheOverBudgetCB, this));
214 void GrContext::TextBlobCacheOverBudgetCB(void* data) {
    [all...]

Completed in 45 milliseconds