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

/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DTriangleRenderer.java79 GLU.gluLookAt(gl, 0, 0, -5, 0f, 0f, 0f, 0f, 1.0f, 0.0f);
/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp24 static void gluLookAt(float eyeX, float eyeY, float eyeZ, function
28 // See the OpenGL GLUT documentation for gluLookAt for a description
103 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
196 gluLookAt(
/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_basic/
H A Dgl_basic.cpp38 static void gluLookAt(float eyeX, float eyeY, float eyeZ, function
42 // See the OpenGL GLUT documentation for gluLookAt for a description
304 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 75 milliseconds