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

/frameworks/rs/tests/cppstrided/
H A Dcompute.cpp52 ain->copy2DStridedFrom(buf, stride * sizeof(uint32_t));
/frameworks/rs/cpp/
H A DAllocation.cpp280 void Allocation::copy2DStridedFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, function in class:Allocation
288 void Allocation::copy2DStridedFrom(const void* data, size_t stride) { function in class:Allocation
289 copy2DStridedFrom(0, 0, mCurrentDimX, mCurrentDimY, data, stride);
H A DrsCppStructs.h443 void copy2DStridedFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
451 void copy2DStridedFrom(const void *data, size_t stride);

Completed in 83 milliseconds