OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContextCreateGLFnPtr
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpp/
rsDispatch.h
109
typedef RsContext (*
ContextCreateGLFnPtr
) (RsDevice vdev, uint32_t version, uint32_t sdkVersion, RsSurfaceConfig sc, uint32_t dpi);
231
ContextCreateGLFnPtr
ContextCreateGL;
rsDispatch.cpp
120
dispatchTab.ContextCreateGL = (
ContextCreateGLFnPtr
)dlsym(handle, "rsContextCreateGL");
Completed in 95 milliseconds