Searched defs:rsGetElementAt (Results  1 – 3 of 3) sorted by relevance
| /frameworks/rs/script_api/ | 
| D | rs_allocation_data.spec | 112  values incrementing other dimensions.  Use multiple calls to rsGetElementAt()  function223  the other returns the actual value, e.g. rsGetElementAt() vs. rsGetElementAt_int4().  function
 
 | 
| /frameworks/rs/driver/runtime/ | 
| D | rs_allocation.c | 192         rsGetElementAt(rs_allocation a, uint32_t x) {  in rsGetElementAt()  function200         rsGetElementAt(rs_allocation a, uint32_t x, uint32_t y) {  in rsGetElementAt()  function
 209         rsGetElementAt(rs_allocation a, uint32_t x, uint32_t y, uint32_t z) {  in rsGetElementAt()  function
 
 | 
| /frameworks/rs/driver/ | 
| D | rsdRuntimeStubs.cpp | 531 const void *rsGetElementAt(::rs_allocation a, uint32_t x, uint32_t y, uint32_t z) {  in rsGetElementAt()  function535 const void *rsGetElementAt(::rs_allocation a, uint32_t x, uint32_t y) {  in rsGetElementAt()  function
 539 const void *rsGetElementAt(::rs_allocation a, uint32_t x) {  in rsGetElementAt()  function
 
 |