Lines Matching refs:Allocation
66 public class Allocation extends BaseObj { class
70 Allocation mAdaptedAllocation;
179 Allocation(int id, RenderScript rs, Type t, int usage) { in Allocation() method in Allocation
648 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { in copy1DRangeFrom()
723 Allocation data, int dataXoff, int dataYoff) { in copy2DRangeFrom()
868 … static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { in createTyped()
877 return new Allocation(id, rs, type, usage); in createTyped()
891 static public Allocation createTyped(RenderScript rs, Type type, int usage) { in createTyped()
905 static public Allocation createTyped(RenderScript rs, Type type) { in createTyped()
921 static public Allocation createSized(RenderScript rs, Element e, in createSized()
932 return new Allocation(id, rs, t, usage); in createSized()
945 static public Allocation createSized(RenderScript rs, Element e, int count) { in createSized()
989 static public Allocation createFromBitmap(RenderScript rs, Bitmap b, in createFromBitmap()
999 return new Allocation(id, rs, t, usage); in createFromBitmap()
1012 static public Allocation createFromBitmap(RenderScript rs, Bitmap b) { in createFromBitmap()
1031 static public Allocation createCubemapFromBitmap(RenderScript rs, Bitmap b, in createCubemapFromBitmap()
1062 return new Allocation(id, rs, t, usage); in createCubemapFromBitmap()
1078 static public Allocation createCubemapFromBitmap(RenderScript rs, in createCubemapFromBitmap()
1102 static public Allocation createCubemapFromCubeFaces(RenderScript rs, in createCubemapFromCubeFaces()
1132 Allocation cubemap = Allocation.createTyped(rs, t, mips, usage); in createCubemapFromCubeFaces()
1168 static public Allocation createCubemapFromCubeFaces(RenderScript rs, in createCubemapFromCubeFaces()
1195 static public Allocation createFromBitmapResource(RenderScript rs, in createFromBitmapResource()
1203 Allocation alloc = createFromBitmap(rs, b, mips, usage); in createFromBitmapResource()
1219 static public Allocation createFromBitmapResource(RenderScript rs, in createFromBitmapResource()
1237 static public Allocation createFromString(RenderScript rs, in createFromString()
1244 Allocation alloc = Allocation.createSized(rs, Element.U8(rs), allocArray.length, usage); in createFromString()