Home
last modified time | relevance | path

Searched refs:RGBA_4444 (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DPixelFormat.java59 public static final int RGBA_4444 = 7; field in PixelFormat
121 case RGBA_4444: in getPixelFormatInfo()
154 case PixelFormat.RGBA_4444: in formatHasAlpha()
214 case RGBA_4444: in formatToString()
/frameworks/rs/cpp/
DElement.cpp112 CREATE_PIXEL(RGBA_4444, UNSIGNED_4_4_4_4, PIXEL_RGBA);
DrsCppStructs.h510 sp<const Element> RGBA_4444; member
1133 static sp<const Element> RGBA_4444(const sp<RS> &rs);
/frameworks/rs/support/java/src/androidx/renderscript/
DElement.java472 public static Element RGBA_4444(RenderScript rs) { in RGBA_4444() method in Element
DAllocation.java2646 return Element.RGBA_4444(rs); in elementFromBitmap()
/frameworks/base/rs/java/android/renderscript/
DElement.java626 public static Element RGBA_4444(RenderScript rs) { in RGBA_4444() method in Element
DAllocation.java2759 return Element.RGBA_4444(rs); in elementFromBitmap()
/frameworks/base/api/
Dlint-baseline.txt380 DeprecationMismatch: android.graphics.PixelFormat#RGBA_4444:
Dcurrent.txt14786 field @Deprecated public static final int RGBA_4444 = 7; // 0x7
40105 method public static android.renderscript.Element RGBA_4444(android.renderscript.RenderScript);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt11251 field public static final deprecated int RGBA_4444 = 7; // 0x7
26094 method public static android.renderscript.Element RGBA_4444(android.renderscript.RenderScript);
/frameworks/base/non-updatable-api/
Dcurrent.txt14786 field @Deprecated public static final int RGBA_4444 = 7; // 0x7
39961 method public static android.renderscript.Element RGBA_4444(android.renderscript.RenderScript);