Searched defs:copy2DStridedTo (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/cpp/
H A DAllocation.cpp353 void Allocation::copy2DStridedTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, function in class:Allocation
361 void Allocation::copy2DStridedTo(void* data, size_t stride) { function in class:Allocation
362 copy2DStridedTo(0, 0, mCurrentDimX, mCurrentDimY, data, stride);

Completed in 47 milliseconds