Home
last modified time | relevance | path

Searched refs:UNSIGNED_32 (Results 1 – 8 of 8) sorted by relevance

/frameworks/rs/support/java/src/androidx/renderscript/
DElement.java146 UNSIGNED_32 (10, 4), enumConstant
373 rs.mElement_U32 = createUser(rs, DataType.UNSIGNED_32); in U32()
619 rs.mElement_UINT_2 = createVector(rs, DataType.UNSIGNED_32, 2); in U32_2()
626 rs.mElement_UINT_3 = createVector(rs, DataType.UNSIGNED_32, 3); in U32_3()
633 rs.mElement_UINT_4 = createVector(rs, DataType.UNSIGNED_32, 4); in U32_4()
813 case UNSIGNED_32: in createVector()
DAllocation.java415 (mType.mElement.mType == Element.DataType.UNSIGNED_32)) { in validateIsInt32()
/frameworks/base/rs/java/android/renderscript/
DElement.java138 UNSIGNED_32 (10, 4), enumConstant
393 rs.mElement_U32 = createUser(rs, DataType.UNSIGNED_32); in U32()
888 rs.mElement_UINT_2 = createVector(rs, DataType.UNSIGNED_32, 2); in U32_2()
899 rs.mElement_UINT_3 = createVector(rs, DataType.UNSIGNED_32, 3); in U32_3()
910 rs.mElement_UINT_4 = createVector(rs, DataType.UNSIGNED_32, 4); in U32_4()
1194 case UNSIGNED_32: in createVector()
DAllocation.java450 (mType.mElement.mType == Element.DataType.UNSIGNED_32)) { in validateIsInt32()
/frameworks/rs/cpp/
DElement.cpp86 CREATE_USER(U32, UNSIGNED_32);
139 CREATE_VECTOR(U32, UNSIGNED_32);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt26180 enum_constant public static final android.renderscript.Element.DataType UNSIGNED_32;
/frameworks/base/core/api/
Dcurrent.txt38494 enum_constant @Deprecated public static final android.renderscript.Element.DataType UNSIGNED_32;