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

/frameworks/base/graphics/java/android/graphics/
H A DPixelFormat.java61 public static final int A_8 = 8; field in class:PixelFormat
122 case A_8:
148 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
1269 * size and type (i.e. U8 is compatible with A_8). User-defined Elements
/frameworks/rs/support/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::__anon1962
1109 static sp<const Element> A_8(const sp<RS> &rs);

Completed in 102 milliseconds