HomeSort by relevance Sort by last modified time
    Searched refs:fPool (Results 1 - 12 of 12) 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;
GrTextStrike.cpp 224 GrAtlasMgr* atlasMgr) : fPool(64), fAtlas(atlasMgr) {
266 GrGlyph* glyph = fPool.alloc();
  /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;
GrTextStrike.cpp 224 GrAtlasMgr* atlasMgr) : fPool(64), fAtlas(atlasMgr) {
266 GrGlyph* glyph = fPool.alloc();
  /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;
uresbund.c 152 if(entry->fPool != NULL) {
153 --entry->fPool->fCountExisting;
240 (void*)resB->fPool,
386 r->fPool = getPoolEntry(r->fPath, status);
388 const int32_t *poolIndexes = r->fPool->fData.pRoot + 1;
    [all...]
  /external/icu4c/common/
uresimp.h 51 * to use one UResourceDataEntry pointer for fAlias and fPool, with a separate
60 UResourceDataEntry *fPool;
uresbund.cpp 153 if(entry->fPool != NULL) {
154 --entry->fPool->fCountExisting;
241 (void*)resB->fPool,
384 r->fPool = getPoolEntry(r->fPath, status);
386 const int32_t *poolIndexes = r->fPool->fData.pRoot + 1;
    [all...]

Completed in 879 milliseconds