Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrAllocator.h31 , fItemsPerBlock(itemsPerBlock) in GrAllocator()
36 fBlockSize = fItemSize * fItemsPerBlock; in GrAllocator()
39 fInsertionIndexInBlock = fItemsPerBlock; in GrAllocator()
53 if (fItemsPerBlock == fInsertionIndexInBlock) { in push_back()
76 fInsertionIndexInBlock = fItemsPerBlock; in pop_back()
92 fInsertionIndexInBlock = fItemsPerBlock; in reset()
142 , fIndexInBlock(allocator->fItemsPerBlock - 1) in Iter()
151 if (fIndexInBlock == fAllocator->fItemsPerBlock) { in next()
179 return (char*)fBlocks[i / fItemsPerBlock] +
180 fItemSize * (i % fItemsPerBlock);
[all …]