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 524 rsSetElementAt(a, ptr, x, y, 0); in rsSetElementAt() 527 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x) { in rsSetElementAt() function 528 rsSetElementAt(a, ptr, x, 0, 0); in rsSetElementAt()
|