HomeSort by relevance Sort by last modified time
    Searched defs:fPool (Results 1 - 5 of 5) sorted by null

  /external/skia/src/gpu/
GrTextBlobCache.h 26 : fPool(kPreAllocSize, kMinGrowthSize)
80 if (fPool.size() > kBudget) {
85 while (fPool.size() > kBudget && (lruBlob = iter.get()) && lruBlob != blob) {
102 if (fPool.size() > kBudget) {
138 GrMemoryPool fPool;
GrBatchFontCache.h 65 SkVarAlloc fPool;
GrAtlasTextContext.h 198 GrMemoryPool* fPool;
237 blob->fPool->release(p);
  /external/icu/icu4c/source/common/
uresimp.h 40 * to use one UResourceDataEntry pointer for fAlias and fPool, with a separate
49 UResourceDataEntry *fPool;
  /external/skia/src/lazy/
SkDiscardableMemoryPool.cpp 89 DiscardableMemoryPool* const fPool;
98 : fPool(pool)
102 SkASSERT(fPool != NULL);
105 fPool->ref();
110 fPool->free(this);
111 fPool->unref();
116 return fPool->lock(this);
126 fPool->unlock(this);

Completed in 77 milliseconds