Lines Matching refs:rs_allocation
6 rsAllocationGetDimX(rs_allocation a) { in rsAllocationGetDimX()
12 rsAllocationGetDimY(rs_allocation a) { in rsAllocationGetDimY()
18 rsAllocationGetDimZ(rs_allocation a) { in rsAllocationGetDimZ()
24 rsAllocationGetDimLOD(rs_allocation a) { in rsAllocationGetDimLOD()
30 rsAllocationGetDimFaces(rs_allocation a) { in rsAllocationGetDimFaces()
37 rsAllocationGetElement(rs_allocation a) { in rsAllocationGetElement()
66 rsOffset(rs_allocation a, uint32_t sizeOf, uint32_t x, uint32_t y, in rsOffset()
79 rsOffsetNs(rs_allocation a, uint32_t x, uint32_t y, uint32_t z) { in rsOffsetNs()
93 rsSetElementAt_##T(rs_allocation a, const T *val, uint32_t x); \
95 rsSetElementAt_##T(rs_allocation a, const T *val, uint32_t x, uint32_t y); \
97 rsSetElementAt_##T(rs_allocation a, const T *val, uint32_t x, uint32_t y, uint32_t z); \
99 rsGetElementAt_##T(rs_allocation a, T *val, uint32_t x); \
101 rsGetElementAt_##T(rs_allocation a, T *val, uint32_t x, uint32_t y); \
103 rsGetElementAt_##T(rs_allocation a, T *val, uint32_t x, uint32_t y, uint32_t z); \
106 rsSetElementAt_##T(rs_allocation a, T val, uint32_t x) { \
110 rsSetElementAt_##T(rs_allocation a, T val, uint32_t x, uint32_t y) { \
114 rsSetElementAt_##T(rs_allocation a, T val, uint32_t x, uint32_t y, uint32_t z) { \
118 rsGetElementAt_##T(rs_allocation a, uint32_t x) { \
124 rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y) { \
130 rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y, uint32_t z) { \
144 (rs_allocation a, typename val, uint32_t x, uint32_t y, uint32_t z) { \
151 (rs_allocation a, uint32_t x, uint32_t y, uint32_t z) { \
197 rsSetElementAtImpl_##typename(rs_allocation a, typename val, uint32_t x, \ in ELEMENT_AT_IMPL_TYPE()
202 rsGetElementAtImpl_##typename(rs_allocation a, uint32_t x, uint32_t y, \
209 rsSetElementAt_##typename(rs_allocation a, T val, uint32_t x) { \
214 rsSetElementAt_##typename(rs_allocation a, T val, uint32_t x, \
220 rsSetElementAt_##typename(rs_allocation a, T val, uint32_t x, uint32_t y, \
227 rsGetElementAt_##typename(rs_allocation a, uint32_t x) { \
232 rsGetElementAt_##typename(rs_allocation a, uint32_t x, uint32_t y) { \
237 rsGetElementAt_##typename(rs_allocation a, uint32_t x, uint32_t y, \
254 rsGetElementAt(rs_allocation a, uint32_t x) {
262 rsGetElementAt(rs_allocation a, uint32_t x, uint32_t y) { in rsGetElementAt()
271 rsGetElementAt(rs_allocation a, uint32_t x, uint32_t y, uint32_t z) { in rsGetElementAt()
280 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x) { in rsSetElementAt()
288 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x, uint32_t y) { in rsSetElementAt()
297 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x, uint32_t y, uint32_t z) { in rsSetElementAt()
373 rsGetElementAtYuv_uchar_Y(rs_allocation a, uint32_t x, uint32_t y) { in SET_ELEMENT_AT_TYPE_IMPL()
378 rsGetElementAtYuv_uchar_U(rs_allocation a, uint32_t x, uint32_t y) { in rsGetElementAtYuv_uchar_U()
392 rsGetElementAtYuv_uchar_V(rs_allocation a, uint32_t x, uint32_t y) { in rsGetElementAtYuv_uchar_V()
412 (rs_allocation a, const T val, uint32_t x, uint32_t y, uint32_t z) {\
417 (rs_allocation a, uint32_t x, uint32_t y, uint32_t z) { \
427 …extern void __rsAllocationVStoreXImpl_##T(rs_allocation a, const T val, uint32_t x, uint32_t y, ui…
428 extern T __rsAllocationVLoadXImpl_##T(rs_allocation a, uint32_t x, uint32_t y, uint32_t z);
434 rsAllocationVStoreX_##T(rs_allocation a, T val, uint32_t x) { \
438 rsAllocationVStoreX_##T(rs_allocation a, T val, uint32_t x, uint32_t y) { \
442 rsAllocationVStoreX_##T(rs_allocation a, T val, uint32_t x, uint32_t y, uint32_t z) { \
446 rsAllocationVLoadX_##T(rs_allocation a, uint32_t x) { \
450 rsAllocationVLoadX_##T(rs_allocation a, uint32_t x, uint32_t y) { \
454 rsAllocationVLoadX_##T(rs_allocation a, uint32_t x, uint32_t y, uint32_t z) { \
505 extern rs_allocation __attribute__((overloadable)) rsCreateAllocation(
647 rs_allocation __attribute__((overloadable)) rsCreateAllocation(rs_type type, in rsCreateAllocation()
652 rs_allocation __attribute__((overloadable)) rsCreateAllocation(rs_type type) { in rsCreateAllocation()