Searched refs:rsSetElementAt (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/api/
H A Drs_allocation_data.spec24 @rsSetElementAt functions.</li>
168 incrementing other dimensions. Use multiple calls to rsSetElementAt() instead.
450 function: rsSetElementAt
465 the other has the actual value as an argument, e.g. rsSetElementAt() vs.
473 function: rsSetElementAt
/frameworks/rs/driver/runtime/
H A Drs_allocation.c280 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x) { function
288 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x, uint32_t y) { function
297 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x, uint32_t y, uint32_t z) { function
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp498 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x, uint32_t y, uint32_t z) { function
506 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x, uint32_t y) { function
507 rsSetElementAt(a, ptr, x, y, 0);
510 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x) { function
511 rsSetElementAt(a, ptr, x, 0, 0);
/frameworks/rs/scriptc/
H A Drs_allocation_data.rsh26 * rsSetElementAt functions.
601 * incrementing other dimensions. Use multiple calls to rsSetElementAt() instead.
2680 * rsSetElementAt: Set a cell of an allocation
2689 * the other has the actual value as an argument, e.g. rsSetElementAt() vs.
2697 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x);
2702 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x, uint32_t y);

Completed in 901 milliseconds