HomeSort by relevance Sort by last modified time
    Searched defs:rsGetElementAt (Results 1 - 3 of 3) sorted by null

  /frameworks/rs/driver/runtime/
rs_allocation.c 192 rsGetElementAt(rs_allocation a, uint32_t x) {
200 rsGetElementAt(rs_allocation a, uint32_t x, uint32_t y) {
209 rsGetElementAt(rs_allocation a, uint32_t x, uint32_t y, uint32_t z) {
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 504 const void *rsGetElementAt(::rs_allocation a, uint32_t x, uint32_t y,
509 const void *rsGetElementAt(::rs_allocation a, uint32_t x, uint32_t y) {
510 return rsGetElementAt(a, x, y, 0);
513 const void *rsGetElementAt(::rs_allocation a, uint32_t x) {
514 return rsGetElementAt(a, x, 0, 0);
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 531 const void *rsGetElementAt(::rs_allocation a, uint32_t x, uint32_t y, uint32_t z) {
535 const void *rsGetElementAt(::rs_allocation a, uint32_t x, uint32_t y) {
536 return rsGetElementAt(a, x, y ,0);
539 const void *rsGetElementAt(::rs_allocation a, uint32_t x) {
540 return rsGetElementAt(a, x, 0, 0);
    [all...]

Completed in 209 milliseconds