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

/external/mesa3d/include/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...]

Completed in 26 milliseconds