OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uchar4
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h
28
typedef uchar
uchar4
__attribute__((ext_vector_type(4)));
typedef
rsCpuRuntimeStubs.cpp
40
typedef unsigned char
uchar4
__attribute__((ext_vector_type(4)));
typedef
126
static void SC_debugUC4(const char *s, const
uchar4
*c) {
127
ALOGD("
uchar4
%s {%hhu, %hhu, %hhu, %hhu} 0x%hhx 0x%hhx 0x%hhx 0x%hhx", s, c->x, c->y, c->z, c->w, c->x, c->y, c->z, c->w);
/frameworks/rs/driver/
rsdRuntimeStubs.cpp
48
typedef unsigned char
uchar4
__attribute__((ext_vector_type(4)));
typedef
747
ELEMENT_AT(
uchar4
, RS_TYPE_UNSIGNED_8, 4)
[
all
...]
Completed in 25 milliseconds