Searched defs:glXGetFBConfigs (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dglx_mangle.h61 #define glXGetFBConfigs mglXGetFBConfigs macro
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dglx_mangle.h61 #define glXGetFBConfigs mglXGetFBConfigs macro
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dglx_c_exports.c326 DECLEXPORT(GLXFBConfig *) VBOXGLXENTRYTAG(glXGetFBConfigs)(Display *dpy, int screen, int *nelements) function
H A Dglx.c1452 return VBOXGLXTAG(glXGetFBConfigs)(dpy, screen, nelements);
1571 return VBOXGLXTAG(glXGetFBConfigs)(dpy, screen, nelements);
1713 if (stub.wsInterface.glXGetFBConfigs)
1715 realcfg = stub.wsInterface.glXGetFBConfigs(dpy, 0, &nconfigs);
1927 DECLEXPORT(GLXFBConfig *) VBOXGLXTAG(glXGetFBConfigs)(Display *dpy, int screen, int *nelements) function
1967 crDebug("glXGetFBConfigs returned %i configs", *nelements);
1970 crDebug("glXGetFBConfigs[%i]=%p", i, pGLXFBConfigs[i]);
1975 DECLEXPORT(GLXFBConfig *) VBOXGLXTAG(glXGetFBConfigs)(Display *dpy, int screen, int *nelements) function
1986 crDebug("glXGetFBConfigs returned %i configs", *nelements);
1989 crDebug("glXGetFBConfigs[
[all...]

Completed in 587 milliseconds