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

/frameworks/base/rs/java/android/renderscript/
H A DElement.java184 PIXEL_RGBA (11), enum constant in enum:Element.DataKind
504 rs.mElement_RGBA_5551 = createPixel(rs, DataType.UNSIGNED_5_5_5_1, DataKind.PIXEL_RGBA);
511 rs.mElement_RGBA_4444 = createPixel(rs, DataType.UNSIGNED_4_4_4_4, DataKind.PIXEL_RGBA);
518 rs.mElement_RGBA_8888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGBA);
926 dk == DataKind.PIXEL_RGBA ||
941 if (dt == DataType.UNSIGNED_5_5_5_1 && dk != DataKind.PIXEL_RGBA) {
944 if (dt == DataType.UNSIGNED_4_4_4_4 && dk != DataKind.PIXEL_RGBA) {
960 case PIXEL_RGBA:
H A DAllocation.java550 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGBA) ||
570 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGBA) ||
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElement.java181 PIXEL_RGBA (11), enum constant in enum:Element.DataKind
459 rs.mElement_RGBA_5551 = createPixel(rs, DataType.UNSIGNED_5_5_5_1, DataKind.PIXEL_RGBA);
466 rs.mElement_RGBA_4444 = createPixel(rs, DataType.UNSIGNED_4_4_4_4, DataKind.PIXEL_RGBA);
473 rs.mElement_RGBA_8888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGBA);
839 dk == DataKind.PIXEL_RGBA ||
854 if (dt == DataType.UNSIGNED_5_5_5_1 && dk != DataKind.PIXEL_RGBA) {
857 if (dt == DataType.UNSIGNED_4_4_4_4 && dk != DataKind.PIXEL_RGBA) {
873 case PIXEL_RGBA:
H A DElementThunker.java58 case PIXEL_RGBA:
59 return android.renderscript.Element.DataKind.PIXEL_RGBA;
H A DAllocation.java413 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGBA) ||
433 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 60 milliseconds