Searched refs:Vbuffer (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | random.c | 31 static struct vertex *Vbuffer = NULL; variable in typeref:struct:vertex * 111 switch (Vbuffer[i].type) { 113 printf("glBegin(%d);\n", (int) Vbuffer[i].v[0]); 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 [all...] |
| H A D | quads.c | 18 static GLuint Vbuffer = 0; variable in typeref:typename:GLuint 220 glGenBuffers(1, &Vbuffer); 221 glBindBuffer(GL_ARRAY_BUFFER, Vbuffer);
|
Completed in 4 milliseconds