| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | cube.c | 41 * 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 D | torus.c | 109 gluLookAt(0, 0, 10, 0, 0, 0, 0, 1, 0); 131 gluLookAt(0, 0, 10, 0, 0, 0, 0, 1, 0);
|
| H A D | movelight.c | 81 gluLookAt (0.0, 0.0, 5.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0);
|
| H A D | planet.c | 79 gluLookAt (0.0, 0.0, 5.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0);
|
| H A D | shadowmap.c | 254 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 D | nurbs.c | 159 gluLookAt(7.0,4.5,4.0, 4.5,4.5,2.0, 6.0,-3.0,2.0);
|
| H A D | polyoff.c | 146 gluLookAt (0.0, 0.0, 5.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0);
|
| H A D | select.c | 112 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 D | backspecular.c | 100 gluLookAt(0.0, 0.0, 5.0,
|
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| H A D | nurb.c | 240 gluLookAt(7.0, 4.5, 4.0, 4.5, 4.5, 2.5, 6.0, -3.0, 2.0);
|
| H A D | olympic.c | 151 gluLookAt(0,0,10, 0,0,0, 0,1,0);
|
| H A D | quad.c | 180 gluLookAt(2, 2, 2, 0, 0, 0, 0, 0, 1);
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | pointblast.c | 493 gluLookAt(0.0, 1.0, 8.0, /* eye location */
|
| H A D | tunnel.c | 410 gluLookAt(obs[0], obs[1], obs[2],
|
| H A D | reflect.c | 326 gluLookAt( eyex, eyey, eyez, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0 );
|
| H A D | tunnel2.c | 433 gluLookAt(obs[0], obs[1], obs[2],
|
| H A D | dinoshade.c | 884 gluLookAt(0.0, 8.0, 60.0, /* eye is at (0,8,60) */
|
| H A D | fire.c | 416 gluLookAt(obs[0], obs[1], obs[2],
|
| H A D | ipers.c | 591 gluLookAt(obs[0], obs[1], obs[2],
|
| H A D | shadowtex.c | 278 gluLookAt(lightPos[0], lightPos[1], lightPos[2],
|
| H A D | teapot.c | 450 gluLookAt(obs[0],obs[1],obs[2],
|
| H A D | terrain.c | 386 gluLookAt(obs[0], obs[1], obs[2],
|
| H A D | fbo_firecube.c | 488 gluLookAt(obs[0], obs[1], obs[2],
|
| /xsrc/external/mit/glu/dist/include/GL/ |
| H A D | glu.h | 316 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 D | project.c | 108 gluLookAt(GLdouble eyex, GLdouble eyey, GLdouble eyez, GLdouble centerx, function in typeref:typename:void GLAPIENTRY
|