Searched refs:MipmapControl (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java135 public enum MipmapControl { enum in class:Allocation
158 MipmapControl(int id) { method in class:Allocation.MipmapControl
873 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) {
897 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage);
911 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
933 int id = rs.nAllocationCreateTyped(t.getID(), MipmapControl.MIPMAP_NONE.mID, usage);
972 MipmapControl mip) {
977 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL);
995 MipmapControl mips,
1018 return createFromBitmap(rs, b, MipmapControl
[all...]
/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java224 Allocation.MipmapControl.MIPMAP_NONE,
227 Allocation.MipmapControl.MIPMAP_NONE,
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
H A DFBOSyncRS.java119 Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE,
H A DFBOTestRS.java118 Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE,
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSceneGraphRS.java133 Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE,
H A DSimpleModelRS.java117 Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE,
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
H A DShadersTestRS.java136 Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE,
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselRS.java63 private static final Allocation.MipmapControl MIPMAP =
64 Allocation.MipmapControl.MIPMAP_NONE;
649 private Allocation allocationFromBitmap(Bitmap bitmap, Allocation.MipmapControl mipmap)
657 private Allocation allocationFromPool(int n, Bitmap bitmap, Allocation.MipmapControl mipmap)
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchRS.java34 import android.renderscript.Allocation.MipmapControl;
509 Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE,
516 Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE,

Completed in 131 milliseconds