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

/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java66 MipmapControl mMipmapControl;
231 public enum MipmapControl { enum in class:Allocation
253 MipmapControl(int id) { method in class:Allocation.MipmapControl
295 public MipmapControl getMipmap() {
424 Allocation(long id, RenderScript rs, Type t, boolean owningType, int usage, MipmapControl mips) {
2664 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) {
2694 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage);
2707 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
2730 long id = rs.nAllocationCreateTyped(t.getID(rs), MipmapControl.MIPMAP_NONE.mID, usage, 0);
2734 return new Allocation(id, rs, t, true, usage, 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
2557 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) {
2586 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage);
2599 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
2620 long id = rs.nAllocationCreateTyped(t.getID(rs), MipmapControl.MIPMAP_NONE.mID, usage, 0);
2658 MipmapControl mip) {
2663 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL);
2681 MipmapControl mips,
2699 if (mips == MipmapControl
[all...]

Completed in 52 milliseconds