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

/frameworks/base/graphics/java/android/renderscript/
H A DElement.java134 UNSIGNED_64 (11, 8), enum constant in enum:Element.DataType
372 rs.mElement_U64 = createUser(rs, DataType.UNSIGNED_64);
688 rs.mElement_ULONG_2 = createVector(rs, DataType.UNSIGNED_64, 2);
695 rs.mElement_ULONG_3 = createVector(rs, DataType.UNSIGNED_64, 3);
702 rs.mElement_ULONG_4 = createVector(rs, DataType.UNSIGNED_64, 4);
864 * UNSIGNED_32, UNSIGNED_64, BOOLEAN) are supported.
889 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 85 milliseconds