Searched refs:glXCreateWindow (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dglx_mangle.h63 #define glXCreateWindow mglXCreateWindow macro
H A Dglx.h254 extern GLXWindow glXCreateWindow( Display *dpy, GLXFBConfig config,
H A Dglxext.h132 GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dglx_getproc.c79 { "glXCreateWindow", (__GLXextFuncPtr) glXCreateWindow },
H A Dglx_api.c1925 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, function in typeref:typename:PUBLIC GLXWindow
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dglx_getproc.c79 { "glXCreateWindow", (__GLXextFuncPtr) glXCreateWindow },
H A Dglx_api.c1875 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, function in typeref:typename:PUBLIC GLXWindow
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyr_glamor_glx.c310 glx_win = glXCreateWindow(dpy, fb_config, win, NULL);
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dglx.h249 extern GLXWindow glXCreateWindow( Display *dpy, GLXFBConfig config,
H A Dglxext.h132 GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dglxapi.c439 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, const int *attribList) function in typeref:typename:GLXWindow PUBLIC
1096 { "glXCreateWindow", (__GLXextFuncPtr) glXCreateWindow },
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dglxapi.c435 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, const int *attribList) function in typeref:typename:GLXWindow PUBLIC
1092 { "glXCreateWindow", (__GLXextFuncPtr) glXCreateWindow },
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglx_pbuffer.c939 glXCreateWindow(Display * dpy, GLXFBConfig config, Window win, function in typeref:typename:_GLX_PUBLIC GLXWindow
H A Dglxcmds.c2477 GLX_FUNCTION(glXCreateWindow),
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglx_pbuffer.c920 glXCreateWindow(Display * dpy, GLXFBConfig config, Window win, function in typeref:typename:_GLX_PUBLIC GLXWindow
H A Dglxcmds.c2567 GLX_FUNCTION(glXCreateWindow),
/xsrc/external/mit/libepoxy/src/
H A Dglx_generated.h904 #define glXCreateWindow epoxy_glXCreateWindow macro
H A Dglx_generated_dispatch.c999 0, // glXCreateWindow
3610 return glx_single_resolver(PROVIDER_GLX_13, 682 /* glXCreateWindow */);
4249 GEN_THUNKS_RET(GLXWindow, glXCreateWindow, (Display * dpy, GLXFBConfig config, Window win, const int * attrib_list), (dpy, config, win, attrib_list))
4384 epoxy_glXCreateWindow_dispatch_table_rewrite_ptr, /* glXCreateWindow */

Completed in 37 milliseconds