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

/frameworks/base/graphics/java/android/graphics/
H A DPixelFormat.java57 public static final int A_8 = 8; field in class:PixelFormat
112 case A_8:
134 case PixelFormat.A_8:
/frameworks/base/rs/java/android/renderscript/
H A DElement.java45 * android.renderscript#Element.A_8}.</p>
580 public static Element A_8(RenderScript rs) { method in class:Element
1271 * 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>
444 public static Element A_8(RenderScript rs) { method in class:Element
888 * size and type (i.e. U8 is compatible with A_8). User-defined Elements
/frameworks/rs/cpp/
H A DrsCppStructs.h506 sp<const Element> A_8; member in struct:android::RSC::RS::__anon1619
1109 static sp<const Element> A_8(sp<RS> rs);

Completed in 439 milliseconds