Searched refs:maxInstancesPerDraw (Results 1 – 3 of 3) sorted by relevance
68 int maxInstancesPerDraw = static_cast<int>(ibSize / (sizeof(uint16_t) * indicesPerInstance)); in init() local72 maxInstancesPerDraw); in init()
104 int maxInstancesPerDraw) { in initInstanced() argument121 fMaxInstancesPerDraw = maxInstancesPerDraw; in initInstanced()
510 int maxInstancesPerDraw = flushInfo->fIndexBuffer->maxQuads(); in flush() local513 kIndicesPerQuad, flushInfo->fInstancesToFlush, maxInstancesPerDraw); in flush()