Home
last modified time | relevance | path

Searched refs:UNSIGNED_16 (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DElement.java137 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 DAllocation.java459 (mType.mElement.mType == Element.DataType.UNSIGNED_16) || in validateIsInt16OrFloat16()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt38281 enum_constant @Deprecated public static final android.renderscript.Element.DataType UNSIGNED_16;