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

  /frameworks/native/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/native/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 687 * @param eyeX eye point X
698 float eyeX, float eyeY, float eyeZ,
705 float fx = centerX - eyeX;
751 translateM(rm, rmOffset, -eyeX, -eyeY, -eyeZ);
  /frameworks/native/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);
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
Matrix.h 41 static Matrix* newLookAt(float eyeX, float eyeY, float eyeZ, float centerX,
Matrix.cpp 132 Matrix* Matrix::newLookAt(float eyeX, float eyeY, float eyeZ, float centerX,
139 float fx = centerX - eyeX;
186 m->translate(-eyeX, -eyeY, -eyeZ);
  /cts/suite/cts/deviceTests/opengl/jni/primitive/fullpipeline/
FullPipelineRenderer.cpp 115 float eyeX = 0.0f;
130 mViewMatrix = Matrix::newLookAt(eyeX, eyeY, eyeZ, centerX, centerY, centerZ, upX, upY, upZ);
  /cts/suite/cts/deviceTests/opengl/jni/reference/scene/flocking/
FlockingScene.cpp 77 float eyeX = 0.0f;
92 return Matrix::newLookAt(eyeX, eyeY, eyeZ, centerX, centerY, centerZ, upX, upY, upZ);
  /cts/suite/cts/deviceTests/opengl/jni/reference/scene/glowing/
GlowingScene.cpp 82 float eyeX = 0.0f;
97 return Matrix::newLookAt(eyeX, eyeY, eyeZ, centerX, centerY, centerZ, upX, upY, upZ);
  /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/native/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),
  /cts/suite/cts/deviceTests/opengl/test/
MatrixTest.cpp 139 float eyeX = 0.0f;
154 Matrix* m = Matrix::newLookAt(eyeX, eyeY, eyeZ, centerX, centerY, centerZ,
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
mat4.js 816 eyex = eye[0],
826 if (Math.abs(eyex - centerx) < GLMAT_EPSILON &&
832 z0 = eyex - centerx;
884 out[12] = -(x0 * eyex + x1 * eyey + x2 * eyez);
885 out[13] = -(y0 * eyex + y1 * eyey + y2 * eyez);
886 out[14] = -(z0 * eyex + z1 * eyey + z2 * eyez);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glu.h 30 void APIENTRY gluLookAt(GLdouble eyex,GLdouble eyey,GLdouble eyez,GLdouble centerx,GLdouble centery,GLdouble centerz,GLdouble upx,GLdouble upy,GLdouble upz);
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/dist/
gl-matrix.js     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/gconv/
libCNS.so 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/gconv/
libCNS.so 

Completed in 1013 milliseconds