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