OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initStrided
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/
rsDriverLoader.cpp
114
ret &= fn(RS_HAL_ALLOCATION_INIT_STRIDED, (void **)&rsc->mHal.funcs.allocation.
initStrided
);
rs_hal.h
309
bool (*
initStrided
)(const Context *rsc, Allocation *alloc, bool forceZero, size_t requiredAlignment);
rsAllocation.cpp
86
success = rsc->mHal.funcs.allocation.
initStrided
(rsc, a, type->getElement()->getHasReferences(), requiredAlignment);
[
all
...]
Completed in 660 milliseconds