Searched refs:UNSIGNED_64 (Results 1 – 16 of 16) sorted by relevance
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
D | Element.java | 142 UNSIGNED_64 (11, 8), enumConstant 382 rs.mElement_U64 = createUser(rs, DataType.UNSIGNED_64); in U64() 656 rs.mElement_ULONG_2 = createVector(rs, DataType.UNSIGNED_64, 2); in U64_2() 663 rs.mElement_ULONG_3 = createVector(rs, DataType.UNSIGNED_64, 3); in U64_3() 670 rs.mElement_ULONG_4 = createVector(rs, DataType.UNSIGNED_64, 4); in U64_4() 809 case UNSIGNED_64: in createVector()
|
D | Allocation.java | 401 (mType.mElement.mType == Element.DataType.UNSIGNED_64)) { in validateIsInt64()
|
/frameworks/base/rs/java/android/renderscript/ |
D | Element.java | 132 UNSIGNED_64 (11, 8), enumConstant 408 rs.mElement_U64 = createUser(rs, DataType.UNSIGNED_64); in U64() 947 rs.mElement_ULONG_2 = createVector(rs, DataType.UNSIGNED_64, 2); in U64_2() 958 rs.mElement_ULONG_3 = createVector(rs, DataType.UNSIGNED_64, 3); in U64_3() 969 rs.mElement_ULONG_4 = createVector(rs, DataType.UNSIGNED_64, 4); in U64_4() 1187 case UNSIGNED_64: in createVector()
|
D | Allocation.java | 437 (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/support/api/ |
D | 23.0.0.txt | 10178 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_64;
|
D | 23.1.1.txt | 10566 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_64;
|
D | 23.2.1.txt | 11097 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_64;
|
D | 23.2.0.txt | 11095 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_64;
|
D | 23.4.0.txt | 11113 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_64;
|
D | 23.1.0.txt | 10597 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_64;
|
D | 24.0.0.txt | 11913 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_64;
|
D | 24.1.0.txt | 11923 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_64;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 26184 enum_constant public static final android.renderscript.Element.DataType UNSIGNED_64;
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 38323 Landroid/renderscript/Element$DataType;->UNSIGNED_64:Landroid/renderscript/Element$DataType;
|
/frameworks/base/api/ |
D | current.txt | 37617 enum_constant public static final android.renderscript.Element.DataType UNSIGNED_64;
|