Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrSubRunAllocator.cpp17 : fFibProgression(size, firstHeapAllocation) { in GrBagOfBytes()
62 int nextBlockSize = fFibProgression.nextBlockSize(); in needMoreBytes()
DGrSubRunAllocator.h137 SkFibBlockSizes<kMaxByteSize> fFibProgression; variable