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

Completed in 87 milliseconds