Home
last modified time | relevance | path

Searched refs:gladLoadGLX (Results 1 – 17 of 17) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/lives-plugins/plugins/playback/video/
H A Dglad_glx.cpp124 int gladLoadGLX(Display *dpy, int screen) { in gladLoadGLX() function
H A Dglad_glx.h75 GLAPI int gladLoadGLX(Display *dpy, int screen);
H A DopenGL.cpp749 gladLoadGLX(dpy, DefaultScreen(dpy)); in init_screen_inner()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/src/glad/src/
H A Dglx.c227 int gladLoadGLX(Display *display, int screen, GLADloadfunc load) { in gladLoadGLX() function
/dports/benchmarks/glmark2/glmark2-2021.12/src/glad/src/
H A Dglx.c232 int gladLoadGLX(Display *display, int screen, GLADloadfunc load) { in gladLoadGLX() function
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/libsrc/glad/src/
H A Dglad_glx.c147 int gladLoadGLX(Display *dpy, int screen) { in gladLoadGLX() function
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/libsrc/glad/include/glad/
H A Dglad_glx.h78 GLAPI int gladLoadGLX(Display *dpy, int screen);
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs-opengl/
H A Dgl-x11-glx.c268 if (!gladLoadGLX(display, screen_num)) { in open_windowless_display()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/src/glad/include/glad/
H A Dglx.h564 GLAD_API_CALL int gladLoadGLX(Display *display, int screen, GLADloadfunc load);
/dports/benchmarks/glmark2/glmark2-2021.12/src/glad/include/glad/
H A Dglx.h591 GLAD_API_CALL int gladLoadGLX(Display *display, int screen, GLADloadfunc load);
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/glad/src/
H A Dglad_glx.c102 int gladLoadGLX(Display *dpy, int screen) { in gladLoadGLX() function
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/glad/
H A Dglx.c738 int gladLoadGLX(Display* display, int screen, GLADloadfunc load) in gladLoadGLX() function
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/glad/
H A Dglx.c738 int gladLoadGLX(Display* display, int screen, GLADloadfunc load) in gladLoadGLX() function
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/glad/include/glad/
H A Dglad_glx.h57 GLAPI int gladLoadGLX(Display *dpy, int screen);
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/glad/glad/
H A Dglx.h1099 GLAD_API_CALL int gladLoadGLX(Display *display, int screen, GLADloadfunc load);
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/glad/glad/
H A Dglx.h1099 GLAD_API_CALL int gladLoadGLX(Display *display, int screen, GLADloadfunc load);
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/gfx/
H A Dali3dogl.cpp438 if (!gladLoadGLX(_xwin.display, DefaultScreen(_xwin.display))) { in InitGlScreen()