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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h27 typedef uchar uchar3 __attribute__((ext_vector_type(3))); typedef
/frameworks/rs/rsov/driver/
H A DrsovRuntimeStubs.cpp49 typedef unsigned char uchar3 __attribute__((ext_vector_type(3))); typedef
556 ELEMENT_AT(uchar3, RS_TYPE_UNSIGNED_8, 3)
914 void rsDebug(const char *s, const uchar3 *c3) {
915 uchar3 c = *c3;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp70 typedef unsigned char uchar3 __attribute__((ext_vector_type(3))); typedef
574 ELEMENT_AT(uchar3, RS_TYPE_UNSIGNED_8, 3)
1280 void rsDebug(const char *s, const uchar3 *c3) {
1281 uchar3 c = *c3;

Completed in 88 milliseconds