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

/frameworks/base/graphics/java/android/graphics/
H A DPixelFormat.java47 public static final int A_8 = 8; field in class:PixelFormat
102 case A_8:
124 case PixelFormat.A_8:
/frameworks/base/rs/java/android/renderscript/
H A DElement.java45 * android.renderscript#Element.A_8}.</p>
481 public static Element A_8(RenderScript rs) { method in class:Element
976 * size and type (i.e. U8 is compatible with A_8). User-defined Elements
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElement.java51 * android.support.v8.renderscript#Element.A_8}.</p>
436 public static Element A_8(RenderScript rs) { method in class:Element
886 * size and type (i.e. U8 is compatible with A_8). User-defined Elements
/frameworks/rs/cpp/
H A DrsCppStructs.h227 sp<const Element> A_8; member in struct:android::RSC::RS::__anon1463
770 static sp<const Element> A_8(sp<RS> rs);

Completed in 108 milliseconds