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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocationThunker.java37 static android.renderscript.Allocation.MipmapControl
38 convertMipmapControl(MipmapControl mc) {
42 return android.renderscript.Allocation.MipmapControl.MIPMAP_NONE;
44 return android.renderscript.Allocation.MipmapControl.MIPMAP_FULL;
46 return android.renderscript.Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE;
224 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) {
236 MipmapControl mips,
249 MipmapControl mips,
266 MipmapControl mips,
280 MipmapControl mip
[all...]
H A DAllocation.java134 public enum MipmapControl { enum in class:Allocation
156 MipmapControl(int id) { method in class:Allocation.MipmapControl
1204 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) {
1232 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage);
1245 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
1270 int id = rs.nAllocationCreateTyped(t.getID(rs), MipmapControl.MIPMAP_NONE.mID, usage, 0);
1308 MipmapControl mip) {
1313 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL);
1331 MipmapControl mips,
1353 if (mips == MipmapControl
[all...]
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DErrorCalculator.java81 Allocation.MipmapControl.MIPMAP_NONE, Allocation.USAGE_SCRIPT);
83 Allocation.MipmapControl.MIPMAP_NONE, Allocation.USAGE_SCRIPT);
122 Allocation.MipmapControl.MIPMAP_NONE, Allocation.USAGE_SCRIPT);
124 Allocation.MipmapControl.MIPMAP_NONE, Allocation.USAGE_SCRIPT);
130 Allocation.MipmapControl.MIPMAP_NONE, Allocation.USAGE_SCRIPT);
/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/graphics/java/android/renderscript/
H A DAllocation.java163 public enum MipmapControl { enum in class:Allocation
185 MipmapControl(int id) { method in class:Allocation.MipmapControl
1369 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) {
1395 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage);
1408 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
1430 int id = rs.nAllocationCreateTyped(t.getID(rs), MipmapControl.MIPMAP_NONE.mID, usage, 0);
1469 MipmapControl mip) {
1474 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL);
1492 MipmapControl mips,
1511 if (mips == MipmapControl
[all...]
/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/rs/java/tests/SampleTest/src/com/android/rs/sample/
H A DSampleRSActivity.java104 Allocation.MipmapControl.MIPMAP_NONE,
108 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/rs/java/tests/Balls/src/com/example/android/rs/balls/
H A DBallsRS.java75 id, 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,
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java489 Allocation.MipmapControl.MIPMAP_NONE,
494 Allocation.MipmapControl.MIPMAP_NONE,

Completed in 1552 milliseconds