Home | History | Annotate | Download | only in galaxy4

Lines Matching full:matrix4f

7 import android.renderscript.Matrix4f;
126 private Matrix4f getProjectionNormalized(int w, int h) {
127 Matrix4f m1 = new Matrix4f();
128 Matrix4f m2 = new Matrix4f();
150 Matrix4f proj = new Matrix4f();
152 Matrix4f projNorm = getProjectionNormalized(mWidth, mHeight);
163 Matrix4f proj = new Matrix4f();