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

/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp169 int nelem = sizeof(quadIndices)/sizeof(quadIndices[0]); local
177 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, quadIndices);
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp269 int nelem = sizeof(quadIndices)/sizeof(quadIndices[0]); local
271 glDrawElements(GL_TRIANGLES, nelem*quads, GL_UNSIGNED_SHORT, indices);
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp360 int nelem = sizeof(indices)/sizeof(indices[0]);
362 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, indices);

Completed in 93 milliseconds