Searched defs:rsSetElementAt (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/api/ |
D | rs_allocation_data.spec | 168 incrementing other dimensions. Use multiple calls to rsSetElementAt() instead. function 465 the other has the actual value as an argument, e.g. rsSetElementAt() vs. function
|
/frameworks/rs/driver/runtime/ |
D | rs_allocation.c | 280 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x) { in rsSetElementAt() function 288 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x, uint32_t y) { in rsSetElementAt() function 297 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x, uint32_t y, uint32_t z) { in rsSetElementAt() function
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 498 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x, uint32_t y, uint32_t z) { in rsSetElementAt() function 506 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x, uint32_t y) { in rsSetElementAt() function 510 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x) { in rsSetElementAt() function
|