Searched defs:attrib_list (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dglx_c_exports.c212 (Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int *attrib_list)
214 return glxim.CreateGLXPbufferSGIX(dpy, config, width, height, attrib_list);
224 (Display *dpy, int screen, int *attrib_list, int *nelements)
226 return glxim.ChooseFBConfigSGIX(dpy, screen, attrib_list, nelements);
274 DECLEXPORT(GLXFBConfig *) VBOXGLXENTRYTAG(glXChooseFBConfig)(Display *dpy, int screen, ATTRIB_TYPE *attrib_list, int *nelements) argument
276 return glxim.ChooseFBConfig(dpy, screen, attrib_list, nelements);
279 DECLEXPORT(GLXPbuffer) VBOXGLXENTRYTAG(glXCreatePbuffer)(Display *dpy, GLXFBConfig config, ATTRIB_TYPE *attrib_list)
281 return glxim.CreatePbuffer(dpy, config, attrib_list);
284 DECLEXPORT(GLXPixmap) VBOXGLXENTRYTAG(glXCreatePixmap)(Display *dpy, GLXFBConfig config, Pixmap pixmap, const ATTRIB_TYPE *attrib_list)
286 return glxim.CreatePixmap(dpy, config, pixmap, attrib_list);
223 glXChooseFBConfigSGIX(Display *dpy, int screen, int *attrib_list, int *nelements) argument
[all...]
H A Dglx.c1329 int *attrib_list)
1335 (void) attrib_list;
1380 int *attrib_list, int *nelements)
1382 return VBOXGLXTAG(glXChooseFBConfig)(dpy, screen, attrib_list, nelements);
1443 VBOXGLXTAG(glXChooseFBConfig)(Display *dpy, int screen, ATTRIB_TYPE *attrib_list, int *nelements) argument
1450 if (!attrib_list)
1455 for (attrib = attrib_list; *attrib != None; attrib++)
1601 VBOXGLXTAG(glXCreatePbuffer)(Display *dpy, GLXFBConfig config, ATTRIB_TYPE *attrib_list)
1605 (void) attrib_list;
1614 VBOXGLXTAG(glXCreatePixmap)(Display *dpy, GLXFBConfig config, Pixmap pixmap, const ATTRIB_TYPE *attrib_list)
1379 glXChooseFBConfigSGIX(Display *dpy, int screen, int *attrib_list, int *nelements) argument
2509 glXBindTexImageEXT(Display *dpy, GLXDrawable draw, int buffer, const int *attrib_list) argument
[all...]

Completed in 505 milliseconds