Searched refs:gluLookAt (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/opengl/tests/gl_jni/jni/ |
D | gl_code.cpp | 29 static void gluLookAt(float eyeX, float eyeY, float eyeZ, in gluLookAt() function 108 gluLookAt( in init_scene()
|
/frameworks/native/opengl/tests/tritex/ |
D | tritex.cpp | 35 static void gluLookAt(float eyeX, float eyeY, float eyeZ, in gluLookAt() function 192 gluLookAt( in init_scene()
|
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
D | TriangleRenderer.java | 79 GLU.gluLookAt(gl, 0, 0, -5, 0f, 0f, 0f, 0f, 1.0f, 0.0f); in onDrawFrame()
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLU.java | 71 public static void gluLookAt(GL10 gl, float eyeX, float eyeY, float eyeZ, in gluLookAt() method in GLU
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 40 static void gluLookAt(float eyeX, float eyeY, float eyeZ, in gluLookAt() function 302 gluLookAt( in init_scene()
|
/frameworks/native/opengl/tests/angeles/ |
D | demo.c | 614 static void gluLookAt(GLfloat eyex, GLfloat eyey, GLfloat eyez, in gluLookAt() function 745 gluLookAt(eX, eY, eZ, cX, cY, cZ, 0, 0, 1); in camTrack()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 21231 …method public static void gluLookAt(javax.microedition.khronos.opengles.GL10, float, float, float,…
|
/frameworks/base/api/ |
D | current.txt | 35602 …method public static void gluLookAt(javax.microedition.khronos.opengles.GL10, float, float, float,…
|