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

  /frameworks/rs/script_api/include/
rs_io.rsh 31 * rsAllocationIoReceive: Receive new content from the queue
44 rsAllocationIoReceive(rs_allocation a);
  /prebuilts/sdk/renderscript/include/
rs_io.rsh 31 * rsAllocationIoReceive: Receive new content from the queue
44 rsAllocationIoReceive(rs_allocation a);
  /frameworks/rs/script_api/
rs_io.spec 26 function: rsAllocationIoReceive
  /frameworks/rs/
rsApiStubs.h 87 extern "C" int64_t rsAllocationIoReceive (RsContext rsc, RsAllocation alloc);
rsApiStubs.cpp 507 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/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
apitest.rs 405 rsAllocationIoReceive(aInt);
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 201 void __attribute__((overloadable)) rsAllocationIoReceive(::rs_allocation a) {
203 if (failIfInKernel(rsc, "rsAllocationIoReceive"))
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 143 milliseconds