Searched refs:UNSIGNED_64 (Results 1 - 5 of 5) 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);
1161 * UNSIGNED_32, UNSIGNED_64, BOOLEAN) are supported.
1187 case UNSIGNED_64:
H A DAllocation.java437 (mType.mElement.mType == Element.DataType.UNSIGNED_64)) {
/frameworks/rs/support/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:
H A DAllocation.java401 (mType.mElement.mType == Element.DataType.UNSIGNED_64)) {
/frameworks/rs/cpp/
H A DElement.cpp88 CREATE_USER(U64, UNSIGNED_64);
141 CREATE_VECTOR(U64, UNSIGNED_64);

Completed in 723 milliseconds