Searched refs:fBlockIncrement (Results 1 – 2 of 2) sorted by relevance
19 , fBlockIncrement(SkTo<uint16_t>(GrAlignTo(blockIncrementBytes, kAddressAlign) in GrBlockAllocator()27 SkASSERT(fBlockIncrement >= 1); in GrBlockAllocator()238 int sizeIncrement = fBlockIncrement * kAddressAlign; in addBlock()
456 uint64_t fBlockIncrement : 16; variable