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

  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
OpenGLWatchFaceService.java 74 private final float[][] mViewMatrices = new float[mNumCameraAngles][16];
86 * Products of {@link #mViewMatrices} and {@link #mProjectionMatrix}. One matrix per camera
95 * Product of {@link #mModelMatrices}, {@link #mViewMatrices}, and
210 Matrix.setLookAtM(mViewMatrices[i],
244 Matrix.multiplyMM(mVpMatrices[i], 0, mProjectionMatrix, 0, mViewMatrices[i], 0);
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
OpenGLWatchFaceService.java 74 private final float[][] mViewMatrices = new float[mNumCameraAngles][16];
86 * Products of {@link #mViewMatrices} and {@link #mProjectionMatrix}. One matrix per camera
95 * Product of {@link #mModelMatrices}, {@link #mViewMatrices}, and
210 Matrix.setLookAtM(mViewMatrices[i],
244 Matrix.multiplyMM(mVpMatrices[i], 0, mProjectionMatrix, 0, mViewMatrices[i], 0);
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
OpenGLWatchFaceService.java 72 private final float[][] mViewMatrices = new float[mNumCameraAngles][16];
84 * Products of {@link #mViewMatrices} and {@link #mProjectionMatrix}. One matrix per camera
93 * Product of {@link #mModelMatrices}, {@link #mViewMatrices}, and
208 Matrix.setLookAtM(mViewMatrices[i],
242 Matrix.multiplyMM(mVpMatrices[i], 0, mProjectionMatrix, 0, mViewMatrices[i], 0);

Completed in 2537 milliseconds