Searched defs:rsSetElementAt (Results  1 – 3 of 3) sorted by relevance
| /frameworks/rs/script_api/ | 
| D | rs_allocation_data.spec | 168  incrementing other dimensions.  Use multiple calls to rsSetElementAt() instead.  function465  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()  function226         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/driver/ | 
| D | rsdRuntimeStubs.cpp | 515 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x, uint32_t y, uint32_t z) {  in rsSetElementAt()  function523 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
 
 |