Searched refs:A_8 (Results 1 - 9 of 9) 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.h222 sp<const Element> A_8; member in struct:android::RSC::RS::__anon1588
757 static sp<const Element> A_8(sp<RS> rs);
/frameworks/base/graphics/java/android/renderscript/
H A DElement.java48 * android.renderscript#Element.A_8}.</p>
476 public static Element A_8(RenderScript rs) { method in class:Element
971 * size and type (i.e. U8 is compatible with A_8). User-defined Elements
H A DAllocation.java1454 return Element.A_8(rs);
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp739 mRsElement = RSC::Element::A_8(mRs);
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselRS.java923 return A_8(mRS);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java1293 return Element.A_8(rs);
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

Completed in 210 milliseconds