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

/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java219 public enum MipmapControl { enum in class:Allocation
241 MipmapControl(int id) { method in class:Allocation.MipmapControl
1878 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) {
1907 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage);
1920 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
1943 long id = rs.nAllocationCreateTyped(t.getID(rs), MipmapControl.MIPMAP_NONE.mID, usage, 0);
1984 MipmapControl mip) {
1989 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL);
2007 MipmapControl mips,
2027 if (mips == MipmapControl
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java200 public enum MipmapControl { enum in class:Allocation
222 MipmapControl(int id) { method in class:Allocation.MipmapControl
1732 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) {
1761 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage);
1774 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
1795 long id = rs.nAllocationCreateTyped(t.getID(rs), MipmapControl.MIPMAP_NONE.mID, usage, 0);
1833 MipmapControl mip) {
1838 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL);
1856 MipmapControl mips,
1874 if (mips == MipmapControl
[all...]

Completed in 97 milliseconds