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

/external/skia/src/gpu/
H A DGrAllocator.h31 , fItemsPerBlock(itemsPerBlock)
36 fBlockSize = fItemSize * fItemsPerBlock;
39 fInsertionIndexInBlock = fItemsPerBlock;
53 if (fItemsPerBlock == fInsertionIndexInBlock) {
76 fInsertionIndexInBlock = fItemsPerBlock;
92 fInsertionIndexInBlock = fItemsPerBlock;
142 , fIndexInBlock(allocator->fItemsPerBlock - 1)
151 if (fIndexInBlock == fAllocator->fItemsPerBlock) {
179 return (char*)fBlocks[i / fItemsPerBlock] +
180 fItemSize * (i % fItemsPerBlock);
219 int fItemsPerBlock; member in class:GrAllocator
[all...]
/external/skqp/src/gpu/
H A DGrAllocator.h31 , fItemsPerBlock(itemsPerBlock)
36 fBlockSize = fItemSize * fItemsPerBlock;
39 fInsertionIndexInBlock = fItemsPerBlock;
53 if (fItemsPerBlock == fInsertionIndexInBlock) {
76 fInsertionIndexInBlock = fItemsPerBlock;
92 fInsertionIndexInBlock = fItemsPerBlock;
142 , fIndexInBlock(allocator->fItemsPerBlock - 1)
151 if (fIndexInBlock == fAllocator->fItemsPerBlock) {
179 return (char*)fBlocks[i / fItemsPerBlock] +
180 fItemSize * (i % fItemsPerBlock);
219 int fItemsPerBlock; member in class:GrAllocator
[all...]

Completed in 271 milliseconds