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

/frameworks/rs/script_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.c218 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x) { function
226 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x, uint32_t y) { function
235 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x, uint32_t y, uint32_t z) { function
/frameworks/rs/rsov/driver/
H A DrsovRuntimeStubs.cpp487 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x, uint32_t y, function
495 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x, function
497 rsSetElementAt(a, ptr, x, y, 0);
500 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x) { function
501 rsSetElementAt(a, ptr, x, 0, 0);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp515 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x, uint32_t y, uint32_t z) { function
523 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x, uint32_t y) { function
524 rsSetElementAt(a, ptr, x, y, 0);
527 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x) { function
528 rsSetElementAt(a, ptr, x, 0, 0);
/frameworks/rs/script_api/include/
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 114 milliseconds