Searched refs:srcOff (Results 1 – 6 of 6) sorted by relevance
/frameworks/rs/ |
D | rsScriptC_Lib.cpp | 307 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()
|
D | rsRuntime.h | 84 uint32_t srcOff, uint32_t srcMip);
|
D | rsAllocation.h | 127 …void copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, int32_t len…
|
D | rsAllocation.cpp | 556 void Allocation::copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, … in copyRange1D() argument
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 212 uint32_t srcOff, uint32_t srcMip) { in rsAllocationCopy1DRange() argument 217 count, (Allocation *)srcAlloc.p, srcOff, srcMip); in rsAllocationCopy1DRange()
|
/frameworks/rs/script_api/include/ |
D | rs_allocation_data.rsh | 63 * srcOff: Offset in the source of the first cell to be copied. 69 rs_allocation srcAlloc, uint32_t srcOff, uint32_t srcMip);
|