Home
last modified time | relevance | path

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

/frameworks/rs/support/java/src/androidx/renderscript/
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()
DAllocation.java424 (mType.mElement.mType == Element.DataType.UNSIGNED_16)) { in validateIsInt16()
/frameworks/base/rs/java/android/renderscript/
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()
DAllocation.java459 (mType.mElement.mType == Element.DataType.UNSIGNED_16) || in validateIsInt16OrFloat16()
/frameworks/rs/cpp/
DElement.cpp84 CREATE_USER(U16, UNSIGNED_16);
137 CREATE_VECTOR(U16, UNSIGNED_16);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt26179 enum_constant public static final android.renderscript.Element.DataType UNSIGNED_16;
/frameworks/base/core/api/
Dcurrent.txt38493 enum_constant @Deprecated public static final android.renderscript.Element.DataType UNSIGNED_16;