Searched defs:gluLookAt (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLU.java71 public static void gluLookAt(GL10 gl, float eyeX, float eyeY, float eyeZ, method in class:GLU
/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp29 static void gluLookAt(float eyeX, float eyeY, float eyeZ, function
33 // See the OpenGL GLUT documentation for gluLookAt for a description
108 gluLookAt(
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp35 static void gluLookAt(float eyeX, float eyeY, float eyeZ, function
39 // See the OpenGL GLUT documentation for gluLookAt for a description
192 gluLookAt(
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp40 static void gluLookAt(float eyeX, float eyeY, float eyeZ, function
44 // See the OpenGL GLUT documentation for gluLookAt for a description
302 gluLookAt(
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c611 /* Following gluLookAt implementation is adapted from the
614 static void gluLookAt(GLfloat eyex, GLfloat eyey, GLfloat eyez, function
745 gluLookAt(eX, eY, eZ, cX, cY, cZ, 0, 0, 1);

Completed in 335 milliseconds