/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
D | ErrorCalculator.java | 78 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/rs/tests/java_api/SampleTest/src/com/android/rs/sample/ |
D | SampleRSActivity.java | 103 Allocation.MipmapControl.MIPMAP_NONE, in onCreate() 107 Allocation.MipmapControl.MIPMAP_NONE, in onCreate()
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 236 MIPMAP_NONE(0), enumConstant 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() 2814 if (mips == MipmapControl.MIPMAP_NONE && in createFromBitmap() 3063 return createFromBitmap(rs, b, MipmapControl.MIPMAP_NONE, in createFromBitmap() 3066 return createFromBitmap(rs, b, MipmapControl.MIPMAP_NONE, in createFromBitmap() 3134 return createCubemapFromBitmap(rs, b, MipmapControl.MIPMAP_NONE, in createCubemapFromBitmap() 3230 zpos, zneg, MipmapControl.MIPMAP_NONE, in createCubemapFromCubeFaces() [all …]
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Allocation.java | 205 MIPMAP_NONE(0), enumConstant 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() 2699 if (mips == MipmapControl.MIPMAP_NONE && in createFromBitmap() 2749 return createFromBitmap(rs, b, MipmapControl.MIPMAP_NONE, in createFromBitmap() 2817 return createCubemapFromBitmap(rs, b, MipmapControl.MIPMAP_NONE, in createCubemapFromBitmap() 2916 zpos, zneg, MipmapControl.MIPMAP_NONE, in createCubemapFromCubeFaces() 2969 MipmapControl.MIPMAP_NONE, in createFromBitmapResource()
|
D | ScriptGroup.java | 545 Allocation.MipmapControl.MIPMAP_NONE, in execute()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | MediaArtworkProcessor.kt | 73 Allocation.MipmapControl.MIPMAP_NONE, Allocation.USAGE_GRAPHICS_TEXTURE) in processArtwork()
|
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/ |
D | BallsRS.java | 81 Allocation.MipmapControl.MIPMAP_NONE, in loadTexture()
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | ImageProcessingActivityJB.java | 229 Allocation.MipmapControl.MIPMAP_NONE, in Processor() 237 Allocation.MipmapControl.MIPMAP_NONE, in Processor()
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | ImageProcessingActivity2.java | 268 Allocation.MipmapControl.MIPMAP_NONE, in Processor()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 25984 enum_constant public static final android.renderscript.Allocation.MipmapControl MIPMAP_NONE;
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 39844 enum_constant public static final android.renderscript.Allocation.MipmapControl MIPMAP_NONE;
|
/frameworks/base/api/ |
D | current.txt | 39988 enum_constant public static final android.renderscript.Allocation.MipmapControl MIPMAP_NONE;
|