Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTBlockList.h308 int headItemCount = 0; in concat() local
314 headItemCount = (headEnd - headStart) / sizeof(T); in concat()
316 if (headItemCount > avail) { in concat()
320 fAllocator->template reserve<alignof(T)>((headItemCount - avail) * sizeof(T), in concat()
336 copy(headBlock, headStart, fAllocator.allocator(), std::min(headItemCount, avail)); in concat()
338 if (headItemCount > avail) { in concat()
341 fAllocator.allocator(), headItemCount - avail); in concat()
343 fAllocator->setMetadata(fAllocator->metadata() + headItemCount); in concat()
360 fAllocator->metadata() == oldCount + headItemCount); in concat()
363 (other.fAllocator->metadata() - headItemCount)); in concat()