Home
last modified time | relevance | path

Searched defs:rsGetElementAt (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/script_api/
Drs_allocation_data.spec112 values incrementing other dimensions. Use multiple calls to rsGetElementAt() function
223 the other returns the actual value, e.g. rsGetElementAt() vs. rsGetElementAt_int4(). function
/frameworks/rs/driver/runtime/
Drs_allocation.c192 rsGetElementAt(rs_allocation a, uint32_t x) { in rsGetElementAt() function
200 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/
DrsdRuntimeStubs.cpp531 const void *rsGetElementAt(::rs_allocation a, uint32_t x, uint32_t y, uint32_t z) { in rsGetElementAt() function
535 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