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

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dfakedri_drv.h91 extern XVisualInfo * VBOXGLXENTRYTAG(glXGetVisualFromFBConfigSGIX)(Display *dpy, GLXFBConfig config) ;
92 extern GLXContext VBOXGLXENTRYTAG(glXCreateContextWithConfigSGIX)(Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
93 extern GLXPixmap VBOXGLXENTRYTAG(glXCreateGLXPixmapWithConfigSGIX)(Display *dpy, GLXFBConfig config, Pixmap pixmap) ;
94 extern int VBOXGLXENTRYTAG(glXGetFBConfigAttribSGIX)(Display *dpy, GLXFBConfig config, int attribute, int *value) ;
95 extern GLXFBConfig * VBOXGLXENTRYTAG(glXChooseFBConfig)(Display *dpy, int screen, ATTRIB_TYPE *attrib_list, int *nelements) ;
96 extern GLXPbuffer VBOXGLXENTRYTAG(glXCreatePbuffer)(Display *dpy, GLXFBConfig config, ATTRIB_TYPE *attrib_list) ;
97 extern GLXPixmap VBOXGLXENTRYTAG(glXCreatePixmap)(Display *dpy, GLXFBConfig config, Pixmap pixmap, const ATTRIB_TYPE *attrib_list) ;
98 extern GLXWindow VBOXGLXENTRYTAG(glXCreateWindow)(Display *dpy, GLXFBConfig config, Window win, ATTRIB_TYPE *attrib_list) ;
99 extern GLXContext VBOXGLXENTRYTAG(glXCreateNewContext)(Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
104 extern int VBOXGLXENTRYTAG(glXGetFBConfigAttrib)(Display *dpy, GLXFBConfig confi
[all...]
H A Dglx_proto.h110 typedef XVisualInfo * (*PGLXFUNC_GetVisualFromFBConfigSGIX)(Display *dpy, GLXFBConfig config);
112 (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
114 typedef GLXPixmap (*PGLXFUNC_CreateGLXPixmapWithConfigSGIX)(Display *dpy, GLXFBConfig config, Pixmap pixmap);
115 typedef int (*PGLXFUNC_GetFBConfigAttribSGIX)(Display *dpy, GLXFBConfig config, int attribute, int *value);
120 typedef GLXFBConfig * (*PGLXFUNC_ChooseFBConfig)(Display *dpy, int screen, ATTRIB_TYPE *attrib_list, int *nelements);
121 typedef GLXPbuffer (*PGLXFUNC_CreatePbuffer)(Display *dpy, GLXFBConfig config, ATTRIB_TYPE *attrib_list);
122 typedef GLXPixmap (*PGLXFUNC_CreatePixmap)(Display *dpy, GLXFBConfig config, Pixmap pixmap, const ATTRIB_TYPE *attrib_list);
123 typedef GLXWindow (*PGLXFUNC_CreateWindow)(Display *dpy, GLXFBConfig config, Window win, ATTRIB_TYPE *attrib_list);
125 (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
131 typedef int (*PGLXFUNC_GetFBConfigAttrib)(Display *dpy, GLXFBConfig confi
[all...]
H A Ddri_glx.h125 extern DECLEXPORT(XVisualInfo *) VBOXGLXTAG(glXGetVisualFromFBConfigSGIX)(Display *dpy, GLXFBConfig config);
127 (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
129 extern DECLEXPORT(GLXPixmap) VBOXGLXTAG(glXCreateGLXPixmapWithConfigSGIX)(Display *dpy, GLXFBConfig config, Pixmap pixmap);
130 extern DECLEXPORT(int) VBOXGLXTAG(glXGetFBConfigAttribSGIX)(Display *dpy, GLXFBConfig config, int attribute, int *value);
135 extern DECLEXPORT(GLXFBConfig *) VBOXGLXTAG(glXChooseFBConfig)(Display *dpy, int screen, ATTRIB_TYPE *attrib_list, int *nelements);
136 extern DECLEXPORT(GLXPbuffer) VBOXGLXTAG(glXCreatePbuffer)(Display *dpy, GLXFBConfig config, ATTRIB_TYPE *attrib_list);
137 extern DECLEXPORT(GLXPixmap) VBOXGLXTAG(glXCreatePixmap)(Display *dpy, GLXFBConfig config, Pixmap pixmap, const ATTRIB_TYPE *attrib_list);
138 extern DECLEXPORT(GLXWindow) VBOXGLXTAG(glXCreateWindow)(Display *dpy, GLXFBConfig config, Window win, ATTRIB_TYPE *attrib_list);
140 (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
146 extern DECLEXPORT(int) VBOXGLXTAG(glXGetFBConfigAttrib)(Display *dpy, GLXFBConfig confi
[all...]
H A Dglx_c_exports.c249 DECLEXPORT(XVisualInfo *) VBOXGLXENTRYTAG(glXGetVisualFromFBConfigSGIX)(Display *dpy, GLXFBConfig config)
255 (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct)
260 DECLEXPORT(GLXPixmap) VBOXGLXENTRYTAG(glXCreateGLXPixmapWithConfigSGIX)(Display *dpy, GLXFBConfig config, Pixmap pixmap)
265 DECLEXPORT(int) VBOXGLXENTRYTAG(glXGetFBConfigAttribSGIX)(Display *dpy, GLXFBConfig config, int attribute, int *value)
274 DECLEXPORT(GLXFBConfig *) VBOXGLXENTRYTAG(glXChooseFBConfig)(Display *dpy, int screen, ATTRIB_TYPE *attrib_list, int *nelements)
279 DECLEXPORT(GLXPbuffer) VBOXGLXENTRYTAG(glXCreatePbuffer)(Display *dpy, GLXFBConfig config, ATTRIB_TYPE *attrib_list)
284 DECLEXPORT(GLXPixmap) VBOXGLXENTRYTAG(glXCreatePixmap)(Display *dpy, GLXFBConfig config, Pixmap pixmap, const ATTRIB_TYPE *attrib_list)
289 DECLEXPORT(GLXWindow) VBOXGLXENTRYTAG(glXCreateWindow)(Display *dpy, GLXFBConfig config, Window win, ATTRIB_TYPE *attrib_list)
296 (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct)
321 DECLEXPORT(int) VBOXGLXENTRYTAG(glXGetFBConfigAttrib)(Display *dpy, GLXFBConfig confi
[all...]
H A Dglx.c726 return VBOXGLXTAG(glXCreatePixmap)(dpy, (GLXFBConfig)vis->visualid, pixmap, NULL);
1372 DECLEXPORT(int) VBOXGLXTAG(glXGetFBConfigAttribSGIX)(Display *dpy, GLXFBConfig config,
1387 GLXFBConfig config,
1394 VBOXGLXTAG(glXCreateContextWithConfigSGIX)(Display *dpy, GLXFBConfig config,
1423 GLXFBConfig config)
1435 /*Note: Caller is supposed to call XFree on returned value, so can't just return (GLXFBConfig)vis->visualid*/
1436 return (GLXFBConfigSGIX) VBOXGLXTAG(glXGetVisualFromFBConfig)(dpy, (GLXFBConfig)vis->visualid);
1442 DECLEXPORT(GLXFBConfig *)
1562 GLXFBConfig *pGLXFBConfigs;
1565 pGLXFBConfigs = (GLXFBConfig *) crAllo
[all...]
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dglx.h182 typedef struct __GLXFBConfigRec *GLXFBConfig; typedef in typeref:struct:__GLXFBConfigRec
255 extern GLXFBConfig *glXChooseFBConfig( Display *dpy, int screen,
258 extern int glXGetFBConfigAttrib( Display *dpy, GLXFBConfig config,
261 extern GLXFBConfig *glXGetFBConfigs( Display *dpy, int screen,
265 GLXFBConfig config );
267 extern GLXWindow glXCreateWindow( Display *dpy, GLXFBConfig config,
272 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config,
277 extern GLXPbuffer glXCreatePbuffer( Display *dpy, GLXFBConfig config,
285 extern GLXContext glXCreateNewContext( Display *dpy, GLXFBConfig config,
304 typedef GLXFBConfig * (* PFNGLXGETFBCONFIGSPRO
[all...]
H A Dglxext.h524 extern GLXFBConfig * glXGetFBConfigs (Display *dpy, int screen, int *nelements);
525 extern GLXFBConfig * glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
526 extern int glXGetFBConfigAttrib (Display *dpy, GLXFBConfig config, int attribute, int *value);
527 extern XVisualInfo * glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);
528 extern GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
530 extern GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
532 extern GLXPbuffer glXCreatePbuffer (Display *dpy, GLXFBConfig config, const int *attrib_list);
535 extern GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
543 typedef GLXFBConfig * ( * PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
544 typedef GLXFBConfig * ( * PFNGLXCHOOSEFBCONFIGPRO
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dglx.h182 typedef struct __GLXFBConfigRec *GLXFBConfig; typedef in typeref:struct:__GLXFBConfigRec
245 extern GLXFBConfig *glXChooseFBConfig( Display *dpy, int screen,
248 extern int glXGetFBConfigAttrib( Display *dpy, GLXFBConfig config,
251 extern GLXFBConfig *glXGetFBConfigs( Display *dpy, int screen,
255 GLXFBConfig config );
257 extern GLXWindow glXCreateWindow( Display *dpy, GLXFBConfig config,
262 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config,
267 extern GLXPbuffer glXCreatePbuffer( Display *dpy, GLXFBConfig config,
275 extern GLXContext glXCreateNewContext( Display *dpy, GLXFBConfig config,
H A Dglxext.h442 extern GLXFBConfig * glXGetFBConfigs (Display *, int, int *);
443 extern GLXFBConfig * glXChooseFBConfig (Display *, int, const int *, int *);
444 extern int glXGetFBConfigAttrib (Display *, GLXFBConfig, int, int *);
445 extern XVisualInfo * glXGetVisualFromFBConfig (Display *, GLXFBConfig);
446 extern GLXWindow glXCreateWindow (Display *, GLXFBConfig, Window, const int *);
448 extern GLXPixmap glXCreatePixmap (Display *, GLXFBConfig, Pixmap, const int *);
450 extern GLXPbuffer glXCreatePbuffer (Display *, GLXFBConfig, const int *);
453 extern GLXContext glXCreateNewContext (Display *, GLXFBConfig, int, GLXContext, Bool);
461 typedef GLXFBConfig * ( * PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
462 typedef GLXFBConfig * ( * PFNGLXCHOOSEFBCONFIGPRO
[all...]
H A Dminiglx.h117 } GLXFBConfig; typedef in typeref:struct:MiniGLXFBConfigRec
450 glXCreatePbuffer( MINI_Display *dpy, GLXFBConfig config, const int *attribList );
455 extern GLXFBConfig *
460 glXGetVisualFromFBConfig( MINI_Display *dpy, GLXFBConfig config );
/vbox/include/VBox/HostServices/
H A Dglxext.h422 extern GLXFBConfig * glXGetFBConfigs (Display *, int, int *);
423 extern GLXFBConfig * glXChooseFBConfig (Display *, int, const int *, int *);
424 extern int glXGetFBConfigAttrib (Display *, GLXFBConfig, int, int *);
425 extern XVisualInfo * glXGetVisualFromFBConfig (Display *, GLXFBConfig);
426 extern GLXWindow glXCreateWindow (Display *, GLXFBConfig, Window, const int *);
428 extern GLXPixmap glXCreatePixmap (Display *, GLXFBConfig, Pixmap, const int *);
430 extern GLXPbuffer glXCreatePbuffer (Display *, GLXFBConfig, const int *);
433 extern GLXContext glXCreateNewContext (Display *, GLXFBConfig, int, GLXContext, Bool);
441 typedef GLXFBConfig * ( * PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
442 typedef GLXFBConfig * ( * PFNGLXCHOOSEFBCONFIGPRO
[all...]
/vbox/src/VBox/Devices/Graphics/vmsvga_glext/
H A Dglxext.h543 extern GLXFBConfig * glXGetFBConfigs (Display *dpy, int screen, int *nelements);
544 extern GLXFBConfig * glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
545 extern int glXGetFBConfigAttrib (Display *dpy, GLXFBConfig config, int attribute, int *value);
546 extern XVisualInfo * glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);
547 extern GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
549 extern GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
551 extern GLXPbuffer glXCreatePbuffer (Display *dpy, GLXFBConfig config, const int *attrib_list);
554 extern GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
562 typedef GLXFBConfig * ( * PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
563 typedef GLXFBConfig * ( * PFNGLXCHOOSEFBCONFIGPRO
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_spu.h293 typedef GLXContext (*glXCreateNewContextFunc_t)( Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct );
294 typedef GLXWindow (*glXCreateWindowFunc_t)(Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
296 typedef GLXFBConfig *(*glXChooseFBConfigFunc_t)( Display *dpy, int screen, const int *attribList, int *nitems );
297 typedef GLXFBConfig *(*glXGetFBConfigsFunc_t)(Display *dpy, int screen, int *nelements);
298 typedef int (*glXGetFBConfigAttribFunc_t)(Display *dpy, GLXFBConfig config, int attribute, int *value);
299 typedef XVisualInfo *(*glXGetVisualFromFBConfigFunc_t)(Display *dpy, GLXFBConfig config);
300 typedef GLXPbuffer (*glXCreatePbufferFunc_t)( Display *dpy, GLXFBConfig config, const int *attribList );
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.h85 GLXFBConfig fbconfig;
H A Drenderspu_glx.c239 static GLXFBConfig
242 GLXFBConfig *fbconfig;

Completed in 89 milliseconds