Searched refs:nelem (Results 1 – 3 of 3) sorted by relevance
174 int nelem = sizeof(quadIndices)/sizeof(quadIndices[0]); in Java_com_android_gljni_GLJNILib_step() local182 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, quadIndices); in Java_com_android_gljni_GLJNILib_step()
266 int nelem = sizeof(quadIndices)/sizeof(quadIndices[0]); in render() local268 glDrawElements(GL_TRIANGLES, nelem*quads, GL_UNSIGNED_SHORT, indices); in render()
389 int nelem = sizeof(indices)/sizeof(indices[0]); in render() local391 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, indices); in render()