OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:elementRead
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/
rsAllocation.h
151
void
elementRead
(Context *rsc, uint32_t x, uint32_t y, uint32_t z,
rsDriverLoader.cpp
108
ret &= fn(RS_HAL_ALLOCATION_ELEMENT_READ, (void **)&rsc->mHal.funcs.allocation.
elementRead
);
rsAllocation.cpp
303
void Allocation::
elementRead
(Context *rsc, uint32_t x, uint32_t y, uint32_t z,
334
rsc->mHal.funcs.allocation.
elementRead
(rsc, this, x, y, z, data, cIdx, sizeBytes);
[
all
...]
rs_hal.h
295
void (*
elementRead
)(const Context *rsc, const Allocation *alloc,
Completed in 109 milliseconds