Searched refs:srcOff (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/rs/ |
D | rsScriptC_Lib.cpp | 172 uint32_t srcOff, uint32_t srcMip) { in rsrAllocationCopy1DRange() argument 175 srcAlloc, srcOff, 0, srcMip, 0); in rsrAllocationCopy1DRange()
|
D | rsAllocation.h | 78 …void copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, int32_t len…
|
D | rsRuntime.h | 94 uint32_t srcOff, uint32_t srcMip);
|
D | rsAllocation.cpp | 303 void Allocation::copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, … in copyRange1D() argument
|
/frameworks/base/libs/rs/scriptc/ |
D | rs_allocation.rsh | 85 * @param srcOff The offset of the first element in data to be 94 uint32_t srcOff, uint32_t srcMip);
|
/frameworks/base/libs/rs/driver/ |
D | rsdRuntimeStubs.cpp | 61 uint32_t srcOff, uint32_t srcMip) { in SC_AllocationCopy1DRange() argument 64 srcAlloc, srcOff, srcMip); in SC_AllocationCopy1DRange()
|