Searched defs:MipmapControl (Results 1 - 2 of 2) sorted by relevance
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
H A D | Allocation.java | 133 public enum MipmapControl { enum in class:Allocation 155 MipmapControl(int id) { method in class:Allocation.MipmapControl 1186 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { 1214 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage); 1227 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT); 1252 int id = rs.nAllocationCreateTyped(t.getID(rs), MipmapControl.MIPMAP_NONE.mID, usage, 0); 1290 MipmapControl mip) { 1295 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL); 1313 MipmapControl mips, 1335 if (mips == MipmapControl [all...] |
/frameworks/base/graphics/java/android/renderscript/ |
H A D | Allocation.java | 161 public enum MipmapControl { enum in class:Allocation 183 MipmapControl(int id) { method in class:Allocation.MipmapControl 1273 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { 1297 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage); 1310 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT); 1331 int id = rs.nAllocationCreateTyped(t.getID(rs), MipmapControl.MIPMAP_NONE.mID, usage, 0); 1369 MipmapControl mip) { 1374 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL); 1392 MipmapControl mips, 1410 if (mips == MipmapControl [all...] |
Completed in 10 milliseconds