/frameworks/base/opengl/tests/gl_jni/jni/ |
gl_code.cpp | 24 static void gluLookAt(float eyeX, float eyeY, float eyeZ, 32 float fy = centerY - eyeY; 80 glTranslatef(-eyeX, -eyeY, -eyeZ);
|
/frameworks/base/opengl/tests/tritex/ |
tritex.cpp | 35 static void gluLookAt(float eyeX, float eyeY, float eyeZ, 43 float fy = centerY - eyeY; 91 glTranslatef(-eyeX, -eyeY, -eyeZ);
|
/frameworks/base/opengl/java/android/opengl/ |
GLU.java | 62 * @param eyeY eye point Y 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 | 661 * @param eyeY eye point Y 671 float eyeX, float eyeY, float eyeZ, 679 float fy = centerY - eyeY; 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, 46 float fy = centerY - eyeY; 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, 626 z[1] = eyey - centery; 697 (GLfixed)(-eyey * 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, 626 z[1] = eyey - centery; 697 (GLfixed)(-eyey * 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/ |
IBM930.so | |
IBM935.so | |
IBM939.so | |
IBM933.so | |