| /xsrc/external/mit/mesa-demos/dist/src/egl/opengl/ |
| H A D | eglgears.c | 37 static GLint gear1, gear2, gear3; variable in typeref:typename:GLint 198 glCallList(gear2); 267 gear2 = glGenLists(1); 268 glNewList(gear2, GL_COMPILE);
|
| H A D | peglgears.c | 92 static GLint gear1, gear2, gear3; variable in typeref:typename:GLint 260 glCallList(gear2); 313 gear2 = glGenLists(1); 314 glNewList(gear2, GL_COMPILE);
|
| H A D | xeglgears.c | 108 static GLint gear1, gear2, gear3; variable in typeref:typename:GLint 270 glCallList(gear2); 323 gear2 = glGenLists(1); 324 glNewList(gear2, GL_COMPILE); 985 glDeleteLists(gear2, 1);
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | gears.c | 168 static GLint gear1, gear2, gear3; variable in typeref:typename:GLint 175 glDeleteLists(gear2, 1); 202 glCallList(gear2); 351 gear2 = glGenLists(1); 352 glNewList(gear2, GL_COMPILE);
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | auxbuffer.c | 63 static GLint gear1, gear2, gear3; variable in typeref:typename:GLint 225 glCallList(gear2); 281 gear2 = glGenLists(1); 282 glNewList(gear2, GL_COMPILE);
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | glxcontexts.c | 93 static GLint gear1, gear2, gear3; variable in typeref:typename:GLint 258 glCallList(gear2); 312 gear2 = glGenLists(1); 313 glNewList(gear2, GL_COMPILE); 348 glDeleteLists(gear2, 1);
|
| H A D | glxgears.c | 100 static GLint gear1, gear2, gear3; variable in typeref:typename:GLint 270 glCallList(gear2); 411 gear2 = glGenLists(1); 412 glNewList(gear2, GL_COMPILE); 801 glDeleteLists(gear2, 1);
|
| H A D | multictx.c | 56 static GLint gear1, gear2; variable in typeref:typename:GLint 238 glCallList(gear2); 367 gear2 = glGenLists(1); 368 glNewList(gear2, GL_COMPILE); 578 glDeleteLists(gear2, 1);
|
| H A D | glxgears_fbconfig.c | 97 static GLint gear1, gear2, gear3; variable in typeref:typename:GLint 259 glCallList(gear2); 309 gear2 = glGenLists(1); 310 glNewList(gear2, GL_COMPILE);
|
| H A D | glxgears_pixmap.c | 93 static GLint gear1, gear2, gear3; variable in typeref:typename:GLint 255 glCallList(gear2); 309 gear2 = glGenLists(1); 310 glNewList(gear2, GL_COMPILE);
|
| H A D | glxswapcontrol.c | 112 static GLint gear1, gear2, gear3; variable in typeref:typename:GLint 342 glCallList(gear2); 400 gear2 = glGenLists(1); 401 glNewList(gear2, GL_COMPILE);
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/ |
| H A D | es2gears.c | 90 static struct gear *gear1, *gear2, *gear3; variable in typeref:struct:gear ** 533 draw_gear(gear2, transform, 3.1, -2.0, -2 * angle - 9.0, green); 697 gear2 = create_gear(0.5, 2.0, 2.0, 10, 0.7);
|