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

  /cts/tests/openglperf2/jni/primitive/fullpipeline/
FullPipelineRenderer.h 35 Matrix* mProjectionMatrix;
  /cts/tests/openglperf2/jni/reference/scene/
Scene.h 49 Matrix* mProjectionMatrix;
  /frameworks/native/services/surfaceflinger/RenderEngine/
Description.h 52 mat4 mProjectionMatrix;
  /external/eigen/demos/opengl/
camera.h 105 mutable Eigen::Matrix4f mProjectionMatrix;
  /development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/
MyGLRenderer.java 43 private final float[] mProjectionMatrix = new float[16];
70 Matrix.multiplyMM(mMVPMatrix, 0, mProjectionMatrix, 0, mViewMatrix, 0);
103 Matrix.frustumM(mProjectionMatrix, 0, -ratio, ratio, -1, 1, 3, 7);
  /platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
SimpleGLRenderer.java 45 private final float[] mProjectionMatrix = new float[16];
72 Matrix.multiplyMM(mMVPMatrix, 0, mProjectionMatrix, 0, mViewMatrix, 0);
105 Matrix.frustumM(mProjectionMatrix, 0, -ratio, ratio, -1, 1, 3, 7);
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
OpenGLWatchFaceService.java 66 private final float[] mProjectionMatrix = new float[16];
84 * Products of {@link #mViewMatrices} and {@link #mProjectionMatrix}. One matrix per camera
89 /** The product of {@link #mAmbientViewMatrix} and {@link #mProjectionMatrix} */
94 * {@link #mProjectionMatrix}.
231 Matrix.frustumM(mProjectionMatrix,
242 Matrix.multiplyMM(mVpMatrices[i], 0, mProjectionMatrix, 0, mViewMatrices[i], 0);
245 Matrix.multiplyMM(mAmbientVpMatrix, 0, mProjectionMatrix, 0, mAmbientViewMatrix, 0);
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
OpenGLWatchFaceService.java 66 private final float[] mProjectionMatrix = new float[16];
84 * Products of {@link #mViewMatrices} and {@link #mProjectionMatrix}. One matrix per camera
89 /** The product of {@link #mAmbientViewMatrix} and {@link #mProjectionMatrix} */
94 * {@link #mProjectionMatrix}.
231 Matrix.frustumM(mProjectionMatrix,
242 Matrix.multiplyMM(mVpMatrices[i], 0, mProjectionMatrix, 0, mViewMatrices[i], 0);
245 Matrix.multiplyMM(mAmbientVpMatrix, 0, mProjectionMatrix, 0, mAmbientViewMatrix, 0);
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
OpenGLWatchFaceService.java 66 private final float[] mProjectionMatrix = new float[16];
84 * Products of {@link #mViewMatrices} and {@link #mProjectionMatrix}. One matrix per camera
89 /** The product of {@link #mAmbientViewMatrix} and {@link #mProjectionMatrix} */
94 * {@link #mProjectionMatrix}.
231 Matrix.frustumM(mProjectionMatrix,
242 Matrix.multiplyMM(mVpMatrices[i], 0, mProjectionMatrix, 0, mViewMatrices[i], 0);
245 Matrix.multiplyMM(mAmbientVpMatrix, 0, mProjectionMatrix, 0, mAmbientViewMatrix, 0);
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 151 private float[] mProjectionMatrix = new float[MATRIX_SIZE];
352 Matrix.orthoM(mProjectionMatrix, 0, 0, width, 0, height, -1, 1);
569 Matrix.multiplyMM(mTempMatrix, MATRIX_SIZE, mProjectionMatrix, 0, mTempMatrix, 0);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 151 private float[] mProjectionMatrix = new float[MATRIX_SIZE];
352 Matrix.orthoM(mProjectionMatrix, 0, 0, width, 0, height, -1, 1);
569 Matrix.multiplyMM(mTempMatrix, MATRIX_SIZE, mProjectionMatrix, 0, mTempMatrix, 0);
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 149 private float[] mProjectionMatrix = new float[MATRIX_SIZE];
350 Matrix.orthoM(mProjectionMatrix, 0, 0, width, 0, height, -1, 1);
567 Matrix.multiplyMM(mTempMatrix, MATRIX_SIZE, mProjectionMatrix, 0, mTempMatrix, 0);
    [all...]

Completed in 686 milliseconds