HomeSort by: relevance | last modified time | path
    Searched refs:gluCylinder (Results 1 - 16 of 16) sorted by relevancy

  /xsrc/external/mit/mesa-demos/dist/src/tests/
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/
quadric.c 99 gluCylinder(qobj, 0.5, 0.3, 1.0, 15, 5);
  /xsrc/external/mit/mesa-demos/dist/src/demos/
fplight.c 69 gluCylinder(q, 1.0, 1.0, 2.0, 24, 1);
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);
reflect.c 178 gluCylinder( q, 0.5, 0.5, 1.0, 15, 1 );
185 gluCylinder( q, 1.5, 0.0, 2.5, 15, 1 );
texcyl.c 208 gluCylinder(q, 0.6, 0.6, 2.0, 24, 1);
gloss.c 320 gluCylinder(q, radius, radius, height, slices, stacks);
teapot.c 616 gluCylinder(lcone,0.2,0.0,0.5,12,1);
  /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
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/
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/
osdemo.c 50 gluCylinder(q, base, 0.0, height, slices, stacks);
osdemo16.c 119 gluCylinder(qobj, 1.0, 0.0, 2.0, 16, 1);
osdemo32.c 109 gluCylinder(qobj, 1.0, 0.0, 2.0, 16, 1);
  /xsrc/external/mit/glu/dist/include/GL/
glu.h 302 GLAPI void GLAPIENTRY gluCylinder (GLUquadric* quad, GLdouble base, GLdouble top, GLdouble height, GLint slices, GLint stacks);
  /xsrc/external/mit/mesa-demos/dist/src/samples/
quad.c 366 gluCylinder(quadObj, radius1/10.0, radius2/10.0, height/10.0,
  /xsrc/external/mit/glu/dist/src/libutil/
quad.c 150 gluCylinder(GLUquadric *qobj, GLdouble baseRadius, GLdouble topRadius,

Completed in 20 milliseconds