Searched defs:dstZoff (Results 1 - 1 of 1) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
H A D | Context.cpp | 305 Return<void> Context::allocationCopy3DRange(Allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, uint32_t dstMip, uint32_t width, uint32_t height, uint32_t depth, Allocation srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, uint32_t srcMip) { argument 309 uint32_t _dstZoff = dstZoff;
|
Completed in 12 milliseconds