Home | History | Annotate | Download | only in galaxy4

Lines Matching full:mesh

8 import android.renderscript.Mesh;
37 private Mesh mSpaceCloudsMesh;
38 private Mesh mBgStarsMesh;
39 private Mesh mStaticStarsMesh;
67 Mesh.AllocationBuilder smb = new Mesh.AllocationBuilder(mRS);
69 smb.addIndexSetType(Mesh.Primitive.POINT);
73 Mesh.AllocationBuilder smb2 = new Mesh.AllocationBuilder(mRS);
75 smb2.addIndexSetType(Mesh.Primitive.POINT);
79 Mesh.AllocationBuilder smb3 = new Mesh.AllocationBuilder(mRS);
81 smb3.addIndexSetType(Mesh.Primitive.POINT);