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

/frameworks/base/graphics/java/android/renderscript/
H A DElement.java132 UNSIGNED_5_6_5 (13, 2), enum constant in enum:Element.DataType
478 rs.mElement_RGB_565 = createPixel(rs, DataType.UNSIGNED_5_6_5, DataKind.PIXEL_RGB);
767 if ((dt != DataType.UNSIGNED_5_6_5) &&
913 dt == DataType.UNSIGNED_5_6_5 ||
918 if (dt == DataType.UNSIGNED_5_6_5 && dk != DataKind.PIXEL_RGB) {
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DElement.java148 UNSIGNED_5_6_5 (13, 2), enum constant in enum:Element.DataType
445 rs.mElement_RGB_565 = createPixel(rs, DataType.UNSIGNED_5_6_5, DataKind.PIXEL_RGB);
728 if ((dt != DataType.UNSIGNED_5_6_5) &&
832 dt == DataType.UNSIGNED_5_6_5 ||
837 if (dt == DataType.UNSIGNED_5_6_5 && dk != DataKind.PIXEL_RGB) {

Completed in 7 milliseconds