Home
last modified time | relevance | path

Searched refs:srcOff (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/
DrsScriptC_Lib.cpp307 uint32_t srcOff, uint32_t srcMip) { in rsrAllocationCopy1DRange() argument
309 !validateCopyArgs(rsc, true, 1, srcAlloc, srcOff, 0, srcMip, count, 1)) { in rsrAllocationCopy1DRange()
314 srcAlloc, srcOff, 0, srcMip, 0); in rsrAllocationCopy1DRange()
DrsRuntime.h84 uint32_t srcOff, uint32_t srcMip);
DrsAllocation.h127 …void copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, int32_t len…
DrsAllocation.cpp556 void Allocation::copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, … in copyRange1D() argument
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp212 uint32_t srcOff, uint32_t srcMip) { in rsAllocationCopy1DRange() argument
217 count, (Allocation *)srcAlloc.p, srcOff, srcMip); in rsAllocationCopy1DRange()
/frameworks/rs/script_api/include/
Drs_allocation_data.rsh63 * srcOff: Offset in the source of the first cell to be copied.
69 rs_allocation srcAlloc, uint32_t srcOff, uint32_t srcMip);