Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrAllocator.h161 , fBlockIndex(-1) in Iter()
172 ++fBlockIndex; in next()
184 return (char*) fAllocator->fBlocks[fBlockIndex] + fIndexInBlock * fAllocator->fItemSize; in get()
189 int fBlockIndex; variable