Searched refs:RGBA_5551 (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DPixelFormat.java43 public static final int RGBA_5551 = 6; field in class:PixelFormat
96 case RGBA_5551:
127 case PixelFormat.RGBA_5551:
/frameworks/rs/cpp/
H A DElement.cpp115 CREATE_PIXEL(RGBA_5551, UNSIGNED_5_5_5_1, PIXEL_RGBA);
H A DrsCppStructs.h236 sp<const Element> RGBA_5551; member in struct:android::RSC::RS::__anon1533
844 * Utility function for returning an Element containing an RGBA_5551 pixel.
848 static sp<const Element> RGBA_5551(sp<RS> rs);
/frameworks/base/rs/java/android/renderscript/
H A DElement.java510 public static Element RGBA_5551(RenderScript rs) { method in class:Element
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElement.java465 public static Element RGBA_5551(RenderScript rs) { method in class:Element

Completed in 136 milliseconds