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

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

Completed in 773 milliseconds