Searched refs:A_8 (Results 1 - 8 of 8) 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/rs/cpp/
H A DElement.cpp109 CREATE_PIXEL(A_8, UNSIGNED_8, PIXEL_A);
H A DrsCppStructs.h233 sp<const Element> A_8; member in struct:android::RSC::RS::__anon1533
830 static sp<const Element> A_8(sp<RS> rs);
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp708 mRsElement = RSC::Element::A_8(mRs);
/frameworks/base/rs/java/android/renderscript/
H A DElement.java45 * android.renderscript#Element.A_8}.</p>
489 public static Element A_8(RenderScript rs) { method in class:Element
1006 * size and type (i.e. U8 is compatible with A_8). User-defined Elements
H A DAllocation.java1969 return Element.A_8(rs);
/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
H A DAllocation.java1818 return Element.A_8(rs);

Completed in 1328 milliseconds