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

/frameworks/base/graphics/java/android/renderscript/
H A DElement.java133 UNSIGNED_5_5_5_1 (14, 2), enum constant in enum:Element.DataType
492 rs.mElement_RGBA_5551 = createPixel(rs, DataType.UNSIGNED_5_5_5_1, DataKind.PIXEL_RGBA);
769 (dt != DataType.UNSIGNED_5_5_5_1)) {
915 dt == DataType.UNSIGNED_5_5_5_1)) {
921 if (dt == DataType.UNSIGNED_5_5_5_1 && dk != DataKind.PIXEL_RGBA) {
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DElement.java149 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)) {
834 dt == DataType.UNSIGNED_5_5_5_1)) {
840 if (dt == DataType.UNSIGNED_5_5_5_1 && dk != DataKind.PIXEL_RGBA) {

Completed in 400 milliseconds