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

/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java159 MIPMAP_NONE(0), enum constant in enum:Allocation.MipmapControl
169 * The type of the allocation will be the same as MIPMAP_NONE.
1037 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage);
1051 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
1073 int id = rs.nAllocationCreateTyped(t.getID(rs), MipmapControl.MIPMAP_NONE.mID, usage, 0);
1215 return createFromBitmap(rs, b, MipmapControl.MIPMAP_NONE,
1282 return createCubemapFromBitmap(rs, b, MipmapControl.MIPMAP_NONE,
1378 zpos, zneg, MipmapControl.MIPMAP_NONE,
1425 MipmapControl.MIPMAP_NONE,
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DAllocation.java119 MIPMAP_NONE(0), enum constant in enum:Allocation.MipmapControl
129 * The type of the allocation will be the same as MIPMAP_NONE.
929 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage);
943 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
965 int id = rs.nAllocationCreateTyped(t.getID(rs), MipmapControl.MIPMAP_NONE.mID, usage, 0);
1050 return createFromBitmap(rs, b, MipmapControl.MIPMAP_NONE,
1117 return createCubemapFromBitmap(rs, b, MipmapControl.MIPMAP_NONE,
1213 zpos, zneg, MipmapControl.MIPMAP_NONE,

Completed in 47 milliseconds