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.java140 UNSIGNED_16 (9, 2), enumConstant
354 rs.mElement_U16 = createUser(rs, DataType.UNSIGNED_16); in U16()
572 rs.mElement_USHORT_2 = createVector(rs, DataType.UNSIGNED_16, 2); in U16_2()
579 rs.mElement_USHORT_3 = createVector(rs, DataType.UNSIGNED_16, 3); in U16_3()
586 rs.mElement_USHORT_4 = createVector(rs, DataType.UNSIGNED_16, 4); in U16_4()
807 case UNSIGNED_16: in createVector()
847 dt == DataType.UNSIGNED_16 || in createPixel()
862 if (dt == DataType.UNSIGNED_16 && in createPixel()
DAllocation.java419 (mType.mElement.mType == Element.DataType.UNSIGNED_16)) { in validateIsInt16()
/frameworks/base/rs/java/android/renderscript/
DElement.java132 UNSIGNED_16 (9, 2), enumConstant
366 rs.mElement_U16 = createUser(rs, DataType.UNSIGNED_16); in U16()
817 rs.mElement_USHORT_2 = createVector(rs, DataType.UNSIGNED_16, 2); in U16_2()
828 rs.mElement_USHORT_3 = createVector(rs, DataType.UNSIGNED_16, 3); in U16_3()
839 rs.mElement_USHORT_4 = createVector(rs, DataType.UNSIGNED_16, 4); in U16_4()
1188 case UNSIGNED_16: in createVector()
1228 dt == DataType.UNSIGNED_16 || in createPixel()
1243 if (dt == DataType.UNSIGNED_16 && in createPixel()
DAllocation.java455 (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-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt26179 enum_constant public static final android.renderscript.Element.DataType UNSIGNED_16;
/frameworks/base/api/
Dcurrent.txt41619 enum_constant public static final android.renderscript.Element.DataType UNSIGNED_16;