Searched refs:UNSIGNED_5_5_5_1 (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DElement.java139 UNSIGNED_5_5_5_1 (14, 2), enum constant in enum:Element.DataType
499 rs.mElement_RGBA_5551 = createPixel(rs, DataType.UNSIGNED_5_5_5_1, DataKind.PIXEL_RGBA);
783 (dt != DataType.UNSIGNED_5_5_5_1)) {
930 dt == DataType.UNSIGNED_5_5_5_1)) {
936 if (dt == DataType.UNSIGNED_5_5_5_1 && dk != DataKind.PIXEL_RGBA) {
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElement.java147 UNSIGNED_5_5_5_1 (14, 2), enum constant in enum:Element.DataType
459 rs.mElement_RGBA_5551 = createPixel(rs, DataType.UNSIGNED_5_5_5_1, DataKind.PIXEL_RGBA);
730 (dt != DataType.UNSIGNED_5_5_5_1)) {
848 dt == DataType.UNSIGNED_5_5_5_1)) {
854 if (dt == DataType.UNSIGNED_5_5_5_1 && dk != DataKind.PIXEL_RGBA) {

Completed in 98 milliseconds