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

/haiku/src/libs/glut/
H A Dglut_shapes.c430 drawtriangle(int i, GLfloat data[][3], int ndx[][3], argument
435 x0 = data[ndx[i][0]];
436 x1 = data[ndx[i][1]];
437 x2 = data[ndx[i][2]];
/haiku/headers/libs/glut/GL/
H A Dglut.h661 GLUTAPI void GLUTAPIENTRY glutSetColor(int ndx, GLfloat red, GLfloat green, GLfloat blue);
662 GLUTAPI GLfloat GLUTAPIENTRY glutGetColor(int ndx, int component);

Completed in 31 milliseconds