Searched defs:rsGetElementAt (Results 1 – 3 of 3) sorted by relevance
| /frameworks/rs/api/ |
| D | rs_allocation_data.spec | 104 values incrementing other dimensions. Use multiple calls to rsGetElementAt() function 215 the other returns the actual value, e.g. rsGetElementAt() vs. rsGetElementAt_int4(). function
|
| /frameworks/rs/driver/runtime/ |
| D | rs_allocation.c | 190 rsGetElementAt(rs_allocation a, uint32_t x) { in rsGetElementAt() function 198 rsGetElementAt(rs_allocation a, uint32_t x, uint32_t y) { in rsGetElementAt() function 207 rsGetElementAt(rs_allocation a, uint32_t x, uint32_t y, uint32_t z) { in rsGetElementAt() function
|
| /frameworks/rs/driver/ |
| D | rsdRuntimeStubs.cpp | 302 const void *rsGetElementAt(::rs_allocation a, uint32_t x, uint32_t y, uint32_t z) { in rsGetElementAt() function 306 const void *rsGetElementAt(::rs_allocation a, uint32_t x, uint32_t y) { in rsGetElementAt() function 310 const void *rsGetElementAt(::rs_allocation a, uint32_t x) { in rsGetElementAt() function
|