Home
last modified time | relevance | path

Searched refs:Matrix2f (Results 1 – 9 of 9) sorted by relevance

/frameworks/rs/support/java/src/androidx/renderscript/
DMatrix2f.java27 public class Matrix2f { class
32 public Matrix2f() { in Matrix2f() method in Matrix2f
44 public Matrix2f(float[] dataArray) { in Matrix2f() method in Matrix2f
97 public void load(Matrix2f src) { in load()
136 public void loadMultiply(Matrix2f lhs, Matrix2f rhs) { in loadMultiply()
155 public void multiply(Matrix2f rhs) { in multiply()
156 Matrix2f tmp = new Matrix2f(); in multiply()
167 Matrix2f tmp = new Matrix2f(); in rotate()
179 Matrix2f tmp = new Matrix2f(); in scale()
DFieldPacker.java592 public void addMatrix(Matrix2f v) { in addMatrix()
598 public Matrix2f subMatrix2f() { in subMatrix2f()
599 Matrix2f v = new Matrix2f(); in subMatrix2f()
757 if (obj instanceof Matrix2f) { in addToPack()
758 fp.addMatrix((Matrix2f)obj); in addToPack()
879 if (obj instanceof Matrix2f) { in getPackedSize()
/frameworks/base/rs/java/android/renderscript/
DMatrix2f.java24 public class Matrix2f { class
29 public Matrix2f() { in Matrix2f() method in Matrix2f
41 public Matrix2f(float[] dataArray) { in Matrix2f() method in Matrix2f
94 public void load(Matrix2f src) { in load()
133 public void loadMultiply(Matrix2f lhs, Matrix2f rhs) { in loadMultiply()
152 public void multiply(Matrix2f rhs) { in multiply()
153 Matrix2f tmp = new Matrix2f(); in multiply()
164 Matrix2f tmp = new Matrix2f(); in rotate()
176 Matrix2f tmp = new Matrix2f(); in scale()
DFieldPacker.java591 public void addMatrix(Matrix2f v) { in addMatrix()
597 public Matrix2f subMatrix2f() { in subMatrix2f()
598 Matrix2f v = new Matrix2f(); in subMatrix2f()
756 if (obj instanceof Matrix2f) { in add()
757 addMatrix((Matrix2f)obj); in add()
/frameworks/compile/slang/tests/P_reflection3264_divergent/
DScriptC_reflection3264_divergent.java.expect96 private Matrix2f mExportVar_matVar;
97 public synchronized void set_matVar(Matrix2f v) {
104 public Matrix2f get_matVar() {
113 private Matrix2f[] mExportVar_matArray;
114 public synchronized void set_matArray(Matrix2f[] v) {
126 public Matrix2f[] get_matArray() {
422 public void forEach_matFe(Allocation ain, Allocation aout, Matrix2f data) {
426 …public void forEach_matFe(Allocation ain, Allocation aout, Matrix2f data, Script.LaunchOptions sc)…
/frameworks/compile/slang/tests/P_reflection3264_divergent_support/
DScriptC_reflection3264_divergent.java.expect93 private Matrix2f mExportVar_matVar;
94 public synchronized void set_matVar(Matrix2f v) {
101 public Matrix2f get_matVar() {
110 private Matrix2f[] mExportVar_matArray;
111 public synchronized void set_matArray(Matrix2f[] v) {
123 public Matrix2f[] get_matArray() {
419 public void forEach_matFe(Allocation ain, Allocation aout, Matrix2f data) {
423 …public void forEach_matFe(Allocation ain, Allocation aout, Matrix2f data, Script.LaunchOptions sc)…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt26218 method public void addMatrix(android.renderscript.Matrix2f);
26263 method public android.renderscript.Matrix2f subMatrix2f();
26344 public class Matrix2f {
26345 ctor public Matrix2f();
26346 ctor public Matrix2f(float[]);
26349 method public void load(android.renderscript.Matrix2f);
26351 method public void loadMultiply(android.renderscript.Matrix2f, android.renderscript.Matrix2f);
26354 method public void multiply(android.renderscript.Matrix2f);
/frameworks/base/api/
Dcurrent.txt39778 method public void addMatrix(android.renderscript.Matrix2f);
39823 method public android.renderscript.Matrix2f subMatrix2f();
39904 public class Matrix2f {
39905 ctor public Matrix2f();
39906 ctor public Matrix2f(float[]);
39909 method public void load(android.renderscript.Matrix2f);
39911 method public void loadMultiply(android.renderscript.Matrix2f, android.renderscript.Matrix2f);
39914 method public void multiply(android.renderscript.Matrix2f);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt64093 Landroid/renderscript/Matrix2f;->mMat:[F