Home | History | Annotate | Download | only in phasebeam

Lines Matching refs:Mesh

9 import android.renderscript.Mesh;
21 import android.renderscript.Mesh.Primitive;
46 private Mesh mDotMesh;
49 private Mesh mBeamMesh;
68 Mesh.AllocationBuilder smb2 = new Mesh.AllocationBuilder(mRS);
70 smb2.addIndexSetType(Mesh.Primitive.POINT);
74 Mesh.AllocationBuilder smb3 = new Mesh.AllocationBuilder(mRS);
76 smb3.addIndexSetType(Mesh.Primitive.POINT);
136 // The composition and colors of the background mesh were plotted on paper and photoshop
147 Log.e(LOG_TAG, "Unable to load background mesh from csv file.");
152 Log.e(LOG_TAG, "Unable to close background mesh csv file.");
171 Mesh.AllocationBuilder backgroundBuilder = new Mesh.AllocationBuilder(mRS);