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

  /prebuilt/sdk/14/renderscript/include/
rs_allocation.rsh 131 rsGetElementAt(rs_allocation, uint32_t x);
136 rsGetElementAt(rs_allocation, uint32_t x, uint32_t y);
141 rsGetElementAt(rs_allocation, uint32_t x, uint32_t y, uint32_t z);
  /frameworks/base/libs/rs/scriptc/
rs_allocation.rsh 159 rsGetElementAt(rs_allocation, uint32_t x);
164 rsGetElementAt(rs_allocation, uint32_t x, uint32_t y);
169 rsGetElementAt(rs_allocation, uint32_t x, uint32_t y, uint32_t z);
  /prebuilt/sdk/15/renderscript/include/
rs_allocation.rsh 134 rsGetElementAt(rs_allocation, uint32_t x);
139 rsGetElementAt(rs_allocation, uint32_t x, uint32_t y);
144 rsGetElementAt(rs_allocation, uint32_t x, uint32_t y, uint32_t z);
  /frameworks/compile/libbcc/lib/ScriptCRT/
rs_core.c 276 rsGetElementAt(rs_allocation a, uint32_t x) {
284 rsGetElementAt(rs_allocation a, uint32_t x, uint32_t y) {
293 rsGetElementAt(rs_allocation a, uint32_t x, uint32_t y, uint32_t z) {

Completed in 333 milliseconds