Searched refs:srcOff (Results 1 – 12 of 12) sorted by relevance
/frameworks/support/renderscript/v8/rs_support/ |
D | rsScriptC_Lib.cpp | 173 uint32_t srcOff, uint32_t srcMip) { in rsrAllocationCopy1DRange() argument 176 srcAlloc, srcOff, 0, srcMip, 0); in rsrAllocationCopy1DRange()
|
D | rsAllocation.h | 87 …void copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, int32_t len…
|
D | rsRuntime.h | 39 uint32_t srcOff, uint32_t srcMip);
|
D | rsAllocation.cpp | 395 void Allocation::copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, … in copyRange1D() argument
|
/frameworks/rs/ |
D | rsScriptC_Lib.cpp | 173 uint32_t srcOff, uint32_t srcMip) { in rsrAllocationCopy1DRange() argument 176 srcAlloc, srcOff, 0, srcMip, 0); in rsrAllocationCopy1DRange()
|
D | rsAllocation.h | 90 …void copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, int32_t len…
|
D | rsRuntime.h | 83 uint32_t srcOff, uint32_t srcMip);
|
D | rsAllocation.cpp | 417 void Allocation::copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, … in copyRange1D() argument
|
/frameworks/support/renderscript/v8/rs_support/scriptc/ |
D | rs_allocation.rsh | 88 * @param srcOff The offset of the first element in data to be 97 uint32_t srcOff, uint32_t srcMip);
|
/frameworks/rs/scriptc/ |
D | rs_allocation.rsh | 88 * @param srcOff The offset of the first element in data to be 97 uint32_t srcOff, uint32_t srcMip);
|
/frameworks/support/renderscript/v8/rs_support/driver/ |
D | rsdRuntimeStubs.cpp | 91 uint32_t srcOff, uint32_t srcMip) { in SC_AllocationCopy1DRange() argument 94 srcAlloc, srcOff, srcMip); in SC_AllocationCopy1DRange()
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 93 uint32_t srcOff, uint32_t srcMip) { in SC_AllocationCopy1DRange() argument 96 srcAlloc, srcOff, srcMip); in SC_AllocationCopy1DRange()
|