Searched defs:MipmapControl (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java135 public enum MipmapControl { enum in class:Allocation
158 MipmapControl(int id) { method in class:Allocation.MipmapControl
873 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) {
897 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage);
911 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
933 int id = rs.nAllocationCreateTyped(t.getID(), MipmapControl.MIPMAP_NONE.mID, usage);
972 MipmapControl mip) {
977 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL);
995 MipmapControl mips,
1018 return createFromBitmap(rs, b, MipmapControl
[all...]

Completed in 41 milliseconds