Searched refs:dstOff (Results 1 – 8 of 8) sorted by relevance
/frameworks/support/renderscript/v8/rs_support/ |
D | rsScriptC_Lib.cpp | 169 uint32_t dstOff, in rsrAllocationCopy1DRange() argument 174 rsi_AllocationCopy2DRange(rsc, dstAlloc, dstOff, 0, in rsrAllocationCopy1DRange()
|
D | rsRuntime.h | 35 uint32_t dstOff,
|
/frameworks/rs/ |
D | rsScriptC_Lib.cpp | 169 uint32_t dstOff, in rsrAllocationCopy1DRange() argument 174 rsi_AllocationCopy2DRange(rsc, dstAlloc, dstOff, 0, in rsrAllocationCopy1DRange()
|
D | rsRuntime.h | 79 uint32_t dstOff,
|
/frameworks/support/renderscript/v8/rs_support/scriptc/ |
D | rs_allocation.rsh | 83 * @param dstOff The offset of the first element to be copied in 94 uint32_t dstOff, uint32_t dstMip,
|
/frameworks/rs/scriptc/ |
D | rs_allocation.rsh | 83 * @param dstOff The offset of the first element to be copied in 94 uint32_t dstOff, uint32_t dstMip,
|
/frameworks/support/renderscript/v8/rs_support/driver/ |
D | rsdRuntimeStubs.cpp | 87 uint32_t dstOff, in SC_AllocationCopy1DRange() argument 93 rsrAllocationCopy1DRange(rsc, dstAlloc, dstOff, dstMip, count, in SC_AllocationCopy1DRange()
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 89 uint32_t dstOff, in SC_AllocationCopy1DRange() argument 95 rsrAllocationCopy1DRange(rsc, dstAlloc, dstOff, dstMip, count, in SC_AllocationCopy1DRange()
|