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

  /frameworks/rs/script_api/include/
rs_io.rsh 48 * rsAllocationIoSend: Send new content to the queue
61 rsAllocationIoSend(rs_allocation a);
  /prebuilts/sdk/renderscript/include/
rs_io.rsh 48 * rsAllocationIoSend: Send new content to the queue
61 rsAllocationIoSend(rs_allocation a);
  /frameworks/rs/script_api/
rs_io.spec 41 function: rsAllocationIoSend
  /frameworks/rs/
rsApiStubs.h 86 extern "C" void rsAllocationIoSend (RsContext rsc, RsAllocation alloc);
rsApiStubs.cpp 502 extern "C" void rsAllocationIoSend (RsContext ctxWrapper, RsAllocation alloc)
    [all...]
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 183 void __attribute__((overloadable)) rsAllocationIoSend(::rs_allocation a) {
185 if (failIfInKernel(rsc, "rsAllocationIoSend")) return;
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
apitest.rs 404 rsAllocationIoSend(aInt);
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 194 void __attribute__((overloadable)) rsAllocationIoSend(::rs_allocation a) {
196 if (failIfInKernel(rsc, "rsAllocationIoSend"))
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 871 milliseconds