Home
last modified time | relevance | path

Searched refs:eyeX (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp29 static void gluLookAt(float eyeX, float eyeY, float eyeZ, in gluLookAt() argument
36 float fx = centerX - eyeX; in gluLookAt()
85 glTranslatef(-eyeX, -eyeY, -eyeZ); in gluLookAt()
/aosp12/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp35 static void gluLookAt(float eyeX, float eyeY, float eyeZ, in gluLookAt() argument
42 float fx = centerX - eyeX; in gluLookAt()
91 glTranslatef(-eyeX, -eyeY, -eyeZ); in gluLookAt()
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLU.java71 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()
H A DMatrix.java698 float eyeX, float eyeY, float eyeZ, in setLookAtM() argument
705 float fx = centerX - eyeX; in setLookAtM()
751 translateM(rm, rmOffset, -eyeX, -eyeY, -eyeZ); in setLookAtM()
/aosp12/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp40 static void gluLookAt(float eyeX, float eyeY, float eyeZ, in gluLookAt() argument
47 float fx = centerX - eyeX; in gluLookAt()
96 glTranslatef(-eyeX, -eyeY, -eyeZ); in gluLookAt()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...