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

/frameworks/rs/cpp/
H A DAllocation.cpp341 void Allocation::copy2DStridedFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, function in class:Allocation
349 void Allocation::copy2DStridedFrom(const void* data, size_t stride) { function in class:Allocation
350 copy2DStridedFrom(0, 0, mCurrentDimX, mCurrentDimY, data, stride);

Completed in 61 milliseconds