Searched defs:UNSIGNED_16 (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DElement.java132 UNSIGNED_16 (9, 2), enum constant in enum:Element.DataType
344 rs.mElement_U16 = createUser(rs, DataType.UNSIGNED_16);
604 rs.mElement_USHORT_2 = createVector(rs, DataType.UNSIGNED_16, 2);
611 rs.mElement_USHORT_3 = createVector(rs, DataType.UNSIGNED_16, 3);
618 rs.mElement_USHORT_4 = createVector(rs, DataType.UNSIGNED_16, 4);
863 * SIGNED_8, SIGNED_16, SIGNED_32, SIGNED_64, UNSIGNED_8, UNSIGNED_16,
887 case UNSIGNED_16:
927 dt == DataType.UNSIGNED_16 ||
942 if (dt == DataType.UNSIGNED_16 &&
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElement.java140 UNSIGNED_16 (9, 2), enum constant in enum:Element.DataType
346 rs.mElement_U16 = createUser(rs, DataType.UNSIGNED_16);
564 rs.mElement_USHORT_2 = createVector(rs, DataType.UNSIGNED_16, 2);
571 rs.mElement_USHORT_3 = createVector(rs, DataType.UNSIGNED_16, 3);
578 rs.mElement_USHORT_4 = createVector(rs, DataType.UNSIGNED_16, 4);
772 * SIGNED_8, SIGNED_16, SIGNED_32, SIGNED_64, UNSIGNED_8, UNSIGNED_16,
800 case UNSIGNED_16:
845 dt == DataType.UNSIGNED_16 ||
860 if (dt == DataType.UNSIGNED_16 &&

Completed in 158 milliseconds