OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initAdapter
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/
rsDriverLoader.cpp
79
ret &= fn(RS_HAL_ALLOCATION_INIT_ADAPTER, (void **)&rsc->mHal.funcs.allocation.
initAdapter
);
rs_hal.h
223
bool (*
initAdapter
)(const Context *rsc, Allocation *alloc);
rsAllocation.cpp
117
if (!rsc->mHal.funcs.allocation.
initAdapter
(rsc, a)) {
[
all
...]
Completed in 67 milliseconds