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

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Disosurf.c92 static GLuint tri_indices[MAXVERTS*3]; variable in typeref:typename:GLuint[]
341 unsigned int *v = tri_indices;
357 num_tri_verts = v - tri_indices;
407 glDrawElements( GL_TRIANGLES, nr, GL_UNSIGNED_INT, tri_indices+i );
411 tri_indices );
428 glArrayElement( tri_indices[i+k] );
434 glArrayElement( tri_indices[i] );
487 glNormal3fv( &compressed_data[tri_indices[i+k]][3] );
488 glVertex3fv( &compressed_data[tri_indices[i+k]][0] );
495 glNormal3fv( &compressed_data[tri_indices[
[all...]

Completed in 544 milliseconds