Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
DrsScriptC_Lib.cpp172 uint32_t srcOff, uint32_t srcMip) { in rsrAllocationCopy1DRange() argument
175 srcAlloc, srcOff, 0, srcMip, 0); in rsrAllocationCopy1DRange()
DrsAllocation.h78 …void copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, int32_t len…
DrsRuntime.h94 uint32_t srcOff, uint32_t srcMip);
DrsAllocation.cpp303 void Allocation::copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, … in copyRange1D() argument
/frameworks/base/libs/rs/scriptc/
Drs_allocation.rsh85 * @param srcOff The offset of the first element in data to be
94 uint32_t srcOff, uint32_t srcMip);
/frameworks/base/libs/rs/driver/
DrsdRuntimeStubs.cpp61 uint32_t srcOff, uint32_t srcMip) { in SC_AllocationCopy1DRange() argument
64 srcAlloc, srcOff, srcMip); in SC_AllocationCopy1DRange()