Searched refs:vboCount (Results 1 – 1 of 1) sorted by relevance
415 GLsizei vboCount = 0; 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()442 vboCount = count; in setupArrayForDraw()464 uint32_t bufSize = offset + vboCount * effectiveStride; in setupArrayForDraw()