Searched refs:UNSIGNED_32 (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Element.java | 141 UNSIGNED_32 (10, 4), enumConstant 368 rs.mElement_U32 = createUser(rs, DataType.UNSIGNED_32); in U32() 614 rs.mElement_UINT_2 = createVector(rs, DataType.UNSIGNED_32, 2); in U32_2() 621 rs.mElement_UINT_3 = createVector(rs, DataType.UNSIGNED_32, 3); in U32_3() 628 rs.mElement_UINT_4 = createVector(rs, DataType.UNSIGNED_32, 4); in U32_4() 808 case UNSIGNED_32: in createVector()
|
D | Allocation.java | 410 (mType.mElement.mType == Element.DataType.UNSIGNED_32)) { in validateIsInt32()
|
/frameworks/base/rs/java/android/renderscript/ |
D | Element.java | 133 UNSIGNED_32 (10, 4), enumConstant 388 rs.mElement_U32 = createUser(rs, DataType.UNSIGNED_32); in U32() 883 rs.mElement_UINT_2 = createVector(rs, DataType.UNSIGNED_32, 2); in U32_2() 894 rs.mElement_UINT_3 = createVector(rs, DataType.UNSIGNED_32, 3); in U32_3() 905 rs.mElement_UINT_4 = createVector(rs, DataType.UNSIGNED_32, 4); in U32_4() 1189 case UNSIGNED_32: in createVector()
|
D | Allocation.java | 446 (mType.mElement.mType == Element.DataType.UNSIGNED_32)) { in validateIsInt32()
|
/frameworks/rs/cpp/ |
D | Element.cpp | 86 CREATE_USER(U32, UNSIGNED_32); 139 CREATE_VECTOR(U32, UNSIGNED_32);
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 26180 enum_constant public static final android.renderscript.Element.DataType UNSIGNED_32;
|
/frameworks/base/api/ |
D | current.txt | 41620 enum_constant public static final android.renderscript.Element.DataType UNSIGNED_32;
|