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

  /frameworks/rs/api/
rs_allocation_data.spec 24 @rsSetElementAt functions.</li>
160 incrementing other dimensions. Use multiple calls to rsSetElementAt() instead.
442 function: rsSetElementAt
457 the other has the actual value as an argument, e.g. rsSetElementAt() vs.
465 function: rsSetElementAt
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_allocation.rsh 292 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x);
298 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x, uint32_t y);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_allocation.rsh 292 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x);
298 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x, uint32_t y);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_allocation.rsh 292 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x);
298 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x, uint32_t y);
  /frameworks/rs/driver/runtime/
rs_allocation.c 216 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x) {
224 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x, uint32_t y) {
233 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x, uint32_t y, uint32_t z) {
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 286 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x, uint32_t y, uint32_t z) {
294 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x, uint32_t y) {
295 rsSetElementAt(a, ptr, x, y, 0);
298 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x) {
299 rsSetElementAt(a, ptr, x, 0, 0);
    [all...]
  /frameworks/rs/scriptc/
rs_allocation_data.rsh 26 * rsSetElementAt functions.
593 * incrementing other dimensions. Use multiple calls to rsSetElementAt() instead.
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_allocation_data.rsh 26 * rsSetElementAt functions.
593 * incrementing other dimensions. Use multiple calls to rsSetElementAt() instead.
    [all...]

Completed in 560 milliseconds