Searched refs:PIXEL_RGB (Results 1 - 6 of 6) sorted by relevance

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElementThunker.java56 case PIXEL_RGB:
57 return android.renderscript.Element.DataKind.PIXEL_RGB;
H A DElement.java180 PIXEL_RGB (10), enum constant in enum:Element.DataKind
445 rs.mElement_RGB_565 = createPixel(rs, DataType.UNSIGNED_5_6_5, DataKind.PIXEL_RGB);
452 rs.mElement_RGB_888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGB);
838 dk == DataKind.PIXEL_RGB ||
851 if (dt == DataType.UNSIGNED_5_6_5 && dk != DataKind.PIXEL_RGB) {
870 case PIXEL_RGB:
H A DAllocation.java423 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGB) ||
/frameworks/base/rs/java/android/renderscript/
H A DElement.java183 PIXEL_RGB (10), enum constant in enum:Element.DataKind
490 rs.mElement_RGB_565 = createPixel(rs, DataType.UNSIGNED_5_6_5, DataKind.PIXEL_RGB);
497 rs.mElement_RGB_888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGB);
925 dk == DataKind.PIXEL_RGB ||
938 if (dt == DataType.UNSIGNED_5_6_5 && dk != DataKind.PIXEL_RGB) {
957 case PIXEL_RGB:
H A DAllocation.java560 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGB) ||
/frameworks/rs/cpp/
H A DElement.cpp110 CREATE_PIXEL(RGB_565, UNSIGNED_5_6_5, PIXEL_RGB);
111 CREATE_PIXEL(RGB_888, UNSIGNED_8, PIXEL_RGB);

Completed in 102 milliseconds