Searched defs:uchar2 (Results 1 - 2 of 2) sorted by last modified time

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h26 typedef uchar uchar2 __attribute__((ext_vector_type(2))); typedef
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp45 typedef unsigned char uchar2 __attribute__((ext_vector_type(2))); typedef
343 ELEMENT_AT(uchar2, RS_TYPE_UNSIGNED_8, 2)
950 void rsDebug(const char *s, const uchar2 *c2) {
951 uchar2 c = *c2;

Completed in 37 milliseconds