HomeSort by relevance Sort by last modified time
    Searched full:eyex (Results 1 - 12 of 12) sorted by null

  /frameworks/base/opengl/tests/gl_jni/jni/
gl_code.cpp 24 static void gluLookAt(float eyeX, float eyeY, float eyeZ,
31 float fx = centerX - eyeX;
80 glTranslatef(-eyeX, -eyeY, -eyeZ);
  /frameworks/base/opengl/tests/tritex/
tritex.cpp 35 static void gluLookAt(float eyeX, float eyeY, float eyeZ,
42 float fx = centerX - eyeX;
91 glTranslatef(-eyeX, -eyeY, -eyeZ);
  /frameworks/base/opengl/java/android/opengl/
GLU.java 61 * @param eyeX eye point X
71 public static void gluLookAt(GL10 gl, float eyeX, float eyeY, float eyeZ,
77 Matrix.setLookAtM(scratch, 0, eyeX, eyeY, eyeZ, centerX, centerY, centerZ,
Matrix.java 660 * @param eyeX eye point X
671 float eyeX, float eyeY, float eyeZ,
678 float fx = centerX - eyeX;
724 translateM(rm, rmOffset, -eyeX, -eyeY, -eyeZ);
  /frameworks/base/opengl/tests/gl_basic/
gl_basic.cpp 38 static void gluLookAt(float eyeX, float eyeY, float eyeZ,
45 float fx = centerX - eyeX;
94 glTranslatef(-eyeX, -eyeY, -eyeZ);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
cams.h 39 * eyeX, eyeY, eyeZ, viewAngle, viewHeightOffs
demo.c 614 static void gluLookAt(GLfloat eyex, GLfloat eyey, GLfloat eyez,
625 z[0] = eyex - centerx;
696 glTranslatex((GLfixed)(-eyex * 65536),
  /frameworks/base/opengl/tests/angeles/
cams.h 39 * eyeX, eyeY, eyeZ, viewAngle, viewHeightOffs
demo.c 614 static void gluLookAt(GLfloat eyex, GLfloat eyey, GLfloat eyez,
625 z[0] = eyex - centerx;
696 glTranslatex((GLfixed)(-eyex * 65536),
  /external/mesa3d/test/
m_matrix.h 122 _math_matrix_lookat(GLmatrix * mat, GLfloat eyex, GLfloat eyey, GLfloat eyez,
m_matrix.c     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/gconv/
libCNS.so 

Completed in 985 milliseconds