OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copy2DStridedFrom
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/tests/cppstrided/
compute.cpp
52
ain->
copy2DStridedFrom
(buf, stride * sizeof(uint32_t));
/frameworks/rs/cpp/
Allocation.cpp
262
void Allocation::
copy2DStridedFrom
(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
270
void Allocation::
copy2DStridedFrom
(const void* data, size_t stride) {
271
copy2DStridedFrom
(0, 0, mCurrentDimX, mCurrentDimY, data, stride);
rsCppStructs.h
437
void
copy2DStridedFrom
(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
445
void
copy2DStridedFrom
(const void *data, size_t stride);
[
all
...]
Completed in 54 milliseconds