Searched refs:glXCreatePixmap (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dglx_mangle.h65 #define glXCreatePixmap mglXCreatePixmap macro
H A Dglx.h272 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config,
H A Dglxext.h530 extern GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dglx_mangle.h65 #define glXCreatePixmap mglXCreatePixmap macro
H A Dglx.h262 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config,
H A Dglxext.h448 extern GLXPixmap glXCreatePixmap (Display *, GLXFBConfig, Pixmap, const int *);
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dfakedri_drv.h97 extern GLXPixmap VBOXGLXENTRYTAG(glXCreatePixmap)(Display *dpy, GLXFBConfig config, Pixmap pixmap, const ATTRIB_TYPE *attrib_list) ;
H A Ddri_glx.h137 extern DECLEXPORT(GLXPixmap) VBOXGLXTAG(glXCreatePixmap)(Display *dpy, GLXFBConfig config, Pixmap pixmap, const ATTRIB_TYPE *attrib_list);
H A Dglx_c_exports.c284 DECLEXPORT(GLXPixmap) VBOXGLXENTRYTAG(glXCreatePixmap)(Display *dpy, GLXFBConfig config, Pixmap pixmap, const ATTRIB_TYPE *attrib_list)
H A Dglx.c726 return VBOXGLXTAG(glXCreatePixmap)(dpy, (GLXFBConfig)vis->visualid, pixmap, NULL);
1390 return VBOXGLXTAG(glXCreatePixmap)(dpy, config, pixmap, NULL);
1614 VBOXGLXTAG(glXCreatePixmap)(Display *dpy, GLXFBConfig config, Pixmap pixmap, const ATTRIB_TYPE *attrib_list)
1630 crDebug("glXCreatePixmap called for %lu", pixmap);
1649 crWarning("glXCreatePixmap failed to allocate memory");
1656 crWarning("Unknown config %p in glXCreatePixmap", config);
/vbox/include/VBox/HostServices/
H A Dglxext.h428 extern GLXPixmap glXCreatePixmap (Display *, GLXFBConfig, Pixmap, const int *);
/vbox/src/VBox/Devices/Graphics/vmsvga_glext/
H A Dglxext.h549 extern GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);

Completed in 3753 milliseconds