HomeSort by relevance Sort by last modified time
    Searched full:eyey (Results 1 - 25 of 29) 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,
32 float fy = centerY - eyeY;
80 glTranslatef(-eyeX, -eyeY, -eyeZ);
  /frameworks/native/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 688 * @param eyeY eye point Y
698 float eyeX, float eyeY, float eyeZ,
706 float fy = centerY - eyeY;
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,
46 float fy = centerY - eyeY;
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,
140 float fy = centerY - eyeY;
186 m->translate(-eyeX, -eyeY, -eyeZ);
  /cts/suite/cts/deviceTests/opengl/jni/primitive/fullpipeline/
FullPipelineRenderer.cpp 116 float eyeY = 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 78 float eyeY = 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 83 float eyeY = 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,
626 z[1] = eyey - centery;
697 (GLfixed)(-eyey * 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,
626 z[1] = eyey - centery;
697 (GLfixed)(-eyey * 65536),
  /cts/suite/cts/deviceTests/opengl/test/
MatrixTest.cpp 140 float eyeY = 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 817 eyey = eye[1],
827 Math.abs(eyey - centery) < GLMAT_EPSILON &&
833 z1 = eyey - centery;
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);
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
TiltWatchFaceService.java 204 final float eyeY = (float) Math.sin(cameraAngle);
207 eyeX, eyeY, -3, // eye
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
TiltWatchFaceService.java 204 final float eyeY = (float) Math.sin(cameraAngle);
207 eyeX, eyeY, -3, // eye
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
TiltWatchFaceService.java 204 final float eyeY = (float) Math.sin(cameraAngle);
207 eyeX, eyeY, -3, // 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/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/
IBM930.so 
IBM935.so 
IBM939.so 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/gconv/
IBM930.so 

Completed in 2332 milliseconds

1 2