Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A 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()
H A DAllocation.java415 (mType.mElement.mType == Element.DataType.UNSIGNED_32)) { in validateIsInt32()
/aosp12/frameworks/base/rs/java/android/renderscript/
H A 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()
H A DAllocation.java450 (mType.mElement.mType == Element.DataType.UNSIGNED_32)) { in validateIsInt32()
/aosp12/frameworks/rs/cpp/
H A DElement.cpp86 CREATE_USER(U32, UNSIGNED_32);
139 CREATE_VECTOR(U32, UNSIGNED_32);
/aosp12/hardware/interfaces/renderscript/1.0/
H A Dtypes.hal106 UNSIGNED_32,
/aosp12/hardware/interfaces/renderscript/1.0/vts/functional/
H A DVtsCopyTests.cpp432 Element element2 = context->elementCreate(DataType::UNSIGNED_32, DataKind::USER, false, 1); in TEST_P()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt36378 enum_constant @Deprecated public static final android.renderscript.Element.DataType UNSIGNED_32;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt26180 enum_constant public static final android.renderscript.Element.DataType UNSIGNED_32;