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

/frameworks/base/rs/java/android/renderscript/
H A DElement.java132 UNSIGNED_64 (11, 8), enum constant in enum:Element.DataType
408 rs.mElement_U64 = createUser(rs, DataType.UNSIGNED_64);
947 rs.mElement_ULONG_2 = createVector(rs, DataType.UNSIGNED_64, 2);
958 rs.mElement_ULONG_3 = createVector(rs, DataType.UNSIGNED_64, 3);
969 rs.mElement_ULONG_4 = createVector(rs, DataType.UNSIGNED_64, 4);
1163 * UNSIGNED_32, UNSIGNED_64, BOOLEAN) are supported.
1189 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
382 rs.mElement_U64 = createUser(rs, DataType.UNSIGNED_64);
656 rs.mElement_ULONG_2 = createVector(rs, DataType.UNSIGNED_64, 2);
663 rs.mElement_ULONG_3 = createVector(rs, DataType.UNSIGNED_64, 3);
670 rs.mElement_ULONG_4 = createVector(rs, DataType.UNSIGNED_64, 4);
784 * UNSIGNED_32, UNSIGNED_64, BOOLEAN) are supported.
809 case UNSIGNED_64:

Completed in 460 milliseconds