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

/frameworks/base/graphics/java/android/renderscript/
H A DElement.java92 UNSIGNED_16 (9, 2), enum constant in enum:Element.DataType
280 rs.mElement_U16 = createUser(rs, DataType.UNSIGNED_16);
533 rs.mElement_USHORT_2 = createVector(rs, DataType.UNSIGNED_16, 2);
540 rs.mElement_USHORT_3 = createVector(rs, DataType.UNSIGNED_16, 3);
547 rs.mElement_USHORT_4 = createVector(rs, DataType.UNSIGNED_16, 4);
814 dt == DataType.UNSIGNED_16 ||
829 if (dt == DataType.UNSIGNED_16 &&

Completed in 35 milliseconds