Home
last modified time | relevance | path

Searched refs:Matrix3f (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DMatrix3f.java28 public class Matrix3f { class
33 public Matrix3f() { in Matrix3f() method in Matrix3f
45 public Matrix3f(float[] dataArray) { in Matrix3f() method in Matrix3f
104 public void load(Matrix3f src) { in load()
211 public void loadMultiply(Matrix3f lhs, Matrix3f rhs) { in loadMultiply()
234 Matrix3f tmp = new Matrix3f(); in multiply()
249 Matrix3f tmp = new Matrix3f(); in rotate()
261 Matrix3f tmp = new Matrix3f(); in rotate()
274 Matrix3f tmp = new Matrix3f(); in scale()
288 Matrix3f tmp = new Matrix3f(); in scale()
[all …]
H A DFieldPacker.java581 public void addMatrix(Matrix3f v) { in addMatrix()
587 public Matrix3f subMatrix3f() { in subMatrix3f()
588 Matrix3f v = new Matrix3f(); in subMatrix3f()
765 if (obj instanceof Matrix3f) { in add()
766 addMatrix((Matrix3f)obj); in add()
H A DScriptIntrinsicColorMatrix.java109 public void setColorMatrix(Matrix3f m) { in setColorMatrix()
H A DMatrix4f.java124 public void load(Matrix3f src) { in load()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt38319 method @Deprecated public void addMatrix(android.renderscript.Matrix3f);
38366 method @Deprecated public android.renderscript.Matrix3f subMatrix3f();
38463 @Deprecated public class Matrix3f {
38464 ctor @Deprecated public Matrix3f();
38465 ctor @Deprecated public Matrix3f(float[]);
38468 method @Deprecated public void load(android.renderscript.Matrix3f);
38470 …@Deprecated public void loadMultiply(android.renderscript.Matrix3f, android.renderscript.Matrix3f);
38476 method @Deprecated public void multiply(android.renderscript.Matrix3f);
38913 method @Deprecated public void setColorMatrix(android.renderscript.Matrix3f);
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt45995 Landroid/renderscript/Matrix3f;->mMat:[F
45997 Landroid/renderscript/Matrix4f;->load(Landroid/renderscript/Matrix3f;)V