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