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

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DErrorCalculator.java78 Allocation.MipmapControl.MIPMAP_NONE, Allocation.USAGE_SCRIPT);
80 Allocation.MipmapControl.MIPMAP_NONE, Allocation.USAGE_SCRIPT);
119 Allocation.MipmapControl.MIPMAP_NONE, Allocation.USAGE_SCRIPT);
121 Allocation.MipmapControl.MIPMAP_NONE, Allocation.USAGE_SCRIPT);
127 Allocation.MipmapControl.MIPMAP_NONE, Allocation.USAGE_SCRIPT);
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java66 MipmapControl mMipmapControl;
231 public enum MipmapControl { enum in class:Allocation
253 MipmapControl(int id) { method in class:Allocation.MipmapControl
295 public MipmapControl getMipmap() {
424 Allocation(long id, RenderScript rs, Type t, boolean owningType, int usage, MipmapControl mips) {
2664 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) {
2694 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage);
2707 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
2730 long id = rs.nAllocationCreateTyped(t.getID(rs), MipmapControl.MIPMAP_NONE.mID, usage, 0);
2734 return new Allocation(id, rs, t, true, usage, MipmapControl
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java200 public enum MipmapControl { enum in class:Allocation
222 MipmapControl(int id) { method in class:Allocation.MipmapControl
2557 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) {
2586 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage);
2599 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
2620 long id = rs.nAllocationCreateTyped(t.getID(rs), MipmapControl.MIPMAP_NONE.mID, usage, 0);
2658 MipmapControl mip) {
2663 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL);
2681 MipmapControl mips,
2699 if (mips == MipmapControl
[all...]
H A DScriptGroup.java545 Allocation.MipmapControl.MIPMAP_NONE,
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
H A DSampleRSActivity.java103 Allocation.MipmapControl.MIPMAP_NONE,
107 Allocation.MipmapControl.MIPMAP_NONE,
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
H A DBallsRS.java81 Allocation.MipmapControl.MIPMAP_NONE,
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java227 Allocation.MipmapControl.MIPMAP_NONE,
235 Allocation.MipmapControl.MIPMAP_NONE,
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DImageProcessingActivity2.java268 Allocation.MipmapControl.MIPMAP_NONE,

Completed in 353 milliseconds