Searched refs:gluLookAt (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dcube.c41 * glScalef() and a single viewing transformation, gluLookAt().
59 gluLookAt (0.0, 0.0, 5.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0);
H A Dtorus.c109 gluLookAt(0, 0, 10, 0, 0, 0, 0, 1, 0);
131 gluLookAt(0, 0, 10, 0, 0, 0, 0, 1, 0);
H A Dmovelight.c81 gluLookAt (0.0, 0.0, 5.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0);
H A Dplanet.c79 gluLookAt (0.0, 0.0, 5.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0);
H A Dshadowmap.c254 gluLookAt( lightPos[0], lightPos[1], lightPos[2],
295 gluLookAt( lightPos[0], lightPos[1], lightPos[2],
323 gluLookAt( radius*cos(angle), radius*sin(angle), 30,
H A Dnurbs.c159 gluLookAt(7.0,4.5,4.0, 4.5,4.5,2.0, 6.0,-3.0,2.0);
H A Dpolyoff.c146 gluLookAt (0.0, 0.0, 5.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0);
H A Dselect.c112 gluLookAt (7.5, 7.5, 12.5, 2.5, 2.5, -5.0, 0.0, 1.0, 0.0);
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dbackspecular.c100 gluLookAt(0.0, 0.0, 5.0,
/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dnurb.c240 gluLookAt(7.0, 4.5, 4.0, 4.5, 4.5, 2.5, 6.0, -3.0, 2.0);
H A Dolympic.c151 gluLookAt(0,0,10, 0,0,0, 0,1,0);
H A Dquad.c180 gluLookAt(2, 2, 2, 0, 0, 0, 0, 0, 1);
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dpointblast.c493 gluLookAt(0.0, 1.0, 8.0, /* eye location */
H A Dtunnel.c410 gluLookAt(obs[0], obs[1], obs[2],
H A Dreflect.c326 gluLookAt( eyex, eyey, eyez, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0 );
H A Dtunnel2.c433 gluLookAt(obs[0], obs[1], obs[2],
H A Ddinoshade.c884 gluLookAt(0.0, 8.0, 60.0, /* eye is at (0,8,60) */
H A Dfire.c416 gluLookAt(obs[0], obs[1], obs[2],
H A Dipers.c591 gluLookAt(obs[0], obs[1], obs[2],
H A Dshadowtex.c278 gluLookAt(lightPos[0], lightPos[1], lightPos[2],
H A Dteapot.c450 gluLookAt(obs[0],obs[1],obs[2],
H A Dterrain.c386 gluLookAt(obs[0], obs[1], obs[2],
H A Dfbo_firecube.c488 gluLookAt(obs[0], obs[1], obs[2],
/xsrc/external/mit/glu/dist/include/GL/
H A Dglu.h316 GLAPI void GLAPIENTRY gluLookAt (GLdouble eyeX, GLdouble eyeY, GLdouble eyeZ, GLdouble centerX, GLdouble centerY, GLdouble centerZ, GLdouble upX, GLdouble upY, GLdouble upZ);
/xsrc/external/mit/glu/dist/src/libutil/
H A Dproject.c108 gluLookAt(GLdouble eyex, GLdouble eyey, GLdouble eyez, GLdouble centerx, function in typeref:typename:void GLAPIENTRY

Completed in 24 milliseconds

12