Searched refs:UNSIGNED_32 (Results 1 - 6 of 6) sorted by relevance

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElementThunker.java85 case UNSIGNED_32:
86 return android.renderscript.Element.DataType.UNSIGNED_32;
206 case UNSIGNED_32:
H A DElement.java141 UNSIGNED_32 (10, 4), enum constant in enum:Element.DataType
360 rs.mElement_U32 = createUser(rs, DataType.UNSIGNED_32);
606 rs.mElement_UINT_2 = createVector(rs, DataType.UNSIGNED_32, 2);
613 rs.mElement_UINT_3 = createVector(rs, DataType.UNSIGNED_32, 3);
620 rs.mElement_UINT_4 = createVector(rs, DataType.UNSIGNED_32, 4);
773 * UNSIGNED_32, UNSIGNED_64, BOOLEAN) are supported.
801 case UNSIGNED_32:
H A DAllocation.java268 (mType.mElement.mType == Element.DataType.UNSIGNED_32)) {
/frameworks/base/rs/java/android/renderscript/
H A DElement.java130 UNSIGNED_32 (10, 4), enum constant in enum:Element.DataType
363 rs.mElement_U32 = createUser(rs, DataType.UNSIGNED_32);
651 rs.mElement_UINT_2 = createVector(rs, DataType.UNSIGNED_32, 2);
658 rs.mElement_UINT_3 = createVector(rs, DataType.UNSIGNED_32, 3);
665 rs.mElement_UINT_4 = createVector(rs, DataType.UNSIGNED_32, 4);
869 * UNSIGNED_32, UNSIGNED_64, BOOLEAN) are supported.
893 case UNSIGNED_32:
H A DAllocation.java361 (mType.mElement.mType == Element.DataType.UNSIGNED_32)) {
/frameworks/rs/cpp/
H A DElement.cpp87 CREATE_USER(U32, UNSIGNED_32);
139 CREATE_VECTOR(U32, UNSIGNED_32);

Completed in 63 milliseconds