Searched refs:gluPerspective (Results 1 - 25 of 51) sorted by relevance

123

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dclip.c81 gluPerspective(60.0, (GLfloat) w/(GLfloat) h, 1.0, 20.0);
H A Ddepthcue.c83 gluPerspective (45.0, (GLfloat) w/(GLfloat) h, 3.0, 5.0);
H A Danti.c89 gluPerspective (45.0, (GLfloat) w/(GLfloat) h, 3.0, 5.0);
H A Dmovelight.c104 gluPerspective(40.0, (GLfloat) w/(GLfloat) h, 1.0, 20.0);
H A Dplanet.c76 gluPerspective(60.0, (GLfloat) w/(GLfloat) h, 1.0, 20.0);
H A Drobot.c85 gluPerspective(65.0, (GLfloat) w/(GLfloat) h, 1.0, 20.0);
H A Dunproject.c60 gluPerspective (45.0, (GLfloat) w/(GLfloat) h, 1.0, 100.0);
H A Daapoly.c133 gluPerspective(30.0, (GLfloat) w/(GLfloat) h, 1.0, 20.0);
H A Dchecker.c109 gluPerspective(60.0, 1.0*(GLfloat)w/(GLfloat)h, 1.0, 30.0);
H A Dfogcoord.c111 gluPerspective (45.0, 1.0, 0.25, 25.0);
H A Dpointp.c117 gluPerspective (35.0, 1.0, 0.25, 200.0);
H A Dstencil.c158 gluPerspective(45.0, (GLfloat) w/(GLfloat) h, 3.0, 7.0);
H A Dtorus.c106 gluPerspective(30, (GLfloat) w/(GLfloat) h, 1.0, 100.0);
H A Dshadowmap.c118 gluPerspective( fovy, (GLdouble) width/height, nearPlane, farPlane );
249 gluPerspective( 80.0, 1.0, 10.0, 1000.0 );
294 gluPerspective( 60.0, 1.0, 1.0, 1000.0 );
H A Dmipmap.c148 gluPerspective(60.0, 1.0*(GLfloat)w/(GLfloat)h, 1.0, 30000.0);
H A Dsurface.c148 gluPerspective (45.0, (GLdouble)w/(GLdouble)h, 3.0, 8.0);
H A Dtexture3d.c124 gluPerspective(60.0, (GLfloat) w/(GLfloat) h, 1.0, 30.0);
H A Dtrim.c149 gluPerspective (45.0, (GLdouble)w/(GLdouble)h, 3.0, 8.0);
H A Dwrap.c133 gluPerspective(60.0, (GLfloat) w/(GLfloat) h, 1.0, 30.0);
H A Dpolyoff.c142 gluPerspective(45.0, (GLdouble)width/(GLdouble)height,
H A Dselect.c108 gluPerspective (40.0, 4.0/3.0, 1.0, 100.0);
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dbackspecular.c98 gluPerspective(30.0, 1.0, 1.0, 10.0);
H A Dmipgen.c153 gluPerspective(60.0, 1.0*(GLfloat)w/(GLfloat)h, 1.0, 30000.0);
H A Dpersp_hint.c102 gluPerspective(90.0, (GLfloat) w / h, 1.0, 300.0);
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dblinking-teapot.c51 gluPerspective (60.0, wf / hf, 0.1, 100.0);

Completed in 21 milliseconds

123