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

/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java236 MIPMAP_NONE(0), enum constant in enum:Allocation.MipmapControl
246 * The Type of the Allocation will be the same as MIPMAP_NONE. It will
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.MIPMAP_NONE);
2814 if (mips == MipmapControl.MIPMAP_NONE &&
3063 return createFromBitmap(rs, b, MipmapControl.MIPMAP_NONE,
3066 return createFromBitmap(rs, b, MipmapControl.MIPMAP_NONE,
3134 return createCubemapFromBitmap(rs, b, MipmapControl.MIPMAP_NONE,
[all...]
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DAllocation.java205 MIPMAP_NONE(0), enum constant in enum:Allocation.MipmapControl
215 * The Type of the Allocation will be the same as MIPMAP_NONE. It will
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);
2699 if (mips == MipmapControl.MIPMAP_NONE &&
2749 return createFromBitmap(rs, b, MipmapControl.MIPMAP_NONE,
2817 return createCubemapFromBitmap(rs, b, MipmapControl.MIPMAP_NONE,
2916 zpos, zneg, MipmapControl.MIPMAP_NONE,
2969 MipmapControl.MIPMAP_NONE,
[all...]

Completed in 162 milliseconds