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

/frameworks/base/rs/java/android/renderscript/
H A DElement.java184 PIXEL_RGB (10), enum constant in enum:Element.DataKind
595 rs.mElement_RGB_565 = createPixel(rs, DataType.UNSIGNED_5_6_5, DataKind.PIXEL_RGB);
606 rs.mElement_RGB_888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGB);
1218 dk == DataKind.PIXEL_RGB ||
1231 if (dt == DataType.UNSIGNED_5_6_5 && dk != DataKind.PIXEL_RGB) {
1250 case PIXEL_RGB:
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DElement.java188 PIXEL_RGB (10), enum constant in enum:Element.DataKind
453 rs.mElement_RGB_565 = createPixel(rs, DataType.UNSIGNED_5_6_5, DataKind.PIXEL_RGB);
460 rs.mElement_RGB_888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGB);
840 dk == DataKind.PIXEL_RGB ||
853 if (dt == DataType.UNSIGNED_5_6_5 && dk != DataKind.PIXEL_RGB) {
872 case PIXEL_RGB:

Completed in 477 milliseconds