Home
last modified time | relevance | path

Searched refs:glContextMakeCurrent (Results 1 – 4 of 4) sorted by relevance

/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk3-0.15.5/Graphics/UI/Gtk/Gdk/
H A DGLContext.chs77 glContextMakeCurrent,
235 glContextMakeCurrent :: GLContextClass self => self -> IO ()
236 glContextMakeCurrent self = do
250 -- Any OpenGL call after this function returns will be ignored until glContextMakeCurrent
/dports/astro/stellarium/stellarium-0.21.3/src/
H A DStelMainView.hpp102 void glContextMakeCurrent();
H A DStelMainView.cpp963 glContextMakeCurrent(); in reloadShaders()
1327 glContextMakeCurrent(); in deinit()
1731 void StelMainView::glContextMakeCurrent() in glContextMakeCurrent() function in StelMainView
/dports/astro/stellarium/stellarium-0.21.3/src/core/
H A DStelApp.cpp1008 mainWin->glContextMakeCurrent(); in ensureGLContextCurrent()