HomeSort by relevance Sort by last modified time
    Searched refs:rsSetElementAt (Results 1 - 7 of 7) sorted by null

  /frameworks/rs/script_api/
rs_allocation_data.spec 24 @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/tests/lldb/tests/harness/
RS_funs.py     [all...]
  /frameworks/rs/driver/runtime/
rs_allocation.c 218 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x) {
226 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x, uint32_t y) {
235 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x, uint32_t y, uint32_t z) {
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 487 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x, uint32_t y,
495 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x,
497 rsSetElementAt(a, ptr, x, y, 0);
500 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x) {
501 rsSetElementAt(a, ptr, x, 0, 0);
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 515 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x, uint32_t y, uint32_t z) {
523 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x, uint32_t y) {
524 rsSetElementAt(a, ptr, x, y, 0);
527 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x) {
528 rsSetElementAt(a, ptr, x, 0, 0);
    [all...]
  /frameworks/rs/script_api/include/
rs_allocation_data.rsh 26 * rsSetElementAt functions.
601 * incrementing other dimensions. Use multiple calls to rsSetElementAt() instead.
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_allocation_data.rsh 26 * rsSetElementAt functions.
601 * incrementing other dimensions. Use multiple calls to rsSetElementAt() instead.
    [all...]

Completed in 159 milliseconds