Home | History | Annotate | Download | only in include

Lines Matching refs:uchar

1180 static inline uchar __attribute__((overloadable))
1182 return ((uchar *)rsGetElementAt(a, x))[0];
1460 static inline uchar __attribute__((overloadable))
1462 return ((uchar *)rsGetElementAt(a, x, y))[0];
1740 static inline uchar __attribute__((overloadable))
1742 return ((uchar *)rsGetElementAt(a, x, y, z))[0];
1996 extern uchar __attribute__((overloadable))
2196 extern uchar __attribute__((overloadable))
2396 extern uchar __attribute__((overloadable))
2607 extern uchar __attribute__((overloadable))
2623 extern uchar __attribute__((overloadable))
2639 extern uchar __attribute__((overloadable))
2767 rsSetElementAt_uchar(rs_allocation a, uchar val, uint32_t x);
2967 rsSetElementAt_uchar(rs_allocation a, uchar val, uint32_t x, uint32_t y);
3167 rsSetElementAt_uchar(rs_allocation a, uchar val, uint32_t x, uint32_t y, uint32_t z);