HomeSort by relevance Sort by last modified time
    Searched defs:nelem (Results 1 - 3 of 3) sorted by null

  /frameworks/base/opengl/tests/gl_jni/jni/
gl_code.cpp 169 int nelem = sizeof(quadIndices)/sizeof(quadIndices[0]); local
177 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, quadIndices);
  /frameworks/base/opengl/tests/tritex/
tritex.cpp 269 int nelem = sizeof(quadIndices)/sizeof(quadIndices[0]); local
271 glDrawElements(GL_TRIANGLES, nelem*quads, GL_UNSIGNED_SHORT, indices);
  /bionic/libc/netbsd/net/
getaddrinfo.c 1579 int nelem = 0, i; local
    [all...]

Completed in 303 milliseconds