Searched refs:destXoff (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/ |
D | rs.spec | 292 param uint32_t destXoff 307 param uint32_t destXoff
|
D | rsApiStubs.cpp | 477 uint32_t destXoff, uint32_t destYoff, in rsAllocationCopy2DRange() argument 484 RS_DISPATCH(ctxWrapper, AllocationCopy2DRange, dest, destXoff, destYoff, destMip, destFace, in rsAllocationCopy2DRange() 490 uint32_t destXoff, uint32_t destYoff, uint32_t destZoff, in rsAllocationCopy3DRange() argument 498 dest, destXoff, destYoff, destZoff, destMip, in rsAllocationCopy3DRange()
|
D | rsApiStubs.h | 84 extern "C" void rsAllocationCopy2DRange (RsContext rsc, RsAllocation dest, uint32_t destXoff, uint3… 85 extern "C" void rsAllocationCopy3DRange (RsContext rsc, RsAllocation dest, uint32_t destXoff, uint3…
|