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

/frameworks/base/rs/java/android/renderscript/
H A DElement.java136 UNSIGNED_5_6_5 (13, 2), enum constant in enum:Element.DataType
595 rs.mElement_RGB_565 = createPixel(rs, DataType.UNSIGNED_5_6_5, DataKind.PIXEL_RGB);
1078 if ((dt != DataType.UNSIGNED_5_6_5) &&
1226 dt == DataType.UNSIGNED_5_6_5 ||
1231 if (dt == DataType.UNSIGNED_5_6_5 && dk != DataKind.PIXEL_RGB) {
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DElement.java146 UNSIGNED_5_6_5 (13, 2), enum constant in enum:Element.DataType
453 rs.mElement_RGB_565 = createPixel(rs, DataType.UNSIGNED_5_6_5, DataKind.PIXEL_RGB);
736 if ((dt != DataType.UNSIGNED_5_6_5) &&
848 dt == DataType.UNSIGNED_5_6_5 ||
853 if (dt == DataType.UNSIGNED_5_6_5 && dk != DataKind.PIXEL_RGB) {

Completed in 76 milliseconds