Searched defs:copy2DStridedTo (Results 1 - 1 of 1) sorted by relevance
/frameworks/rs/cpp/ |
H A D | Allocation.cpp | 274 void Allocation::copy2DStridedTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, function in class:Allocation 282 void Allocation::copy2DStridedTo(void* data, size_t stride) { function in class:Allocation 283 copy2DStridedTo(0, 0, mCurrentDimX, mCurrentDimY, data, stride);
|
Completed in 7 milliseconds