Searched refs:UNSIGNED_16 (Results 1 – 16 of 16) sorted by relevance
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
D | Element.java | 140 UNSIGNED_16 (9, 2), enumConstant 354 rs.mElement_U16 = createUser(rs, DataType.UNSIGNED_16); in U16() 572 rs.mElement_USHORT_2 = createVector(rs, DataType.UNSIGNED_16, 2); in U16_2() 579 rs.mElement_USHORT_3 = createVector(rs, DataType.UNSIGNED_16, 3); in U16_3() 586 rs.mElement_USHORT_4 = createVector(rs, DataType.UNSIGNED_16, 4); in U16_4() 807 case UNSIGNED_16: in createVector() 847 dt == DataType.UNSIGNED_16 || in createPixel() 862 if (dt == DataType.UNSIGNED_16 && in createPixel()
|
D | Allocation.java | 419 (mType.mElement.mType == Element.DataType.UNSIGNED_16)) { in validateIsInt16()
|
/frameworks/base/rs/java/android/renderscript/ |
D | Element.java | 130 UNSIGNED_16 (9, 2), enumConstant 364 rs.mElement_U16 = createUser(rs, DataType.UNSIGNED_16); in U16() 815 rs.mElement_USHORT_2 = createVector(rs, DataType.UNSIGNED_16, 2); in U16_2() 826 rs.mElement_USHORT_3 = createVector(rs, DataType.UNSIGNED_16, 3); in U16_3() 837 rs.mElement_USHORT_4 = createVector(rs, DataType.UNSIGNED_16, 4); in U16_4() 1185 case UNSIGNED_16: in createVector() 1225 dt == DataType.UNSIGNED_16 || in createPixel() 1240 if (dt == DataType.UNSIGNED_16 && in createPixel()
|
D | Allocation.java | 455 (mType.mElement.mType == Element.DataType.UNSIGNED_16) || in validateIsInt16OrFloat16()
|
/frameworks/rs/cpp/ |
D | Element.cpp | 84 CREATE_USER(U16, UNSIGNED_16); 137 CREATE_VECTOR(U16, UNSIGNED_16);
|
/frameworks/support/api/ |
D | 23.0.0.txt | 10173 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_16;
|
D | 23.1.1.txt | 10561 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_16;
|
D | 23.2.1.txt | 11092 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_16;
|
D | 23.2.0.txt | 11090 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_16;
|
D | 23.4.0.txt | 11108 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_16;
|
D | 23.1.0.txt | 10592 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_16;
|
D | 24.0.0.txt | 11908 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_16;
|
D | 24.1.0.txt | 11918 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_16;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 26179 enum_constant public static final android.renderscript.Element.DataType UNSIGNED_16;
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 38318 Landroid/renderscript/Element$DataType;->UNSIGNED_16:Landroid/renderscript/Element$DataType;
|
/frameworks/base/api/ |
D | current.txt | 37612 enum_constant public static final android.renderscript.Element.DataType UNSIGNED_16;
|