HomeSort by relevance Sort by last modified time
    Searched refs:mProjMatrix (Results 1 - 6 of 6) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
GLES20TriangleRenderer.java 77 Matrix.multiplyMM(mMVPMatrix, 0, mProjMatrix, 0, mMVPMatrix, 0);
89 Matrix.frustumM(mProjMatrix, 0, -ratio, ratio, -1, 1, 3, 7);
243 private float[] mProjMatrix = new float[16];
  /development/samples/BasicGLSurfaceView/src/com/example/android/basicglsurfaceview/
GLES20TriangleRenderer.java 75 Matrix.multiplyMM(mMVPMatrix, 0, mProjMatrix, 0, mMVPMatrix, 0);
87 Matrix.frustumM(mProjMatrix, 0, -ratio, ratio, -1, 1, 3, 7);
241 private float[] mProjMatrix = new float[16];
  /system/media/wilhelm/tests/native-media/src/com/example/nativemedia/
MyGLSurfaceView.java 129 Matrix.multiplyMM(mMVPMatrix, 0, mProjMatrix, 0, mMVPMatrix, 0);
143 Matrix.frustumM(mProjMatrix, 0, -mRatio, mRatio, -1, 1, 3, 7);
324 private float[] mProjMatrix = new float[16];
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java 77 private float[] mProjMatrix = new float[16];
169 Matrix.multiplyMM(mMVPMatrix, 0, mProjMatrix, 0, mMVPMatrix, 0);
240 Matrix.frustumM(mProjMatrix, 0, -ratio, ratio, -1, 1, 3, 7);
  /frameworks/base/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
GL2CameraEye.java 222 Matrix.multiplyMM(mMVPMatrix, 0, mProjMatrix, 0, mMVPMatrix, 0);
237 Matrix.frustumM(mProjMatrix, 0, -mRatio, mRatio, -1, 1, 3, 7);
478 private float[] mProjMatrix = new float[16];
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraGLTest.java 696 Matrix.multiplyMM(mMVPMatrix, 0, mProjMatrix, 0, mMVPMatrix, 0);
712 Matrix.frustumM(mProjMatrix, 0, -mRatio, mRatio, -1, 1, 3, 7);
    [all...]

Completed in 165 milliseconds