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

/frameworks/base/graphics/java/android/renderscript/
H A DElement.java138 UNSIGNED_5_6_5 (13, 2), enum constant in enum:Element.DataType
485 rs.mElement_RGB_565 = createPixel(rs, DataType.UNSIGNED_5_6_5, DataKind.PIXEL_RGB);
781 if ((dt != DataType.UNSIGNED_5_6_5) &&
928 dt == DataType.UNSIGNED_5_6_5 ||
933 if (dt == DataType.UNSIGNED_5_6_5 && dk != DataKind.PIXEL_RGB) {
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElement.java146 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) &&
846 dt == DataType.UNSIGNED_5_6_5 ||
851 if (dt == DataType.UNSIGNED_5_6_5 && dk != DataKind.PIXEL_RGB) {

Completed in 418 milliseconds