Searched refs:gluCylinder (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dmipmap_tunnel.c124 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 Dquadric.c99 gluCylinder(qobj, 0.5, 0.3, 1.0, 15, 5);
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dfplight.c69 gluCylinder(q, 1.0, 1.0, 2.0, 24, 1);
H A Dengine.c362 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 Dreflect.c178 gluCylinder( q, 0.5, 0.5, 1.0, 15, 1 );
185 gluCylinder( q, 1.5, 0.0, 2.5, 15, 1 );
H A Dtexcyl.c208 gluCylinder(q, 0.6, 0.6, 2.0, 24, 1);
H A Dgloss.c320 gluCylinder(q, radius, radius, height, slices, stacks);
H A Dteapot.c616 gluCylinder(lcone,0.2,0.0,0.5,12,1);
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglut_shapes.c102 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 Dglut_shapes.c102 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 Dosdemo.c50 gluCylinder(q, base, 0.0, height, slices, stacks);
H A Dosdemo16.c119 gluCylinder(qobj, 1.0, 0.0, 2.0, 16, 1);
H A Dosdemo32.c109 gluCylinder(qobj, 1.0, 0.0, 2.0, 16, 1);
/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dquad.c366 gluCylinder(quadObj, radius1/10.0, radius2/10.0, height/10.0,
/xsrc/external/mit/glu/dist/include/GL/
H A Dglu.h302 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 Dquad.c150 gluCylinder(GLUquadric *qobj, GLdouble baseRadius, GLdouble topRadius, function in typeref:typename:void GLAPIENTRY

Completed in 12 milliseconds