OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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