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

/frameworks/base/graphics/java/android/graphics/
H A DPixelFormat.java57 public static final int RGBA_5551 = 6; field in class:PixelFormat
116 case RGBA_5551:
151 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.h509 sp<const Element> RGBA_5551; member in struct:android::RSC::RS::__anon1962
1123 * Utility function for returning an Element containing an RGBA_5551 pixel.
1127 static sp<const Element> RGBA_5551(const 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/rs/support/java/src/android/support/v8/renderscript/
H A DElement.java465 public static Element RGBA_5551(RenderScript rs) { method in class:Element

Completed in 306 milliseconds