Home
last modified time | relevance | path

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

/frameworks/support/renderscript/v8/rs_support/
DrsScriptC_Lib.cpp173 uint32_t srcOff, uint32_t srcMip) { in rsrAllocationCopy1DRange() argument
176 srcAlloc, srcOff, 0, srcMip, 0); in rsrAllocationCopy1DRange()
DrsAllocation.h87 …void copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, int32_t len…
DrsRuntime.h39 uint32_t srcOff, uint32_t srcMip);
DrsAllocation.cpp395 void Allocation::copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, … in copyRange1D() argument
/frameworks/rs/
DrsScriptC_Lib.cpp173 uint32_t srcOff, uint32_t srcMip) { in rsrAllocationCopy1DRange() argument
176 srcAlloc, srcOff, 0, srcMip, 0); in rsrAllocationCopy1DRange()
DrsAllocation.h90 …void copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, int32_t len…
DrsRuntime.h83 uint32_t srcOff, uint32_t srcMip);
DrsAllocation.cpp417 void Allocation::copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, … in copyRange1D() argument
/frameworks/support/renderscript/v8/rs_support/scriptc/
Drs_allocation.rsh88 * @param srcOff The offset of the first element in data to be
97 uint32_t srcOff, uint32_t srcMip);
/frameworks/rs/scriptc/
Drs_allocation.rsh88 * @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/
DrsdRuntimeStubs.cpp91 uint32_t srcOff, uint32_t srcMip) { in SC_AllocationCopy1DRange() argument
94 srcAlloc, srcOff, srcMip); in SC_AllocationCopy1DRange()
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp93 uint32_t srcOff, uint32_t srcMip) { in SC_AllocationCopy1DRange() argument
96 srcAlloc, srcOff, srcMip); in SC_AllocationCopy1DRange()