Searched refs:UNSIGNED_16 (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DElement.java130 UNSIGNED_16 (9, 2), enum constant in enum:Element.DataType
364 rs.mElement_U16 = createUser(rs, DataType.UNSIGNED_16);
815 rs.mElement_USHORT_2 = createVector(rs, DataType.UNSIGNED_16, 2);
826 rs.mElement_USHORT_3 = createVector(rs, DataType.UNSIGNED_16, 3);
837 rs.mElement_USHORT_4 = createVector(rs, DataType.UNSIGNED_16, 4);
1160 * SIGNED_8, SIGNED_16, SIGNED_32, SIGNED_64, UNSIGNED_8, UNSIGNED_16,
1185 case UNSIGNED_16:
1225 dt == DataType.UNSIGNED_16 ||
1240 if (dt == DataType.UNSIGNED_16 &&
H A DAllocation.java455 (mType.mElement.mType == Element.DataType.UNSIGNED_16) ||
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DElement.java140 UNSIGNED_16 (9, 2), enum constant in enum:Element.DataType
354 rs.mElement_U16 = createUser(rs, DataType.UNSIGNED_16);
572 rs.mElement_USHORT_2 = createVector(rs, DataType.UNSIGNED_16, 2);
579 rs.mElement_USHORT_3 = createVector(rs, DataType.UNSIGNED_16, 3);
586 rs.mElement_USHORT_4 = createVector(rs, DataType.UNSIGNED_16, 4);
783 * SIGNED_8, SIGNED_16, SIGNED_32, SIGNED_64, UNSIGNED_8, UNSIGNED_16,
807 case UNSIGNED_16:
847 dt == DataType.UNSIGNED_16 ||
862 if (dt == DataType.UNSIGNED_16 &&
H A DAllocation.java419 (mType.mElement.mType == Element.DataType.UNSIGNED_16)) {
/frameworks/rs/cpp/
H A DElement.cpp84 CREATE_USER(U16, UNSIGNED_16);
137 CREATE_VECTOR(U16, UNSIGNED_16);

Completed in 24 milliseconds