| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | mipmap_tunnel.c | 124 gluCylinder(q, radius, radius, height, slices, stacks); 129 gluCylinder(q, bias*radius, bias*radius, height/4, slices, stacks/4);
|
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | quadric.c | 99 gluCylinder(qobj, 0.5, 0.3, 1.0, 15, 5);
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | fplight.c | 69 gluCylinder(q, 1.0, 1.0, 2.0, 24, 1);
|
| H A D | engine.c | 362 gluCylinder(Q, innerRadius, innerRadius, innerHeight, slices, stacks); 373 gluCylinder(Q, eng->PistonRadius, eng->PistonRadius, eng->PistonHeight, 386 gluCylinder(Q, eng->WristPinRadius, eng->WristPinRadius, wristPinLength, 499 gluCylinder(Q, eng->CrankJournalRadius, eng->CrankJournalRadius, 507 gluCylinder(Q, eng->CrankPinRadius, eng->CrankPinRadius, 650 gluCylinder(Q, holeRadius, holeRadius, blockHeight, slices, stacks);
|
| H A D | reflect.c | 178 gluCylinder( q, 0.5, 0.5, 1.0, 15, 1 ); 185 gluCylinder( q, 1.5, 0.0, 2.5, 15, 1 );
|
| H A D | texcyl.c | 208 gluCylinder(q, 0.6, 0.6, 2.0, 24, 1);
|
| H A D | gloss.c | 320 gluCylinder(q, radius, radius, height, slices, stacks);
|
| H A D | teapot.c | 616 gluCylinder(lcone,0.2,0.0,0.5,12,1);
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| H A D | glut_shapes.c | 102 gluCylinder(quadObj, base, 0.0, height, slices, stacks); 115 gluCylinder(quadObj, base, 0.0, height, slices, stacks);
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_shapes.c | 102 gluCylinder(quadObj, base, 0.0, height, slices, stacks); 115 gluCylinder(quadObj, base, 0.0, height, slices, stacks);
|
| /xsrc/external/mit/mesa-demos/dist/src/osdemos/ |
| H A D | osdemo.c | 50 gluCylinder(q, base, 0.0, height, slices, stacks);
|
| H A D | osdemo16.c | 119 gluCylinder(qobj, 1.0, 0.0, 2.0, 16, 1);
|
| H A D | osdemo32.c | 109 gluCylinder(qobj, 1.0, 0.0, 2.0, 16, 1);
|
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| H A D | quad.c | 366 gluCylinder(quadObj, radius1/10.0, radius2/10.0, height/10.0,
|
| /xsrc/external/mit/glu/dist/include/GL/ |
| H A D | glu.h | 302 GLAPI void GLAPIENTRY gluCylinder (GLUquadric* quad, GLdouble base, GLdouble top, GLdouble height, GLint slices, GLint stacks);
|
| /xsrc/external/mit/glu/dist/src/libutil/ |
| H A D | quad.c | 150 gluCylinder(GLUquadric *qobj, GLdouble baseRadius, GLdouble topRadius, function in typeref:typename:void GLAPIENTRY
|