MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / getEGLData

Method getEGLData

Engine/AppManager.cpp:937–941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

935#endif
936#ifdef __NATRON_LINUX__
937const OSGLContext_egl_data*
938AppManager::getEGLData() const
939{
940 return _imp->eglInfo.get();
941}
942
943const OSGLContext_glx_data*
944AppManager::getGLXData() const

Callers 7

initGlMethod · 0.80
OSGLContext_waylandMethod · 0.80
~OSGLContext_waylandMethod · 0.80
makeContextCurrentMethod · 0.80
swapBuffersMethod · 0.80
swapIntervalMethod · 0.80
getGPUInfosMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected