Searched defs:rsSetElementAt (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/script_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 | 218 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x) { in rsSetElementAt() function 226 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x, uint32_t y) { in rsSetElementAt() function 235 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x, uint32_t y, uint32_t z) { in rsSetElementAt() function
|
/frameworks/rs/rsov/driver/ |
D | rsovRuntimeStubs.cpp | 487 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x, uint32_t y, in rsSetElementAt() function 495 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x, in rsSetElementAt() function 500 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x) { in rsSetElementAt() function
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 515 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x, uint32_t y, uint32_t z) { in rsSetElementAt() function 523 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x, uint32_t y) { in rsSetElementAt() function 527 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x) { in rsSetElementAt() function
|