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

/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java154 public enum MipmapControl { enum in class:Allocation
177 MipmapControl(int id) { method in class:Allocation.MipmapControl
1013 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) {
1037 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage);
1051 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
1073 int id = rs.nAllocationCreateTyped(t.getID(rs), MipmapControl.MIPMAP_NONE.mID, usage, 0);
1112 MipmapControl mip) {
1117 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL);
1135 MipmapControl mips,
1215 return createFromBitmap(rs, b, MipmapControl
[all...]
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DAllocation.java114 public enum MipmapControl { enum in class:Allocation
137 MipmapControl(int id) { method in class:Allocation.MipmapControl
905 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) {
929 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage);
943 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
965 int id = rs.nAllocationCreateTyped(t.getID(rs), MipmapControl.MIPMAP_NONE.mID, usage, 0);
1004 MipmapControl mip) {
1009 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL);
1027 MipmapControl mips,
1050 return createFromBitmap(rs, b, MipmapControl
[all...]

Completed in 47 milliseconds