Searched refs:glXChooseFBConfig (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dglx_mangle.h59 #define glXChooseFBConfig mglXChooseFBConfig macro
H A Dglx.h255 extern GLXFBConfig *glXChooseFBConfig( Display *dpy, int screen,
H A Dglxext.h525 extern GLXFBConfig * glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dglx_mangle.h59 #define glXChooseFBConfig mglXChooseFBConfig macro
H A Dminiglx.h456 glXChooseFBConfig( MINI_Display *dpy, int screen, const int *attribList,
H A Dglx.h245 extern GLXFBConfig *glXChooseFBConfig( Display *dpy, int screen,
H A Dglxext.h443 extern GLXFBConfig * glXChooseFBConfig (Display *, int, const int *, int *);
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dfakedri_drv.h95 extern GLXFBConfig * VBOXGLXENTRYTAG(glXChooseFBConfig)(Display *dpy, int screen, ATTRIB_TYPE *attrib_list, int *nelements) ;
H A Ddri_glx.h135 extern DECLEXPORT(GLXFBConfig *) VBOXGLXTAG(glXChooseFBConfig)(Display *dpy, int screen, ATTRIB_TYPE *attrib_list, int *nelements);
H A Dglx_c_exports.c274 DECLEXPORT(GLXFBConfig *) VBOXGLXENTRYTAG(glXChooseFBConfig)(Display *dpy, int screen, ATTRIB_TYPE *attrib_list, int *nelements) function
H A Dglx.c1382 return VBOXGLXTAG(glXChooseFBConfig)(dpy, screen, attrib_list, nelements);
1443 VBOXGLXTAG(glXChooseFBConfig)(Display *dpy, int screen, ATTRIB_TYPE *attrib_list, int *nelements) function
1575 crWarning("glXChooseFBConfig returning NULL, due to attrib=0x%x, next=0x%x", attrib[0], attrib[1]);
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_spu.h420 glXChooseFBConfigFunc_t glXChooseFBConfig;
/vbox/include/VBox/HostServices/
H A Dglxext.h423 extern GLXFBConfig * glXChooseFBConfig (Display *, int, const int *, int *);
/vbox/src/VBox/Devices/Graphics/vmsvga_glext/
H A Dglxext.h544 extern GLXFBConfig * glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_glx.c319 fbconfig = render_spu.ws.glXChooseFBConfig(dpy, screen, attribs, &numConfigs);
332 crDebug("Render SPU: glXChooseFBConfig found %d matches for visBits 0x%x",

Completed in 70 milliseconds