OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContextInitToClientFnPtr
(Results
1 - 3
of
3
) sorted by null
/hardware/interfaces/renderscript/1.0/default/
Device.cpp
123
(
ContextInitToClientFnPtr
)dlsym(handle, "rsContextInitToClient"),
/frameworks/rs/cpp/
rsDispatch.h
42
typedef void (*
ContextInitToClientFnPtr
) (RsContext);
187
ContextInitToClientFnPtr
ContextInitToClient;
rsDispatch.cpp
75
dispatchTab.ContextInitToClient = (
ContextInitToClientFnPtr
)dlsym(handle, "rsContextInitToClient");
Completed in 225 milliseconds