Searched refs:PIXEL_RGBA (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DElement.java185 PIXEL_RGBA (11), enum constant in enum:Element.DataKind
617 rs.mElement_RGBA_5551 = createPixel(rs, DataType.UNSIGNED_5_5_5_1, DataKind.PIXEL_RGBA);
628 rs.mElement_RGBA_4444 = createPixel(rs, DataType.UNSIGNED_4_4_4_4, DataKind.PIXEL_RGBA);
639 rs.mElement_RGBA_8888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGBA);
1219 dk == DataKind.PIXEL_RGBA ||
1234 if (dt == DataType.UNSIGNED_5_5_5_1 && dk != DataKind.PIXEL_RGBA) {
1237 if (dt == DataType.UNSIGNED_4_4_4_4 && dk != DataKind.PIXEL_RGBA) {
1253 case PIXEL_RGBA:
H A DAllocation.java648 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGBA) ||
668 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGBA) ||
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DElement.java189 PIXEL_RGBA (11), enum constant in enum:Element.DataKind
467 rs.mElement_RGBA_5551 = createPixel(rs, DataType.UNSIGNED_5_5_5_1, DataKind.PIXEL_RGBA);
474 rs.mElement_RGBA_4444 = createPixel(rs, DataType.UNSIGNED_4_4_4_4, DataKind.PIXEL_RGBA);
481 rs.mElement_RGBA_8888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGBA);
841 dk == DataKind.PIXEL_RGBA ||
856 if (dt == DataType.UNSIGNED_5_5_5_1 && dk != DataKind.PIXEL_RGBA) {
859 if (dt == DataType.UNSIGNED_4_4_4_4 && dk != DataKind.PIXEL_RGBA) {
875 case PIXEL_RGBA:
H A DAllocation.java634 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGBA) ||
654 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGBA) ||
/frameworks/rs/cpp/
H A DElement.cpp112 CREATE_PIXEL(RGBA_4444, UNSIGNED_4_4_4_4, PIXEL_RGBA);
113 CREATE_PIXEL(RGBA_8888, UNSIGNED_8, PIXEL_RGBA);
115 CREATE_PIXEL(RGBA_5551, UNSIGNED_5_5_5_1, PIXEL_RGBA);

Completed in 4907 milliseconds