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

/frameworks/base/rs/java/android/renderscript/
H A DElement.java131 UNSIGNED_64 (11, 8), enum constant in enum:Element.DataType
377 rs.mElement_U64 = createUser(rs, DataType.UNSIGNED_64);
693 rs.mElement_ULONG_2 = createVector(rs, DataType.UNSIGNED_64, 2);
700 rs.mElement_ULONG_3 = createVector(rs, DataType.UNSIGNED_64, 3);
707 rs.mElement_ULONG_4 = createVector(rs, DataType.UNSIGNED_64, 4);
869 * UNSIGNED_32, UNSIGNED_64, BOOLEAN) are supported.
894 case UNSIGNED_64:
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElement.java142 UNSIGNED_64 (11, 8), enum constant in enum:Element.DataType
374 rs.mElement_U64 = createUser(rs, DataType.UNSIGNED_64);
648 rs.mElement_ULONG_2 = createVector(rs, DataType.UNSIGNED_64, 2);
655 rs.mElement_ULONG_3 = createVector(rs, DataType.UNSIGNED_64, 3);
662 rs.mElement_ULONG_4 = createVector(rs, DataType.UNSIGNED_64, 4);
773 * UNSIGNED_32, UNSIGNED_64, BOOLEAN) are supported.
802 case UNSIGNED_64:

Completed in 267 milliseconds