Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DElement.java145 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 DAllocation.java424 (mType.mElement.mType == Element.DataType.UNSIGNED_16)) { in validateIsInt16()
/aosp12/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()
/aosp12/frameworks/rs/cpp/
H A DElement.cpp84 CREATE_USER(U16, UNSIGNED_16);
137 CREATE_VECTOR(U16, UNSIGNED_16);
/aosp12/hardware/interfaces/renderscript/1.0/
H A Dtypes.hal105 UNSIGNED_16,
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt36377 enum_constant @Deprecated public static final android.renderscript.Element.DataType UNSIGNED_16;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt26179 enum_constant public static final android.renderscript.Element.DataType UNSIGNED_16;