Home | History | Annotate | Download | only in renderscript

Lines Matching refs:Matrix3f

24 public class Matrix3f {
29 public Matrix3f() {
41 public Matrix3f(float[] dataArray) {
100 public void load(Matrix3f src) {
207 public void loadMultiply(Matrix3f lhs, Matrix3f rhs) {
229 public void multiply(Matrix3f rhs) {
230 Matrix3f tmp = new Matrix3f();
245 Matrix3f tmp = new Matrix3f();
257 Matrix3f tmp = new Matrix3f();
270 Matrix3f tmp = new Matrix3f();
284 Matrix3f tmp = new Matrix3f();
297 Matrix3f tmp = new Matrix3f();