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

/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dtorus.c191 GLuint packed_indices = 0; local in function:make_cpal_texture
265 packed_indices |= index << (4 * (1 - (j % 2)));
267 *(indices + (i * SZ + j - 1) / 2) = packed_indices & 0xff;
268 packed_indices = 0;

Completed in 2 milliseconds