/frameworks/base/rs/java/android/renderscript/ |
D | Matrix3f.java | 28 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() 233 public void multiply(Matrix3f rhs) { in multiply() 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() [all …]
|
D | FieldPacker.java | 581 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()
|
D | ScriptIntrinsicColorMatrix.java | 109 public void setColorMatrix(Matrix3f m) { in setColorMatrix()
|
D | Matrix4f.java | 124 public void load(Matrix3f src) { in load()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Matrix3f.java | 31 public class Matrix3f { class 36 public Matrix3f() { in Matrix3f() method in Matrix3f 48 public Matrix3f(float[] dataArray) { in Matrix3f() method in Matrix3f 107 public void load(Matrix3f src) { in load() 214 public void loadMultiply(Matrix3f lhs, Matrix3f rhs) { in loadMultiply() 236 public void multiply(Matrix3f rhs) { in multiply() 237 Matrix3f tmp = new Matrix3f(); in multiply() 252 Matrix3f tmp = new Matrix3f(); in rotate() 264 Matrix3f tmp = new Matrix3f(); in rotate() 277 Matrix3f tmp = new Matrix3f(); in scale() [all …]
|
D | FieldPacker.java | 582 public void addMatrix(Matrix3f v) { in addMatrix() 588 public Matrix3f subMatrix3f() { in subMatrix3f() 589 Matrix3f v = new Matrix3f(); in subMatrix3f() 766 if (obj instanceof Matrix3f) { in addToPack() 767 fp.addMatrix((Matrix3f)obj); in addToPack() 887 if (obj instanceof Matrix3f) { in getPackedSize()
|
D | ScriptIntrinsicColorMatrix.java | 96 public void setColorMatrix(Matrix3f m) {
|
D | Matrix4f.java | 125 public void load(Matrix3f src) { in load()
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
D | VrPipline1.java | 19 import android.renderscript.Matrix3f; 84 Matrix3f matrix3f = new Matrix3f(mMatrixBuffer); in setupTriangles()
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | LevelsV4.java | 21 import android.renderscript.Matrix3f; 36 Matrix3f satMatrix = new Matrix3f();
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | LevelsV4.java | 24 import android.renderscript.Matrix3f; 42 Matrix3f satMatrix = new Matrix3f();
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | LevelsV4.java | 36 Matrix3f satMatrix = new Matrix3f();
|
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/ |
D | Filters.java | 25 import android.renderscript.Matrix3f; 167 private Matrix3f mSatMatrix; 178 Matrix3f satMatrix = new Matrix3f(); in setSaturation()
|
/frameworks/rs/tests/java_api/LivePreview/src/com/android/rs/livepreview/ |
D | RsYuv.java | 26 import android.renderscript.Matrix3f;
|
/frameworks/rs/tests/java_api/SampleTest/src/com/android/rs/sample/ |
D | SampleRSActivity.java | 28 import android.renderscript.Matrix3f;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 26217 method public void addMatrix(android.renderscript.Matrix3f); 26264 method public android.renderscript.Matrix3f subMatrix3f(); 26361 public class Matrix3f { 26362 ctor public Matrix3f(); 26363 ctor public Matrix3f(float[]); 26366 method public void load(android.renderscript.Matrix3f); 26368 method public void loadMultiply(android.renderscript.Matrix3f, android.renderscript.Matrix3f); 26374 method public void multiply(android.renderscript.Matrix3f); 26673 method public void setColorMatrix(android.renderscript.Matrix3f);
|
/frameworks/base/core/api/ |
D | current.txt | 38531 method @Deprecated public void addMatrix(android.renderscript.Matrix3f); 38578 method @Deprecated public android.renderscript.Matrix3f subMatrix3f(); 38675 @Deprecated public class Matrix3f { 38676 ctor @Deprecated public Matrix3f(); 38677 ctor @Deprecated public Matrix3f(float[]); 38680 method @Deprecated public void load(android.renderscript.Matrix3f); 38682 …@Deprecated public void loadMultiply(android.renderscript.Matrix3f, android.renderscript.Matrix3f); 38688 method @Deprecated public void multiply(android.renderscript.Matrix3f); 39125 method @Deprecated public void setColorMatrix(android.renderscript.Matrix3f);
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 45352 Landroid/renderscript/Matrix3f;->mMat:[F 45354 Landroid/renderscript/Matrix4f;->load(Landroid/renderscript/Matrix3f;)V
|