Lines Matching defs:glXGetConfig
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 )
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, instead of by calling glXChooseVisual, we need to keep
902 crWarning( "Unsupported GLX Call: glXGetConfig with attrib 0x%x", attrib );
911 DECLEXPORT(int) VBOXGLXTAG(glXGetConfig)( Display *dpy, XVisualInfo *vis, int attrib, int *value )
915 crWarning("glXGetConfig called with NULL XVisualInfo");
1037 crWarning( "Unsupported GLX Call: glXGetConfig with attrib 0x%x, ignoring...", attrib );