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

  /frameworks/rs/tests/lldb/tests/harness/
RS_funs.py     [all...]
  /frameworks/rs/
rsApiStubs.h 84 extern "C" void rsAllocationCopy2DRange (RsContext rsc, RsAllocation dest, uint32_t destXoff, uint32_t destYoff, uint32_t destMip, uint32_t destFace, uint32_t width, uint32_t height, RsAllocation src, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, uint32_t srcFace);
rsApiStubs.cpp 475 extern "C" void rsAllocationCopy2DRange (RsContext ctxWrapper,
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
apitest.rs 410 rsAllocationCopy2DRange(allocDst, 0, 0, 0, 0, 0, 0, allocDst, 0, 0, 0, 0);
    [all...]
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 207 rsAllocationCopy2DRange(::rs_allocation dstAlloc, uint32_t dstXoff,
214 if (failIfInKernel(rsc, "rsAllocationCopy2DRange")) return;
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 220 void __attribute__((overloadable)) rsAllocationCopy2DRange(
229 if (failIfInKernel(rsc, "rsAllocationCopy2DRange"))
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]
  /frameworks/rs/script_api/include/
rs_allocation_data.rsh 73 * rsAllocationCopy2DRange: Copy a rectangular region of cells between allocations
107 rsAllocationCopy2DRange(rs_allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff,
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_allocation_data.rsh 73 * rsAllocationCopy2DRange: Copy a rectangular region of cells between allocations
107 rsAllocationCopy2DRange(rs_allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff,
    [all...]

Completed in 270 milliseconds