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

/frameworks/base/graphics/java/android/renderscript/
H A DElement.java126 UNSIGNED_16 (9, 2), enum constant in enum:Element.DataType
337 rs.mElement_U16 = createUser(rs, DataType.UNSIGNED_16);
597 rs.mElement_USHORT_2 = createVector(rs, DataType.UNSIGNED_16, 2);
604 rs.mElement_USHORT_3 = createVector(rs, DataType.UNSIGNED_16, 3);
611 rs.mElement_USHORT_4 = createVector(rs, DataType.UNSIGNED_16, 4);
849 * SIGNED_8, SIGNED_16, SIGNED_32, SIGNED_64, UNSIGNED_8, UNSIGNED_16,
873 case UNSIGNED_16:
912 dt == DataType.UNSIGNED_16 ||
927 if (dt == DataType.UNSIGNED_16 &&
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DElement.java142 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);
769 * SIGNED_8, SIGNED_16, SIGNED_32, SIGNED_64, UNSIGNED_8, UNSIGNED_16,
793 case UNSIGNED_16:
831 dt == DataType.UNSIGNED_16 ||

Completed in 45 milliseconds