D | Allocation.java | 66 MipmapControl mMipmapControl; 231 public enum MipmapControl { enum in Allocation 253 MipmapControl(int id) { in MipmapControl() method in Allocation.MipmapControl 295 public MipmapControl getMipmap() { in getMipmap() 424 … Allocation(long id, RenderScript rs, Type t, boolean owningType, int usage, MipmapControl mips) { in Allocation() 2664 … static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { in createTyped() 2694 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage); in createTyped() 2707 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT); in createTyped() 2730 … long id = rs.nAllocationCreateTyped(t.getID(rs), MipmapControl.MIPMAP_NONE.mID, usage, 0); in createSized() 2734 return new Allocation(id, rs, t, true, usage, MipmapControl.MIPMAP_NONE); in createSized() [all …]
|