Home
last modified time | relevance | path

Searched refs:MipmapControl (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DErrorCalculator.java78 Allocation.MipmapControl.MIPMAP_NONE, Allocation.USAGE_SCRIPT); in calcErrorRS()
80 Allocation.MipmapControl.MIPMAP_NONE, Allocation.USAGE_SCRIPT); in calcErrorRS()
119 Allocation.MipmapControl.MIPMAP_NONE, Allocation.USAGE_SCRIPT); in calcErrorHeatmapRS()
121 Allocation.MipmapControl.MIPMAP_NONE, Allocation.USAGE_SCRIPT); in calcErrorHeatmapRS()
127 Allocation.MipmapControl.MIPMAP_NONE, Allocation.USAGE_SCRIPT); in calcErrorHeatmapRS()
/frameworks/base/rs/java/android/renderscript/
DAllocation.java66 MipmapControl mMipmapControl;
231 public enum MipmapControl { enum in Allocation
253 MipmapControl(int id) { in MipmapControl() method in Allocation.MipmapControl
295 public MipmapControl getMipmap() { in getMipmap()
424 … Allocation(long id, RenderScript rs, Type t, boolean owningType, int usage, MipmapControl mips) { in Allocation()
2664 … static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { in createTyped()
2694 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage); in createTyped()
2707 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT); in createTyped()
2730 … long id = rs.nAllocationCreateTyped(t.getID(rs), MipmapControl.MIPMAP_NONE.mID, usage, 0); in createSized()
2734 return new Allocation(id, rs, t, true, usage, MipmapControl.MIPMAP_NONE); in createSized()
[all …]
/frameworks/rs/support/java/src/androidx/renderscript/
DAllocation.java200 public enum MipmapControl { enum in Allocation
222 MipmapControl(int id) { in MipmapControl() method in Allocation.MipmapControl
2557 … static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { in createTyped()
2586 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage); in createTyped()
2599 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT); in createTyped()
2620 long id = rs.nAllocationCreateTyped(t.getID(rs), MipmapControl.MIPMAP_NONE.mID, usage, 0); in createSized()
2658 MipmapControl mip) { in typeFromBitmap()
2663 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL); in typeFromBitmap()
2681 MipmapControl mips, in createFromBitmap()
2699 if (mips == MipmapControl.MIPMAP_NONE && in createFromBitmap()
[all …]
DScriptGroup.java545 Allocation.MipmapControl.MIPMAP_NONE, in execute()
/frameworks/rs/tests/java_api/SampleTest/src/com/android/rs/sample/
DSampleRSActivity.java103 Allocation.MipmapControl.MIPMAP_NONE, in onCreate()
107 Allocation.MipmapControl.MIPMAP_NONE, in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DMediaArtworkProcessor.kt73 Allocation.MipmapControl.MIPMAP_NONE, Allocation.USAGE_GRAPHICS_TEXTURE) in processArtwork()
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
DBallsRS.java81 Allocation.MipmapControl.MIPMAP_NONE, in loadTexture()
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DImageProcessingActivityJB.java229 Allocation.MipmapControl.MIPMAP_NONE, in Processor()
237 Allocation.MipmapControl.MIPMAP_NONE, in Processor()
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
DImageProcessingActivity2.java268 Allocation.MipmapControl.MIPMAP_NONE, in Processor()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt25942 …rscript.RenderScript, android.graphics.Bitmap, android.renderscript.Allocation.MipmapControl, int);
25944 …roid.graphics.Bitmap, android.graphics.Bitmap, android.renderscript.Allocation.MipmapControl, int);
25946 …rscript.RenderScript, android.graphics.Bitmap, android.renderscript.Allocation.MipmapControl, int);
25948 …derScript, android.content.res.Resources, int, android.renderscript.Allocation.MipmapControl, int);
25953 …cript.RenderScript, android.renderscript.Type, android.renderscript.Allocation.MipmapControl, int);
25980 public static final class Allocation.MipmapControl extends java.lang.Enum {
25981 method public static android.renderscript.Allocation.MipmapControl valueOf(java.lang.String);
25982 method public static final android.renderscript.Allocation.MipmapControl[] values();
25983 enum_constant public static final android.renderscript.Allocation.MipmapControl MIPMAP_FULL;
25984 enum_constant public static final android.renderscript.Allocation.MipmapControl MIPMAP_NONE;
[all …]
/frameworks/base/non-updatable-api/
Dcurrent.txt39799 …rscript.RenderScript, android.graphics.Bitmap, android.renderscript.Allocation.MipmapControl, int);
39801 …roid.graphics.Bitmap, android.graphics.Bitmap, android.renderscript.Allocation.MipmapControl, int);
39803 …rscript.RenderScript, android.graphics.Bitmap, android.renderscript.Allocation.MipmapControl, int);
39805 …derScript, android.content.res.Resources, int, android.renderscript.Allocation.MipmapControl, int);
39810 …cript.RenderScript, android.renderscript.Type, android.renderscript.Allocation.MipmapControl, int);
39842 public enum Allocation.MipmapControl {
39843 enum_constant public static final android.renderscript.Allocation.MipmapControl MIPMAP_FULL;
39844 enum_constant public static final android.renderscript.Allocation.MipmapControl MIPMAP_NONE;
39845 …enum_constant public static final android.renderscript.Allocation.MipmapControl MIPMAP_ON_SYNC_TO_…
/frameworks/base/api/
Dcurrent.txt39943 …rscript.RenderScript, android.graphics.Bitmap, android.renderscript.Allocation.MipmapControl, int);
39945 …roid.graphics.Bitmap, android.graphics.Bitmap, android.renderscript.Allocation.MipmapControl, int);
39947 …rscript.RenderScript, android.graphics.Bitmap, android.renderscript.Allocation.MipmapControl, int);
39949 …derScript, android.content.res.Resources, int, android.renderscript.Allocation.MipmapControl, int);
39954 …cript.RenderScript, android.renderscript.Type, android.renderscript.Allocation.MipmapControl, int);
39986 public enum Allocation.MipmapControl {
39987 enum_constant public static final android.renderscript.Allocation.MipmapControl MIPMAP_FULL;
39988 enum_constant public static final android.renderscript.Allocation.MipmapControl MIPMAP_NONE;
39989 …enum_constant public static final android.renderscript.Allocation.MipmapControl MIPMAP_ON_SYNC_TO_…
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt59283 Landroid/renderscript/Allocation$MipmapControl;->mID:I
59285 …rscript/RenderScript;Landroid/renderscript/Type;ZILandroid/renderscript/Allocation$MipmapControl;)V
59299 Landroid/renderscript/Allocation;->getMipmap()Landroid/renderscript/Allocation$MipmapControl;
59314 Landroid/renderscript/Allocation;->mMipmapControl:Landroid/renderscript/Allocation$MipmapControl;
59332 …enderScript;Landroid/graphics/Bitmap;Landroid/renderscript/Allocation$MipmapControl;)Landroid/rend…