Searched refs:gluLookAt (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/opengl/tests/gl_jni/jni/ |
D | gl_code.cpp | 24 static void gluLookAt(float eyeX, float eyeY, float eyeZ, in gluLookAt() function 103 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 196 gluLookAt( in init_scene()
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 38 static void gluLookAt(float eyeX, float eyeY, float eyeZ, in gluLookAt() function 304 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/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/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 | 30372 …method public static void gluLookAt(javax.microedition.khronos.opengles.GL10, float, float, float,…
|
D | test-current.txt | 30528 …method public static void gluLookAt(javax.microedition.khronos.opengles.GL10, float, float, float,…
|
D | system-current.txt | 33087 …method public static void gluLookAt(javax.microedition.khronos.opengles.GL10, float, float, float,…
|