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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElementThunker.java75 case SIGNED_16:
76 return android.renderscript.Element.DataType.SIGNED_16;
191 case SIGNED_16:
H A DElement.java136 SIGNED_16 (5, 2), enum constant in enum:Element.DataType
353 rs.mElement_I16 = createUser(rs, DataType.SIGNED_16);
585 rs.mElement_SHORT_2 = createVector(rs, DataType.SIGNED_16, 2);
592 rs.mElement_SHORT_3 = createVector(rs, DataType.SIGNED_16, 3);
599 rs.mElement_SHORT_4 = createVector(rs, DataType.SIGNED_16, 4);
772 * SIGNED_8, SIGNED_16, SIGNED_32, SIGNED_64, UNSIGNED_8, UNSIGNED_16,
796 case SIGNED_16:
H A DAllocation.java276 if ((mType.mElement.mType == Element.DataType.SIGNED_16) ||
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java111 return Element.DataType.SIGNED_16;
369 if ((mType.mElement.mType == Element.DataType.SIGNED_16) ||
635 copyFromUnchecked(d, Element.DataType.SIGNED_16, d.length);
697 copyFromUnchecked(d, Element.DataType.SIGNED_16, d.length);
896 copy1DRangeFromUnchecked(off, count, (Object)d, Element.DataType.SIGNED_16, d.length);
964 copy1DRangeFromUnchecked(off, count, d, Element.DataType.SIGNED_16, d.length);
1086 Element.DataType.SIGNED_16, data.length);
1304 copyTo(d, Element.DataType.SIGNED_16, d.length);
H A DElement.java125 SIGNED_16 (5, 2), enum constant in enum:Element.DataType
356 rs.mElement_I16 = createUser(rs, DataType.SIGNED_16);
630 rs.mElement_SHORT_2 = createVector(rs, DataType.SIGNED_16, 2);
637 rs.mElement_SHORT_3 = createVector(rs, DataType.SIGNED_16, 3);
644 rs.mElement_SHORT_4 = createVector(rs, DataType.SIGNED_16, 4);
868 * SIGNED_8, SIGNED_16, SIGNED_32, SIGNED_64, UNSIGNED_8, UNSIGNED_16,
888 case SIGNED_16:
/frameworks/rs/cpp/
H A DElement.cpp86 CREATE_USER(I16, SIGNED_16);
138 CREATE_VECTOR(I16, SIGNED_16);

Completed in 46 milliseconds