Searched defs:RGBA_8888 (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DPixelFormat.java37 public static final int RGBA_8888 = 1; field in class:PixelFormat
86 case RGBA_8888:
128 case PixelFormat.RGBA_8888:
/frameworks/base/graphics/java/android/renderscript/
H A DElement.java47 * as {@link android.renderscript.Element#RGBA_8888} or {@link
511 public static Element RGBA_8888(RenderScript rs) { method in class:Element
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElement.java50 * {@link android.support.v8.renderscript.Element#RGBA_8888} or {@link
471 public static Element RGBA_8888(RenderScript rs) { method in class:Element
/frameworks/rs/cpp/
H A DrsCppStructs.h227 sp<const Element> RGBA_8888; member in struct:android::RSC::RS::__anon1588
575 * Element::RGBA_8888.
783 * Utility function for returning an Element containing an RGBA_8888 pixel.
787 static sp<const Element> RGBA_8888(sp<RS> rs);

Completed in 123 milliseconds