Searched refs:UNSIGNED_64 (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElementThunker.java87 case UNSIGNED_64:
88 return android.renderscript.Element.DataType.UNSIGNED_64;
209 case UNSIGNED_64:
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:
/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:
H A DAllocation.java352 (mType.mElement.mType == Element.DataType.UNSIGNED_64)) {
/frameworks/rs/cpp/
H A DElement.cpp89 CREATE_USER(U64, UNSIGNED_64);
141 CREATE_VECTOR(U64, UNSIGNED_64);

Completed in 70 milliseconds