Home
last modified time | relevance | path

Searched refs:nelem (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/opengl/tests/gl_jni/jni/
Dgl_code.cpp174 int nelem = sizeof(quadIndices)/sizeof(quadIndices[0]); in Java_com_android_gljni_GLJNILib_step() local
182 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, quadIndices); in Java_com_android_gljni_GLJNILib_step()
/frameworks/native/opengl/tests/tritex/
Dtritex.cpp266 int nelem = sizeof(quadIndices)/sizeof(quadIndices[0]); in render() local
268 glDrawElements(GL_TRIANGLES, nelem*quads, GL_UNSIGNED_SHORT, indices); in render()
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp389 int nelem = sizeof(indices)/sizeof(indices[0]); in render() local
391 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, indices); in render()