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

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dglx_c_exports.c224 (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);
326 DECLEXPORT(GLXFBConfig *) VBOXGLXENTRYTAG(glXGetFBConfigs)(Display *dpy, int screen, int *nelements) argument
328 return glxim.GetFBConfigs(dpy, screen, nelements);
223 glXChooseFBConfigSGIX(Display *dpy, int screen, int *attrib_list, int *nelements) argument
H A Dglx.c1380 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
1452 return VBOXGLXTAG(glXGetFBConfigs)(dpy, screen, nelements);
1564 *nelements = 1;
1565 pGLXFBConfigs = (GLXFBConfig *) crAlloc(*nelements * sizeof(GLXFBConfig));
1571 return VBOXGLXTAG(glXGetFBConfigs)(dpy, screen, nelements);
1927 DECLEXPORT(GLXFBConfig *) VBOXGLXTAG(glXGetFBConfigs)(Display *dpy, int screen, int *nelements) argument
1934 *nelements = 0;
1939 ++*nelements;
1379 glXChooseFBConfigSGIX(Display *dpy, int screen, int *attrib_list, int *nelements) argument
1975 glXGetFBConfigs(Display *dpy, int screen, int *nelements) argument
[all...]

Completed in 58 milliseconds