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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java134 public enum MipmapControl { enum in class:Allocation
156 MipmapControl(int id) { method in class:Allocation.MipmapControl
1204 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) {
1232 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage);
1245 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
1270 int id = rs.nAllocationCreateTyped(t.getID(rs), MipmapControl.MIPMAP_NONE.mID, usage, 0);
1308 MipmapControl mip) {
1313 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL);
1331 MipmapControl mips,
1353 if (mips == MipmapControl
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java163 public enum MipmapControl { enum in class:Allocation
185 MipmapControl(int id) { method in class:Allocation.MipmapControl
1369 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) {
1395 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage);
1408 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
1430 int id = rs.nAllocationCreateTyped(t.getID(rs), MipmapControl.MIPMAP_NONE.mID, usage, 0);
1469 MipmapControl mip) {
1474 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL);
1492 MipmapControl mips,
1511 if (mips == MipmapControl
[all...]

Completed in 551 milliseconds