Searched refs:RGBA_4444 (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DPixelFormat.java55 public static final int RGBA_4444 = 7; field in class:PixelFormat
107 case RGBA_4444:
136 case PixelFormat.RGBA_4444:
/frameworks/rs/cpp/
H A DElement.cpp113 CREATE_PIXEL(RGBA_4444, UNSIGNED_4_4_4_4, PIXEL_RGBA);
H A DrsCppStructs.h510 sp<const Element> RGBA_4444; member in struct:android::RSC::RS::__anon1619
1129 * Utility function for returning an Element containing an RGBA_4444 pixel.
1133 static sp<const Element> RGBA_4444(sp<RS> rs);
/frameworks/base/rs/java/android/renderscript/
H A DElement.java624 public static Element RGBA_4444(RenderScript rs) { method in class:Element
H A DAllocation.java2759 return Element.RGBA_4444(rs);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElement.java472 public static Element RGBA_4444(RenderScript rs) { method in class:Element
H A DAllocation.java2646 return Element.RGBA_4444(rs);

Completed in 142 milliseconds