Searched refs:indicesCount (Results 1 – 1 of 1) sorted by relevance
393 static GLsizei sNeededVboCount(GLsizei indicesCount, const T* indices) { in sNeededVboCount() argument395 for (GLsizei i = 0; i < indicesCount; i++) { in sNeededVboCount()420 GLsizei indicesCount = count; in setupArrayForDraw() local425 vboCount = sNeededVboCount(indicesCount, (unsigned char*)indices); in setupArrayForDraw()429 vboCount = sNeededVboCount(indicesCount, (uint16_t*)indices); in setupArrayForDraw()434 vboCount = sNeededVboCount(indicesCount, (uint32_t*)indices); in setupArrayForDraw()439 gl.glBufferData(GL_ELEMENT_ARRAY_BUFFER, indexSize * indicesCount, indices, GL_STREAM_DRAW); in setupArrayForDraw()