Home
last modified time | relevance | path

Searched refs:TextBlobCacheOverBudgetCB (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/gpu/
DGrContext.h450 static void TextBlobCacheOverBudgetCB(void* data);
/external/skia/src/gpu/
DGrContext.cpp103 fTextBlobCache.reset(new GrTextBlobCache(TextBlobCacheOverBudgetCB, this)); in initCommon()
190 void GrContext::TextBlobCacheOverBudgetCB(void* data) { in TextBlobCacheOverBudgetCB() function in GrContext