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

/frameworks/base/graphics/java/android/renderscript/
H A DElement.java86 UNSIGNED_16 (9, 2), enum constant in enum:Element.DataType
274 rs.mElement_U16 = createUser(rs, DataType.UNSIGNED_16);
527 rs.mElement_USHORT_2 = createVector(rs, DataType.UNSIGNED_16, 2);
534 rs.mElement_USHORT_3 = createVector(rs, DataType.UNSIGNED_16, 3);
541 rs.mElement_USHORT_4 = createVector(rs, DataType.UNSIGNED_16, 4);
808 dt == DataType.UNSIGNED_16 ||
823 if (dt == DataType.UNSIGNED_16 &&

Completed in 33 milliseconds