OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copy2DStridedTo
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/tests/cppstrided/
compute.cpp
56
aout->
copy2DStridedTo
(buf, stride * sizeof(uint32_t));
/frameworks/rs/cpp/
Allocation.cpp
274
void Allocation::
copy2DStridedTo
(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
282
void Allocation::
copy2DStridedTo
(void* data, size_t stride) {
283
copy2DStridedTo
(0, 0, mCurrentDimX, mCurrentDimY, data, stride);
rsCppStructs.h
456
void
copy2DStridedTo
(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
464
void
copy2DStridedTo
(void *data, size_t stride);
[
all
...]
Completed in 44 milliseconds