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

/frameworks/base/graphics/java/android/renderscript/
H A DElement.java128 UNSIGNED_64 (11, 8), enum constant in enum:Element.DataType
365 rs.mElement_U64 = createUser(rs, DataType.UNSIGNED_64);
681 rs.mElement_ULONG_2 = createVector(rs, DataType.UNSIGNED_64, 2);
688 rs.mElement_ULONG_3 = createVector(rs, DataType.UNSIGNED_64, 3);
695 rs.mElement_ULONG_4 = createVector(rs, DataType.UNSIGNED_64, 4);
850 * UNSIGNED_32, UNSIGNED_64, BOOLEAN) are supported.
875 case UNSIGNED_64:
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DElement.java144 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);
770 * UNSIGNED_32, UNSIGNED_64, BOOLEAN) are supported.
795 case UNSIGNED_64:

Completed in 8 milliseconds