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

/frameworks/base/graphics/java/android/graphics/
H A DPixelFormat.java53 public static final int RGBA_5551 = 6; field in class:PixelFormat
106 case RGBA_5551:
137 case PixelFormat.RGBA_5551:
/frameworks/rs/cpp/
H A DElement.cpp116 CREATE_PIXEL(RGBA_5551, UNSIGNED_5_5_5_1, PIXEL_RGBA);
H A DrsCppStructs.h509 sp<const Element> RGBA_5551; member in struct:android::RSC::RS::__anon1619
1123 * Utility function for returning an Element containing an RGBA_5551 pixel.
1127 static sp<const Element> RGBA_5551(sp<RS> rs);
/frameworks/base/rs/java/android/renderscript/
H A DElement.java613 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 230 milliseconds