Searched defs:U8 (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DElement.java331 public static Element U8(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.java331 public static Element U8(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.h449 sp<const Element> U8; member in struct:android::RSC::RS::__anon1962
1013 static sp<const Element> U8(const sp<RS> &rs);
3740 * @param A The input allocation contains matrix A, supported elements type: {Element#U8}.
3742 * @param B The input allocation contains matrix B, supported elements type: {Element#U8}.
3744 * @param C The input allocation contains matrix C, supported elements type: {Element#U8}.
3867 * Supported Element types are U8 and U8_4.
3908 * Applies the color matrix. Supported types are U8 and F32 with
3960 * Supported types U8 and F32 with vector lengths between 1 and
3992 * Supported types U8 and F32 with vector lengths between 1 and
4028 * Supported elements types are U8_4, U8_3, U8_2, and U8
[all...]

Completed in 140 milliseconds