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

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/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...]
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...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/GL/
H A Dglxext.h53 typedef struct __GLXFBConfigRec *GLXFBConfig; typedef in typeref:struct:__GLXFBConfigRec
112 typedef GLXFBConfig *( *PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
113 typedef GLXFBConfig *( *PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements);
114 typedef int ( *PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *value);
115 typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config);
116 typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
118 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
120 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
123 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
130 GLXFBConfig *glXGetFBConfig
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
H A Dglxext.h53 typedef struct __GLXFBConfigRec *GLXFBConfig; typedef in typeref:struct:__GLXFBConfigRec
112 typedef GLXFBConfig *( *PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
113 typedef GLXFBConfig *( *PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements);
114 typedef int ( *PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *value);
115 typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config);
116 typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
118 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
120 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
123 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
130 GLXFBConfig *glXGetFBConfig
[all...]

Completed in 42 milliseconds