Home | History | Annotate | Download | only in scriptc

Lines Matching refs:long2

264 extern long2 __attribute__((overloadable))
414 extern long2 __attribute__((overloadable))
564 extern long2 __attribute__((overloadable))
745 rsAllocationVStoreX_long2(rs_allocation a, long2 val, uint32_t x);
895 rsAllocationVStoreX_long2(rs_allocation a, long2 val, uint32_t x, uint32_t y);
1045 rsAllocationVStoreX_long2(rs_allocation a, long2 val, uint32_t x, uint32_t y, uint32_t z);
1327 static inline long2 __attribute__((overloadable))
1329 return ((long2 *)rsGetElementAt(a, x))[0];
1607 static inline long2 __attribute__((overloadable))
1609 return ((long2 *)rsGetElementAt(a, x, y))[0];
1887 static inline long2 __attribute__((overloadable))
1889 return ((long2 *)rsGetElementAt(a, x, y, z))[0];
2101 extern long2 __attribute__((overloadable))
2301 extern long2 __attribute__((overloadable))
2501 extern long2 __attribute__((overloadable))
2872 rsSetElementAt_long2(rs_allocation a, long2 val, uint32_t x);
3072 rsSetElementAt_long2(rs_allocation a, long2 val, uint32_t x, uint32_t y);
3272 rsSetElementAt_long2(rs_allocation a, long2 val, uint32_t x, uint32_t y, uint32_t z);