OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initOem
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/
rsDriverLoader.cpp
86
ret &= fn(RS_HAL_ALLOCATION_INIT_OEM, (void **)&rsc->mHal.funcs.allocation.
initOem
);
rs_hal.h
219
bool (*
initOem
)(const Context *rsc, Allocation *alloc, bool forceZero, void *usrPtr);
rsAllocation.cpp
76
if (rsc->mHal.funcs.allocation.
initOem
!= nullptr) {
78
success = rsc->mHal.funcs.allocation.
initOem
(rsc, a, type->getElement()->getHasReferences(), ptr);
[
all
...]
Completed in 40 milliseconds