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

  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/tracking/
ObjectTracker.java 257 private final float[] matrixValues = new float[9];
266 tempMatrix.getValues(matrixValues);
267 drawNative(cameraViewSize.width, cameraViewSize.height, matrixValues);
  /external/deqp/modules/gles3/functional/
es3fShaderStateQueryTests.cpp     [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowMatrixTest.java 173 final float[] matrixValues = new float[9];
174 matrix.getValues(matrixValues);
175 assertThat(matrixValues)
  /external/deqp/modules/gles2/functional/
es2fShaderStateQueryTests.cpp     [all...]
  /frameworks/base/core/java/android/app/
ActivityTransitionCoordinator.java 501 float[] matrixValues = sharedElementBundle.getFloatArray(KEY_IMAGE_MATRIX);
502 tempMatrix.setValues(matrixValues);
    [all...]

Completed in 623 milliseconds