Home | History | Annotate | Download | only in scriptc

Lines Matching refs:char4

184 extern char4 __attribute__((overloadable))
334 extern char4 __attribute__((overloadable))
484 extern char4 __attribute__((overloadable))
665 rsAllocationVStoreX_char4(rs_allocation a, char4 val, uint32_t x);
815 rsAllocationVStoreX_char4(rs_allocation a, char4 val, uint32_t x, uint32_t y);
965 rsAllocationVStoreX_char4(rs_allocation a, char4 val, uint32_t x, uint32_t y, uint32_t z);
1173 static inline char4 __attribute__((overloadable))
1175 return ((char4 *)rsGetElementAt(a, x))[0];
1453 static inline char4 __attribute__((overloadable))
1455 return ((char4 *)rsGetElementAt(a, x, y))[0];
1733 static inline char4 __attribute__((overloadable))
1735 return ((char4 *)rsGetElementAt(a, x, y, z))[0];
1991 extern char4 __attribute__((overloadable))
2191 extern char4 __attribute__((overloadable))
2391 extern char4 __attribute__((overloadable))
2762 rsSetElementAt_char4(rs_allocation a, char4 val, uint32_t x);
2962 rsSetElementAt_char4(rs_allocation a, char4 val, uint32_t x, uint32_t y);
3162 rsSetElementAt_char4(rs_allocation a, char4 val, uint32_t x, uint32_t y, uint32_t z);