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

/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java154 public enum MipmapControl { enum in class:Allocation
177 MipmapControl(int id) { method in class:Allocation.MipmapControl
1013 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) {
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);
1112 MipmapControl mip) {
1117 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL);
1135 MipmapControl mips,
1215 return createFromBitmap(rs, b, MipmapControl
[all...]
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DTestAppLoadingScreen.java31 import android.renderscript.Allocation.MipmapControl;
71 MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE,
H A DFullscreenBlur.java29 import android.renderscript.Allocation.MipmapControl;
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DFillTest.java134 Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE,
140 Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE,
H A DMeshTest.java26 import android.renderscript.Allocation.MipmapControl;
137 Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE,
H A DUiTest.java26 import android.renderscript.Allocation.MipmapControl;
130 Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE,
137 Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE,
H A DTorusTest.java26 import android.renderscript.Allocation.MipmapControl;
233 Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE,
H A DRsBenchRS.java32 import android.renderscript.Allocation.MipmapControl;
/frameworks/base/tests/RenderScriptTests/SampleTest/src/com/android/rs/sample/
H A DSampleRSActivity.java99 Allocation.MipmapControl.MIPMAP_NONE,
103 Allocation.MipmapControl.MIPMAP_NONE,
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DSceneManager.java43 import android.renderscript.Allocation.MipmapControl;
99 Allocation.MipmapControl mip = Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE;
169 MipmapControl mip = MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE;
H A DColladaScene.java35 import android.renderscript.Allocation.MipmapControl;
/frameworks/base/tests/RenderScriptTests/Balls/src/com/example/android/rs/balls/
H A DBallsRS.java73 id, Allocation.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/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/MiscSamples/src/com/example/android/rs/miscsamples/
H A DRsRenderStatesRS.java300 Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE,
307 Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE,

Completed in 125 milliseconds