Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBlockAllocator.cpp19 , fBlockIncrement(SkTo<uint16_t>(GrAlignTo(blockIncrementBytes, kAddressAlign) in GrBlockAllocator()
27 SkASSERT(fBlockIncrement >= 1); in GrBlockAllocator()
238 int sizeIncrement = fBlockIncrement * kAddressAlign; in addBlock()
DGrBlockAllocator.h456 uint64_t fBlockIncrement : 16; variable