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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElementThunker.java77 case SIGNED_32:
78 return android.renderscript.Element.DataType.SIGNED_32;
194 case SIGNED_32:
H A DElement.java137 SIGNED_32 (6, 4), enum constant in enum:Element.DataType
367 rs.mElement_I32 = createUser(rs, DataType.SIGNED_32);
627 rs.mElement_INT_2 = createVector(rs, DataType.SIGNED_32, 2);
634 rs.mElement_INT_3 = createVector(rs, DataType.SIGNED_32, 3);
641 rs.mElement_INT_4 = createVector(rs, DataType.SIGNED_32, 4);
772 * SIGNED_8, SIGNED_16, SIGNED_32, SIGNED_64, UNSIGNED_8, UNSIGNED_16,
797 case SIGNED_32:
H A DAllocation.java267 if ((mType.mElement.mType == Element.DataType.SIGNED_32) ||
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java103 return Element.DataType.SIGNED_32;
360 if ((mType.mElement.mType == Element.DataType.SIGNED_32) ||
624 copyFromUnchecked(d, Element.DataType.SIGNED_32, d.length);
685 copyFromUnchecked(d, Element.DataType.SIGNED_32, d.length);
884 copy1DRangeFromUnchecked(off, count, (Object)d, Element.DataType.SIGNED_32, d.length);
950 copy1DRangeFromUnchecked(off, count, d, Element.DataType.SIGNED_32, d.length);
1102 Element.DataType.SIGNED_32, data.length);
1316 copyTo(d, Element.DataType.SIGNED_32, d.length);
H A DElement.java126 SIGNED_32 (6, 4), enum constant in enum:Element.DataType
370 rs.mElement_I32 = createUser(rs, DataType.SIGNED_32);
672 rs.mElement_INT_2 = createVector(rs, DataType.SIGNED_32, 2);
679 rs.mElement_INT_3 = createVector(rs, DataType.SIGNED_32, 3);
686 rs.mElement_INT_4 = createVector(rs, DataType.SIGNED_32, 4);
868 * SIGNED_8, SIGNED_16, SIGNED_32, SIGNED_64, UNSIGNED_8, UNSIGNED_16,
889 case SIGNED_32:
/frameworks/rs/cpp/
H A DElement.cpp88 CREATE_USER(I32, SIGNED_32);
140 CREATE_VECTOR(I32, SIGNED_32);

Completed in 416 milliseconds