Searched refs:indexBytes (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A DGrInOrderDrawBuffer.cpp400 size_t indexBytes = (info.indexCount() + info.startIndex()) * sizeof(uint16_t); local
401 poolState.fUsedPoolIndexBytes = SkTMax(poolState.fUsedPoolIndexBytes, indexBytes);

Completed in 50 milliseconds