Searched defs:UNSIGNED_4_4_4_4 (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DElement.java134 UNSIGNED_4_4_4_4 (15, 2), enum constant in enum:Element.DataType
499 rs.mElement_RGBA_4444 = createPixel(rs, DataType.UNSIGNED_4_4_4_4, DataKind.PIXEL_RGBA);
768 (dt != DataType.UNSIGNED_4_4_4_4) &&
914 dt == DataType.UNSIGNED_4_4_4_4 ||
924 if (dt == DataType.UNSIGNED_4_4_4_4 && dk != DataKind.PIXEL_RGBA) {
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DElement.java150 UNSIGNED_4_4_4_4 (15, 2), enum constant in enum:Element.DataType
466 rs.mElement_RGBA_4444 = createPixel(rs, DataType.UNSIGNED_4_4_4_4, DataKind.PIXEL_RGBA);
729 (dt != DataType.UNSIGNED_4_4_4_4) &&
833 dt == DataType.UNSIGNED_4_4_4_4 ||
843 if (dt == DataType.UNSIGNED_4_4_4_4 && dk != DataKind.PIXEL_RGBA) {

Completed in 48 milliseconds