HomeSort by relevance Sort by last modified time
    Searched refs:mAmbientViewMatrix (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 77 private final float[] mAmbientViewMatrix = new float[16];
91 /** The product of {@link #mAmbientViewMatrix} and {@link #mProjectionMatrix} */
217 Matrix.setLookAtM(mAmbientViewMatrix,
247 Matrix.multiplyMM(mAmbientVpMatrix, 0, mProjectionMatrix, 0, mAmbientViewMatrix, 0);
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
OpenGLWatchFaceService.java 77 private final float[] mAmbientViewMatrix = new float[16];
91 /** The product of {@link #mAmbientViewMatrix} and {@link #mProjectionMatrix} */
217 Matrix.setLookAtM(mAmbientViewMatrix,
247 Matrix.multiplyMM(mAmbientVpMatrix, 0, mProjectionMatrix, 0, mAmbientViewMatrix, 0);
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
OpenGLWatchFaceService.java 75 private final float[] mAmbientViewMatrix = new float[16];
89 /** The product of {@link #mAmbientViewMatrix} and {@link #mProjectionMatrix} */
215 Matrix.setLookAtM(mAmbientViewMatrix,
245 Matrix.multiplyMM(mAmbientVpMatrix, 0, mProjectionMatrix, 0, mAmbientViewMatrix, 0);

Completed in 170 milliseconds