Searched refs:eyeY (Results 1 – 6 of 6) 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() argument 37 float fy = centerY - eyeY; in gluLookAt() 85 glTranslatef(-eyeX, -eyeY, -eyeZ); in gluLookAt()
|
/frameworks/native/opengl/tests/tritex/ |
D | tritex.cpp | 35 static void gluLookAt(float eyeX, float eyeY, float eyeZ, in gluLookAt() argument 43 float fy = centerY - eyeY; in gluLookAt() 91 glTranslatef(-eyeX, -eyeY, -eyeZ); in gluLookAt()
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLU.java | 71 public static void gluLookAt(GL10 gl, float eyeX, float eyeY, float eyeZ, in gluLookAt() argument 77 Matrix.setLookAtM(scratch, 0, eyeX, eyeY, eyeZ, centerX, centerY, centerZ, in gluLookAt()
|
D | Matrix.java | 930 float eyeX, float eyeY, float eyeZ, in setLookAtM() argument 938 float fy = centerY - eyeY; in setLookAtM() 983 translateM(rm, rmOffset, -eyeX, -eyeY, -eyeZ); in setLookAtM()
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 40 static void gluLookAt(float eyeX, float eyeY, float eyeZ, in gluLookAt() argument 48 float fy = centerY - eyeY; in gluLookAt() 96 glTranslatef(-eyeX, -eyeY, -eyeZ); in gluLookAt()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |