Searched refs:PrintVertex (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | random.c | 92 PrintVertex(const char *f, const struct vertex *v, int sz) function in typeref:typename:void 119 PrintVertex("glVertex2f", Vbuffer + i, 2); 122 PrintVertex("glVertex3f", Vbuffer + i, 3); 125 PrintVertex("glVertex4f", Vbuffer + i, 4); 128 PrintVertex("glColor3f", Vbuffer + i, 3); 131 PrintVertex("glColor4f", Vbuffer + i, 4); 134 PrintVertex("glTexCoord2f", Vbuffer + i, 2); 137 PrintVertex("glTexCoord3f", Vbuffer + i, 3); 140 PrintVertex("glTexCoord4f", Vbuffer + i, 4); 143 PrintVertex("glSecondaryColor3 [all...] |
Completed in 7 milliseconds