Searched refs:MIPMAP_NONE (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java135 MIPMAP_NONE(0), enum constant in enum:Allocation.MipmapControl
145 * The type of the allocation will be the same as MIPMAP_NONE.
892 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage);
906 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
928 int id = rs.nAllocationCreateTyped(t.getID(), MipmapControl.MIPMAP_NONE.mID, usage);
1013 return createFromBitmap(rs, b, MipmapControl.MIPMAP_NONE,
1080 return createCubemapFromBitmap(rs, b, MipmapControl.MIPMAP_NONE,
1176 zpos, zneg, MipmapControl.MIPMAP_NONE,
1223 MipmapControl.MIPMAP_NONE,
/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java224 Allocation.MipmapControl.MIPMAP_NONE,
227 Allocation.MipmapControl.MIPMAP_NONE,
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselRS.java64 Allocation.MipmapControl.MIPMAP_NONE;

Completed in 174 milliseconds