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.cpp169 int nelem = sizeof(quadIndices)/sizeof(quadIndices[0]); in Java_com_android_gljni_GLJNILib_step() local
177 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, quadIndices); in Java_com_android_gljni_GLJNILib_step()
/frameworks/native/opengl/tests/tritex/
Dtritex.cpp270 int nelem = sizeof(quadIndices)/sizeof(quadIndices[0]); in render() local
272 glDrawElements(GL_TRIANGLES, nelem*quads, GL_UNSIGNED_SHORT, indices); in render()
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp361 int nelem = sizeof(indices)/sizeof(indices[0]); in render() local
363 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, indices); in render()