Searched refs:UNSIGNED_16 (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/ |
H A D | Element.java | 145 UNSIGNED_16 (9, 2), enumConstant 359 rs.mElement_U16 = createUser(rs, DataType.UNSIGNED_16); in U16() 577 rs.mElement_USHORT_2 = createVector(rs, DataType.UNSIGNED_16, 2); in U16_2() 584 rs.mElement_USHORT_3 = createVector(rs, DataType.UNSIGNED_16, 3); in U16_3() 591 rs.mElement_USHORT_4 = createVector(rs, DataType.UNSIGNED_16, 4); in U16_4() 812 case UNSIGNED_16: in createVector() 852 dt == DataType.UNSIGNED_16 || in createPixel() 867 if (dt == DataType.UNSIGNED_16 && in createPixel()
|
H A D | Allocation.java | 424 (mType.mElement.mType == Element.DataType.UNSIGNED_16)) { in validateIsInt16()
|
/aosp12/frameworks/base/rs/java/android/renderscript/ |
H A D | Element.java | 137 UNSIGNED_16 (9, 2), enumConstant 371 rs.mElement_U16 = createUser(rs, DataType.UNSIGNED_16); in U16() 822 rs.mElement_USHORT_2 = createVector(rs, DataType.UNSIGNED_16, 2); in U16_2() 833 rs.mElement_USHORT_3 = createVector(rs, DataType.UNSIGNED_16, 3); in U16_3() 844 rs.mElement_USHORT_4 = createVector(rs, DataType.UNSIGNED_16, 4); in U16_4() 1193 case UNSIGNED_16: in createVector() 1233 dt == DataType.UNSIGNED_16 || in createPixel() 1248 if (dt == DataType.UNSIGNED_16 && in createPixel()
|
H A D | Allocation.java | 459 (mType.mElement.mType == Element.DataType.UNSIGNED_16) || in validateIsInt16OrFloat16()
|
/aosp12/frameworks/rs/cpp/ |
H A D | Element.cpp | 84 CREATE_USER(U16, UNSIGNED_16); 137 CREATE_VECTOR(U16, UNSIGNED_16);
|
/aosp12/hardware/interfaces/renderscript/1.0/ |
H A D | types.hal | 105 UNSIGNED_16,
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 36377 enum_constant @Deprecated public static final android.renderscript.Element.DataType UNSIGNED_16;
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 26179 enum_constant public static final android.renderscript.Element.DataType UNSIGNED_16;
|