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

1 2

  /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/tests/openglperf2/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/tests/openglperf2/jni/primitive/fullpipeline/
FullPipelineRenderer.cpp 115 float eyeX = 0.0f;
130 mViewMatrix = Matrix::newLookAt(eyeX, eyeY, eyeZ, centerX, centerY, centerZ, upX, upY, upZ);
  /cts/tests/openglperf2/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/tests/openglperf2/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),
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
cams.h 39 * eyeX, eyeY, eyeZ, viewAngle, viewHeightOffs
demo.c 860 static void gluLookAt(GLfloat eyex, GLfloat eyey, GLfloat eyez,
875 z[0] = eyex - centerx;
941 Matrix4x4_Translate(sModelView, -eyex, -eyey, -eyez);
965 glTranslatef(-eyex, -eyey, -eyez);
    [all...]
  /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/tests/openglperf2/test/
MatrixTest.cpp 139 float eyeX = 0.0f;
154 Matrix* m = Matrix::newLookAt(eyeX, eyeY, eyeZ, centerX, centerY, centerZ,
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/src/gl-matrix/
mat4.js 1183 eyex = eye[0],
    [all...]
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
OpenGLWatchFaceService.java 206 final float eyeX = (float) Math.cos(cameraAngle);
210 eyeX, eyeY, EYE_Z, // eye
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
OpenGLWatchFaceService.java 206 final float eyeX = (float) Math.cos(cameraAngle);
210 eyeX, eyeY, EYE_Z, // eye
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
OpenGLWatchFaceService.java 206 final float eyeX = (float) Math.cos(cameraAngle);
210 eyeX, eyeY, EYE_Z, // eye
  /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/autotest/client/deps/webgl_mpd/src/resources/
J3DIMath.js 678 J3DIMatrix4.prototype.lookat = function(eyex, eyey, eyez, centerx, centery, centerz, upx, upy, upz)
691 t = eyex;
692 eyex = t[0];
702 var zx = eyex - centerx;
763 matrix.translate(-eyex, -eyey, -eyez);
    [all...]
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/dist/
gl-matrix.js     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/gconv/
libCNS.so 

Completed in 977 milliseconds

1 2