Searched defs:rsGetElementAt (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/driver/runtime/
H A Drs_allocation.c254 rsGetElementAt(rs_allocation a, uint32_t x) { function
262 rsGetElementAt(rs_allocation a, uint32_t x, uint32_t y) { function
271 rsGetElementAt(rs_allocation a, uint32_t x, uint32_t y, uint32_t z) { function
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp514 const void *rsGetElementAt(::rs_allocation a, uint32_t x, uint32_t y, uint32_t z) { function
518 const void *rsGetElementAt(::rs_allocation a, uint32_t x, uint32_t y) { function
519 return rsGetElementAt(a, x, y ,0);
522 const void *rsGetElementAt(::rs_allocation a, uint32_t x) { function
523 return rsGetElementAt(a, x, 0, 0);

Completed in 67 milliseconds