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

/frameworks/rs/tests/cppstrided/
H A Dcompute.cpp56 aout->copy2DStridedTo(buf, stride * sizeof(uint32_t));
/frameworks/rs/cpp/
H A DAllocation.cpp292 void Allocation::copy2DStridedTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, function in class:Allocation
300 void Allocation::copy2DStridedTo(void* data, size_t stride) { function in class:Allocation
301 copy2DStridedTo(0, 0, mCurrentDimX, mCurrentDimY, data, stride);
H A DrsCppStructs.h462 void copy2DStridedTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
470 void copy2DStridedTo(void *data, size_t stride);

Completed in 76 milliseconds