Home
last modified time | relevance | path

Searched refs:eyeY (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/opengl/tests/gl_jni/jni/
Dgl_code.cpp29 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/
Dtritex.cpp35 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/
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()
DMatrix.java698 float eyeX, float eyeY, float eyeZ, in setLookAtM() argument
706 float fy = centerY - eyeY; in setLookAtM()
751 translateM(rm, rmOffset, -eyeX, -eyeY, -eyeZ); in setLookAtM()
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp40 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()