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 D | glx_mangle.h | 59 #define glXChooseFBConfig mglXChooseFBConfig macro
|
H A D | glx.h | 255 extern GLXFBConfig *glXChooseFBConfig( Display *dpy, int screen,
|
H A D | glxext.h | 525 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 D | glx_mangle.h | 59 #define glXChooseFBConfig mglXChooseFBConfig macro
|
H A D | miniglx.h | 456 glXChooseFBConfig( MINI_Display *dpy, int screen, const int *attribList,
|
H A D | glx.h | 245 extern GLXFBConfig *glXChooseFBConfig( Display *dpy, int screen,
|
H A D | glxext.h | 443 extern GLXFBConfig * glXChooseFBConfig (Display *, int, const int *, int *);
|
/vbox/src/VBox/Additions/common/crOpenGL/ |
H A D | fakedri_drv.h | 95 extern GLXFBConfig * VBOXGLXENTRYTAG(glXChooseFBConfig)(Display *dpy, int screen, ATTRIB_TYPE *attrib_list, int *nelements) ;
|
H A D | dri_glx.h | 135 extern DECLEXPORT(GLXFBConfig *) VBOXGLXTAG(glXChooseFBConfig)(Display *dpy, int screen, ATTRIB_TYPE *attrib_list, int *nelements);
|
H A D | glx_c_exports.c | 274 DECLEXPORT(GLXFBConfig *) VBOXGLXENTRYTAG(glXChooseFBConfig)(Display *dpy, int screen, ATTRIB_TYPE *attrib_list, int *nelements) function
|
H A D | glx.c | 1382 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 D | cr_spu.h | 420 glXChooseFBConfigFunc_t glXChooseFBConfig;
|
/vbox/include/VBox/HostServices/ |
H A D | glxext.h | 423 extern GLXFBConfig * glXChooseFBConfig (Display *, int, const int *, int *);
|
/vbox/src/VBox/Devices/Graphics/vmsvga_glext/ |
H A D | glxext.h | 544 extern GLXFBConfig * glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
|
/vbox/src/VBox/HostServices/SharedOpenGL/render/ |
H A D | renderspu_glx.c | 319 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