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

  /frameworks/rs/
rsApiStubs.cpp 512 extern "C" int64_t rsAllocationIoReceive (RsContext ctxWrapper, RsAllocation alloc)
    [all...]
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 189 void __attribute__((overloadable)) rsAllocationIoReceive(::rs_allocation a) {
191 if (failIfInKernel(rsc, "rsAllocationIoReceive")) return;
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 201 void __attribute__((overloadable)) rsAllocationIoReceive(::rs_allocation a) {
203 if (failIfInKernel(rsc, "rsAllocationIoReceive"))
    [all...]

Completed in 92 milliseconds