OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocationIoSendFnPtr
(Results
1 - 3
of
3
) sorted by null
/hardware/interfaces/renderscript/1.0/default/
Device.cpp
122
(
AllocationIoSendFnPtr
)dlsym(handle, "rsAllocationIoSend"),
/frameworks/rs/cpp/
rsDispatch.h
102
typedef void (*
AllocationIoSendFnPtr
) (RsContext, RsAllocation);
168
AllocationIoSendFnPtr
AllocationIoSend;
rsDispatch.cpp
58
dispatchTab.AllocationIoSend = (
AllocationIoSendFnPtr
)dlsym(handle, "rsAllocationIoSend");
Completed in 50 milliseconds