Searched refs:eyex (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | reflect.c | 246 DrawObjects(struct window *w, GLfloat eyex, GLfloat eyey, GLfloat eyez) argument 248 (void) eyex; 252 if (eyex<0.5) { 303 GLfloat eyex, eyey, eyez; local in function:DrawWindow 320 eyex = dist * cos(w->yrot * DEG2RAD) * cos(w->xrot * DEG2RAD); 326 gluLookAt( eyex, eyey, eyez, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0 ); 353 DrawObjects(w, eyex, eyey, eyez); 373 DrawObjects(w, eyex, eyey, eyez);
|
| /xsrc/external/mit/glu/dist/src/libutil/ |
| H A D | project.c | 108 gluLookAt(GLdouble eyex, GLdouble eyey, GLdouble eyez, GLdouble centerx, argument 115 forward[0] = centerx - eyex; 146 glTranslated(-eyex, -eyey, -eyez);
|
Completed in 3 milliseconds