Searched refs:indicesPerInstance (Results 1 – 6 of 6) sorted by relevance
577 int indicesPerInstance, in drawIndexedInstances() argument579 if (!verticesPerInstance || !indicesPerInstance) { in drawIndexedInstances()583 int maxInstancesPerDraw = this->indexCountInCurrentSource() / indicesPerInstance; in drawIndexedInstances()592 info.fIndicesPerInstance = indicesPerInstance; in drawIndexedInstances()607 info.fIndexCount = info.fInstanceCount * indicesPerInstance; in drawIndexedInstances()
411 int indicesPerInstance,766 int indicesPerInstance() const { return fIndicesPerInstance; } in indicesPerInstance() function
269 draw->indicesPerInstance() != info.indicesPerInstance() || in concatInstancedDraw()284 int instancesToConcat = this->indexCountInCurrentSource() / info.indicesPerInstance(); in concatInstancedDraw()