Searched refs:nelem (Results 1 – 3 of 3) sorted by relevance
169 int nelem = sizeof(quadIndices)/sizeof(quadIndices[0]); in Java_com_android_gljni_GLJNILib_step() local177 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, quadIndices); in Java_com_android_gljni_GLJNILib_step()
270 int nelem = sizeof(quadIndices)/sizeof(quadIndices[0]); in render() local272 glDrawElements(GL_TRIANGLES, nelem*quads, GL_UNSIGNED_SHORT, indices); in render()
361 int nelem = sizeof(indices)/sizeof(indices[0]); in render() local363 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, indices); in render()