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

  /external/skia/include/gpu/
GrContext.h 447 static void TextBlobCacheOverBudgetCB(void* data);
  /external/skqp/include/gpu/
GrContext.h 405 static void TextBlobCacheOverBudgetCB(void* data);
  /external/skqp/src/gpu/
GrContext.cpp 300 fTextBlobCache.reset(new GrTextBlobCache(TextBlobCacheOverBudgetCB, this, this->uniqueID()));
423 void GrContext::TextBlobCacheOverBudgetCB(void* data) {
    [all...]
  /external/skia/src/gpu/
GrContext.cpp 401 fTextBlobCache.reset(new GrTextBlobCache(TextBlobCacheOverBudgetCB,
576 void GrContext::TextBlobCacheOverBudgetCB(void* data) {
    [all...]

Completed in 551 milliseconds