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.java67 case SIGNED_16:
68 return android.renderscript.Element.DataType.SIGNED_16;
158 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.java273 if ((mType.mElement.mType == Element.DataType.SIGNED_16) ||
/frameworks/base/graphics/java/android/renderscript/
H A DElement.java128 SIGNED_16 (5, 2), enum constant in enum:Element.DataType
351 rs.mElement_I16 = createUser(rs, DataType.SIGNED_16);
625 rs.mElement_SHORT_2 = createVector(rs, DataType.SIGNED_16, 2);
632 rs.mElement_SHORT_3 = createVector(rs, DataType.SIGNED_16, 3);
639 rs.mElement_SHORT_4 = createVector(rs, DataType.SIGNED_16, 4);
863 * SIGNED_8, SIGNED_16, SIGNED_32, SIGNED_64, UNSIGNED_8, UNSIGNED_16,
883 case SIGNED_16:
H A DAllocation.java303 if ((mType.mElement.mType == Element.DataType.SIGNED_16) ||
/frameworks/rs/cpp/
H A DElement.cpp86 CREATE_USER(I16, SIGNED_16);
137 CREATE_VECTOR(I16, SIGNED_16);

Completed in 425 milliseconds