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

  /external/chromium_org/third_party/skia/src/gpu/
GrAllocPool.h 51 GrTAllocPool(int count) : fPool(count * sizeof(T)) {}
53 void reset() { fPool.reset(); }
54 T* alloc() { return (T*)fPool.alloc(sizeof(T)); }
57 GrAllocPool fPool;
GrTextStrike.h 60 GrTAllocPool<GrGlyph> fPool;
  /external/skia/src/gpu/
GrAllocPool.h 51 GrTAllocPool(int count) : fPool(count * sizeof(T)) {}
53 void reset() { fPool.reset(); }
54 T* alloc() { return (T*)fPool.alloc(sizeof(T)); }
57 GrAllocPool fPool;
GrTextStrike.h 60 GrTAllocPool<GrGlyph> fPool;
  /external/chromium_org/third_party/skia/src/lazy/
SkDiscardableMemoryPool.cpp 30 SkDiscardableMemoryPool* const fPool;
39 : fPool(pool)
43 SkASSERT(fPool != NULL);
46 fPool->ref();
51 fPool->free(this);
52 fPool->unref();
57 return fPool->lock(this);
67 fPool->unlock(this);
  /external/skia/src/lazy/
SkDiscardableMemoryPool.cpp 30 SkDiscardableMemoryPool* const fPool;
39 : fPool(pool)
43 SkASSERT(fPool != NULL);
46 fPool->ref();
51 fPool->free(this);
52 fPool->unref();
57 return fPool->lock(this);
67 fPool->unlock(this);
  /external/chromium_org/third_party/icu/source/common/
uresimp.h 49 * to use one UResourceDataEntry pointer for fAlias and fPool, with a separate
58 UResourceDataEntry *fPool;
  /external/icu4c/common/
uresimp.h 51 * to use one UResourceDataEntry pointer for fAlias and fPool, with a separate
60 UResourceDataEntry *fPool;

Completed in 855 milliseconds