Home
last modified time | relevance | path

Searched refs:fPool (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/core/
DSkChunkAlloc.cpp52 : fBlock(NULL), fMinSize(SkAlign4(minSize)), fPool(NULL), fTotalCapacity(0) in SkChunkAlloc()
63 fPool->freeChain(); in reset()
64 fPool = NULL; in reset()
69 if (fPool && fBlock) { in reuse()
70 fPool->tail()->fNext = fBlock; in reuse()
72 fPool = fBlock; in reuse()
78 Block* block = fPool; in newBlock()
81 fPool = block->fNext; in newBlock()
/external/skia/src/gpu/
DGrAllocPool.h54 GrTAllocPool(int count) : fPool(count * sizeof(T)) {} in GrTAllocPool()
56 void reset() { fPool.reset(); } in reset()
57 T* alloc() { return (T*)fPool.alloc(sizeof(T)); } in alloc()
60 GrAllocPool fPool;
DGrTextStrike.cpp125 GrAtlasMgr* atlasMgr) : fPool(64) { in GrTextStrike()
161 GrGlyph* glyph = fPool.alloc(); in generateGlyph()
DGrTextStrike.h58 GrTAllocPool<GrGlyph> fPool; variable
/external/skia/include/core/
DSkChunkAlloc.h63 Block* fPool; variable
/external/icu4c/common/
Duresimp.h58 UResourceDataEntry *fPool; member
Duresbund.c152 if(entry->fPool != NULL) { in free_entry()
153 --entry->fPool->fCountExisting; in free_entry()
240 (void*)resB->fPool, in ures_dumpCacheContents()
389 r->fPool = getPoolEntry(r->fPath, status); in init_entry()
391 const int32_t *poolIndexes = r->fPool->fData.pRoot + 1; in init_entry()