Home
last modified time | relevance | path

Searched refs:UNSIGNED_8 (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
DElement.java45 UNSIGNED_8 (8, 1), enumConstant
96 rs.mElement_USER_U8 = createUser(rs, DataType.UNSIGNED_8); in USER_U8()
131 rs.mElement_A_8 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_A); in A_8()
145 rs.mElement_RGB_888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGB); in RGB_888()
166 rs.mElement_RGBA_8888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGBA); in RGBA_8888()
208 rs.mElement_COLOR_U8_4 = createAttrib(rs, DataType.UNSIGNED_8, DataKind.COLOR, 4); in ATTRIB_COLOR_U8_4()
288 dt == DataType.UNSIGNED_8 || in createAttrib()
307 ((dt != DataType.FLOAT_32 && dt != DataType.UNSIGNED_8) || in createAttrib()
328 if (dk == DataKind.COLOR && dt == DataType.UNSIGNED_8) { in createAttrib()
343 if (!(dt == DataType.UNSIGNED_8 || in createPixel()
[all …]
/frameworks/base/libs/rs/java/Fountain/src/com/android/fountain/
DFountainRS.java84 …eb.add(Element.createAttrib(mRS, Element.DataType.UNSIGNED_8, Element.DataKind.COLOR, 4), "color"); in initRS()