| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| quadric.c | 93 gluSphere(qobj, 0.75, 15, 10);
|
| /xsrc/external/mit/mesa-demos/dist/src/glsl/ |
| deriv.c | 147 gluSphere(obj, 2.0f, 30, 15);
|
| shtest.c | 247 gluSphere(q, radius, slices, stacks);
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| glut_shapes.c | 77 gluSphere(quadObj, radius, slices, stacks); 89 gluSphere(quadObj, radius, slices, stacks);
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| glut_shapes.c | 77 gluSphere(quadObj, radius, slices, stacks); 89 gluSphere(quadObj, radius, slices, stacks);
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| spectex.c | 201 gluSphere( Quadric, 1.0, 24, 24 );
|
| ipers.c | 118 gluSphere(obj, 40.0f, 18, 9); 132 gluSphere(obj, 1.0f, xslices, yslices);
|
| fslight.c | 352 gluSphere(obj, 2.0f, 10, 5);
|
| ray.c | 828 gluSphere(obj, 0.25f, 6, 6); 836 gluSphere(obj, SPHERE_RADIUS, 16, 16);
|
| stex3d.c | 637 gluSphere( q, 0.95, 30, 15 );
|
| /xsrc/external/mit/mesa-demos/dist/src/osdemos/ |
| osdemo.c | 39 gluSphere(q, radius, slices, stacks);
|
| osdemo16.c | 126 gluSphere(qobj, 1.0, 20, 20);
|
| osdemo32.c | 116 gluSphere(qobj, 1.0, 20, 20);
|
| /xsrc/external/mit/glu/dist/include/GL/ |
| glu.h | 339 GLAPI void GLAPIENTRY gluSphere (GLUquadric* quad, GLdouble radius, GLint slices, GLint stacks);
|
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| quad.c | 370 gluSphere(quadObj, radius1/10.0, slices, stacks);
|
| /xsrc/external/mit/glu/dist/src/libutil/ |
| quad.c | 694 gluSphere(GLUquadric *qobj, GLdouble radius, GLint slices, GLint stacks)
|