Searched refs:glXGetConfig (Results 1 - 12 of 12) sorted by relevance
/vbox/src/VBox/GuestHost/OpenGL/spu_loader/ |
H A D | choosevisual.c | 149 /* Don't use glXChooseVisual, use glXGetConfig. 156 * libGL, it in turn calls the glXGetConfig() function. Now, there's 157 * a glXGetConfig function in libGL.so **AND** there's a glXGetConfig 184 ws->glXGetConfig(dpy, vis + i, GLX_RGBA, &val); 191 ws->glXGetConfig(dpy, vis + i, GLX_DOUBLEBUFFER, &val); 198 ws->glXGetConfig(dpy, vis + i, GLX_STEREO, &val); 205 ws->glXGetConfig(dpy, vis + i, GLX_LEVEL, &val); 212 ws->glXGetConfig(dpy, vis + i, GLX_SAMPLE_BUFFERS_SGIS, &val); 217 ws->glXGetConfig(dp [all...] |
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/ |
H A D | glx_mangle.h | 40 #define glXGetConfig mglXGetConfig macro
|
H A D | glx.h | 68 * Tokens for glXChooseVisual and glXGetConfig: 90 * Error codes returned by glXGetConfig: 227 extern int glXGetConfig( Display *dpy, XVisualInfo *visual,
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/ |
H A D | glx_mangle.h | 40 #define glXGetConfig mglXGetConfig macro
|
H A D | miniglx.h | 421 glXGetConfig( MINI_Display *dpy, XVisualInfo *vis, int attrib, int *value );
|
H A D | glx.h | 68 * Tokens for glXChooseVisual and glXGetConfig: 90 * Error codes returned by glXGetConfig: 217 extern int glXGetConfig( Display *dpy, XVisualInfo *visual,
|
/vbox/src/VBox/Additions/common/crOpenGL/ |
H A D | fakedri_drv.h | 73 extern int VBOXGLXENTRYTAG(glXGetConfig)(Display *dpy, XVisualInfo *vis, int attrib, int *value) ;
|
H A D | dri_glx.h | 72 extern DECLEXPORT(int) VBOXGLXTAG(glXGetConfig)(Display *dpy, XVisualInfo *vis, int attrib, int *value);
|
H A D | glx_c_exports.c | 155 DECLEXPORT(int) VBOXGLXENTRYTAG(glXGetConfig)(Display *dpy, XVisualInfo *vis, int attrib, int *value) function
|
H A D | glx.c | 153 return_val = stub.wsInterface.glXGetConfig(dpy, vis, GLX_USE_GL, &value); 155 crDebug("native glXGetConfig returned %d (%s) at %s line %d", 166 return_val = stub.wsInterface.glXGetConfig(dpy, vis, attrib_map[i].gl_attrib, &value); 168 crDebug("native glXGetConfig(%s) returned %d (%s) at %s line %d", 735 DECLEXPORT(int) VBOXGLXTAG(glXGetConfig)( Display *dpy, XVisualInfo *vis, int attrib, int *value ) function 742 crWarning("glXGetConfig called with NULL XVisualInfo"); 756 /* try to satisfy this request with the native glXGetConfig() */ 764 return_val = stub.wsInterface.glXGetConfig( dpy, vis, attrib, value ); 767 crDebug("faker native glXGetConfig returned %s", 776 * glXGetConfig, instea 911 DECLEXPORT(int) VBOXGLXTAG(glXGetConfig)( Display *dpy, XVisualInfo *vis, int attrib, int *value ) function [all...] |
/vbox/src/VBox/GuestHost/OpenGL/include/ |
H A D | cr_spu.h | 390 glXGetConfigFunc_t glXGetConfig;
|
/vbox/src/VBox/HostServices/SharedOpenGL/render/ |
H A D | renderspu_glx.c | 193 * Wrapper for glXGetConfig(). 199 render_spu.ws.glXGetConfig( visual->dpy, visual->visual, attrib, &value );
|
Completed in 297 milliseconds