Searched refs:UNSIGNED_64 (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Element.java | 147 UNSIGNED_64 (11, 8), enumConstant 387 rs.mElement_U64 = createUser(rs, DataType.UNSIGNED_64); in U64() 661 rs.mElement_ULONG_2 = createVector(rs, DataType.UNSIGNED_64, 2); in U64_2() 668 rs.mElement_ULONG_3 = createVector(rs, DataType.UNSIGNED_64, 3); in U64_3() 675 rs.mElement_ULONG_4 = createVector(rs, DataType.UNSIGNED_64, 4); in U64_4() 814 case UNSIGNED_64: in createVector()
|
D | Allocation.java | 406 (mType.mElement.mType == Element.DataType.UNSIGNED_64)) { in validateIsInt64()
|
/frameworks/base/rs/java/android/renderscript/ |
D | Element.java | 139 UNSIGNED_64 (11, 8), enumConstant 415 rs.mElement_U64 = createUser(rs, DataType.UNSIGNED_64); in U64() 954 rs.mElement_ULONG_2 = createVector(rs, DataType.UNSIGNED_64, 2); in U64_2() 965 rs.mElement_ULONG_3 = createVector(rs, DataType.UNSIGNED_64, 3); in U64_3() 976 rs.mElement_ULONG_4 = createVector(rs, DataType.UNSIGNED_64, 4); in U64_4() 1195 case UNSIGNED_64: in createVector()
|
D | Allocation.java | 441 (mType.mElement.mType == Element.DataType.UNSIGNED_64)) { in validateIsInt64()
|
/frameworks/rs/cpp/ |
D | Element.cpp | 88 CREATE_USER(U64, UNSIGNED_64); 141 CREATE_VECTOR(U64, UNSIGNED_64);
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 26184 enum_constant public static final android.renderscript.Element.DataType UNSIGNED_64;
|
/frameworks/base/core/api/ |
D | current.txt | 38498 enum_constant @Deprecated public static final android.renderscript.Element.DataType UNSIGNED_64;
|