Searched refs:GLXFBConfigSGIX (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dglxapi.h137 int (*GetFBConfigAttribSGIX)(Display *, GLXFBConfigSGIX, int, int *);
138 GLXFBConfigSGIX * (*ChooseFBConfigSGIX)(Display *, int, int *, int *);
139 GLXPixmap (*CreateGLXPixmapWithConfigSGIX)(Display *, GLXFBConfigSGIX, Pixmap);
140 GLXContext (*CreateContextWithConfigSGIX)(Display *, GLXFBConfigSGIX, int, GLXContext, Bool);
141 XVisualInfo * (*GetVisualFromFBConfigSGIX)(Display *, GLXFBConfigSGIX);
142 GLXFBConfigSGIX (*GetFBConfigFromVisualSGIX)(Display *, XVisualInfo *);
145 GLXPbufferSGIX (*CreateGLXPbufferSGIX)(Display *, GLXFBConfigSGIX, unsigned int, unsigned int, int *);
H A Drealglx.h218 _real_glXGetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, int attribute, int *value);
220 extern GLXFBConfigSGIX *
224 _real_glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
227 _real_glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
230 _real_glXGetVisualFromFBConfigSGIX(Display *dpy, GLXFBConfigSGIX config);
232 extern GLXFBConfigSGIX
238 _real_glXCreateGLXPbufferSGIX(Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int *attrib_list);
H A Dglxapi.c762 glXGetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, int attribute, int *value)
771 GLXFBConfigSGIX PUBLIC *
782 glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap)
792 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct)
802 glXGetVisualFromFBConfigSGIX(Display *dpy, GLXFBConfigSGIX config)
811 GLXFBConfigSGIX PUBLIC
826 glXCreateGLXPbufferSGIX(Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int *attrib_list)
H A Dfakeglx.c2517 Fake_glXGetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, int attribute, int *value)
2522 static GLXFBConfigSGIX *
2530 Fake_glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap)
2539 Fake_glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct)
2566 Fake_glXGetVisualFromFBConfigSGIX(Display *dpy, GLXFBConfigSGIX config)
2572 static GLXFBConfigSGIX
2581 return (GLXFBConfigSGIX) xmvis;
2589 Fake_glXCreateGLXPbufferSGIX(Display *dpy, GLXFBConfigSGIX config,
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.h137 int (*GetFBConfigAttribSGIX)(Display *, GLXFBConfigSGIX, int, int *);
138 GLXFBConfigSGIX * (*ChooseFBConfigSGIX)(Display *, int, int *, int *);
139 GLXPixmap (*CreateGLXPixmapWithConfigSGIX)(Display *, GLXFBConfigSGIX, Pixmap);
140 GLXContext (*CreateContextWithConfigSGIX)(Display *, GLXFBConfigSGIX, int, GLXContext, Bool);
141 XVisualInfo * (*GetVisualFromFBConfigSGIX)(Display *, GLXFBConfigSGIX);
142 GLXFBConfigSGIX (*GetFBConfigFromVisualSGIX)(Display *, XVisualInfo *);
145 GLXPbufferSGIX (*CreateGLXPbufferSGIX)(Display *, GLXFBConfigSGIX, unsigned int, unsigned int, int *);
H A Drealglx.h218 _real_glXGetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, int attribute, int *value);
220 extern GLXFBConfigSGIX *
224 _real_glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
227 _real_glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
230 _real_glXGetVisualFromFBConfigSGIX(Display *dpy, GLXFBConfigSGIX config);
232 extern GLXFBConfigSGIX
238 _real_glXCreateGLXPbufferSGIX(Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int *attrib_list);
H A Dglxapi.c762 glXGetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, int attribute, int *value)
771 GLXFBConfigSGIX PUBLIC *
782 glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap)
792 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct)
802 glXGetVisualFromFBConfigSGIX(Display *dpy, GLXFBConfigSGIX config)
811 GLXFBConfigSGIX PUBLIC
826 glXCreateGLXPbufferSGIX(Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int *attrib_list)
H A Dfakeglx.c2517 Fake_glXGetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, int attribute, int *value)
2522 static GLXFBConfigSGIX *
2530 Fake_glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap)
2539 Fake_glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct)
2566 Fake_glXGetVisualFromFBConfigSGIX(Display *dpy, GLXFBConfigSGIX config)
2572 static GLXFBConfigSGIX
2581 return (GLXFBConfigSGIX) xmvis;
2589 Fake_glXCreateGLXPbufferSGIX(Display *dpy, GLXFBConfigSGIX config,
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dglxext.h460 typedef struct __GLXFBConfigRec *GLXFBConfigSGIX; typedef in typeref:struct:__GLXFBConfigRec
682 extern int glXGetFBConfigAttribSGIX (Display *dpy, GLXFBConfigSGIX config, int attribute, int *value);
683 extern GLXFBConfigSGIX * glXChooseFBConfigSGIX (Display *dpy, int screen, int *attrib_list, int *nelements);
684 extern GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
685 extern GLXContext glXCreateContextWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
686 extern XVisualInfo * glXGetVisualFromFBConfigSGIX (Display *dpy, GLXFBConfigSGIX config);
687 extern GLXFBConfigSGIX glXGetFBConfigFromVisualSGIX (Display *dpy, XVisualInfo *vis);
689 typedef int ( * PFNGLXGETFBCONFIGATTRIBSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int attribute, int *value);
690 typedef GLXFBConfigSGIX * ( * PFNGLXCHOOSEFBCONFIGSGIXPROC) (Display *dpy, int screen, int *attrib_list, int *nelements);
691 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX confi
[all...]
/external/mesa3d/include/GL/
H A Dglxext.h460 typedef struct __GLXFBConfigRec *GLXFBConfigSGIX; typedef in typeref:struct:__GLXFBConfigRec
682 extern int glXGetFBConfigAttribSGIX (Display *dpy, GLXFBConfigSGIX config, int attribute, int *value);
683 extern GLXFBConfigSGIX * glXChooseFBConfigSGIX (Display *dpy, int screen, int *attrib_list, int *nelements);
684 extern GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
685 extern GLXContext glXCreateContextWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
686 extern XVisualInfo * glXGetVisualFromFBConfigSGIX (Display *dpy, GLXFBConfigSGIX config);
687 extern GLXFBConfigSGIX glXGetFBConfigFromVisualSGIX (Display *dpy, XVisualInfo *vis);
689 typedef int ( * PFNGLXGETFBCONFIGATTRIBSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int attribute, int *value);
690 typedef GLXFBConfigSGIX * ( * PFNGLXCHOOSEFBCONFIGSGIXPROC) (Display *dpy, int screen, int *attrib_list, int *nelements);
691 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX confi
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c2313 glXGetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config,
2319 PUBLIC GLXFBConfigSGIX *
2329 glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config,
2339 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config,
2357 glXGetVisualFromFBConfigSGIX(Display *dpy, GLXFBConfigSGIX config)
2363 PUBLIC GLXFBConfigSGIX
2372 return (GLXFBConfigSGIX) xmvis;
2380 glXCreateGLXPbufferSGIX(Display *dpy, GLXFBConfigSGIX config,
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c2313 glXGetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config,
2319 PUBLIC GLXFBConfigSGIX *
2329 glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config,
2339 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config,
2357 glXGetVisualFromFBConfigSGIX(Display *dpy, GLXFBConfigSGIX config)
2363 PUBLIC GLXFBConfigSGIX
2372 return (GLXFBConfigSGIX) xmvis;
2380 glXCreateGLXPbufferSGIX(Display *dpy, GLXFBConfigSGIX config,
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxcmds.c1926 (Display * dpy, GLXFBConfigSGIX config, int attribute, int *value),
1929 _X_EXPORT GLX_ALIAS(GLXFBConfigSGIX *, glXChooseFBConfigSGIX,
1935 (Display * dpy, GLXFBConfigSGIX config),
1940 GLXFBConfigSGIX fbconfig,
1993 GLXFBConfigSGIX fbconfig, int renderType,
2018 _X_EXPORT GLXFBConfigSGIX
2027 return (GLXFBConfigSGIX) glx_config_find_visual(psc->configs,
H A Dglx_pbuffer.c630 glXCreateGLXPbufferSGIX(Display * dpy, GLXFBConfigSGIX config,
/external/mesa3d/src/glx/
H A Dglxcmds.c1926 (Display * dpy, GLXFBConfigSGIX config, int attribute, int *value),
1929 _X_EXPORT GLX_ALIAS(GLXFBConfigSGIX *, glXChooseFBConfigSGIX,
1935 (Display * dpy, GLXFBConfigSGIX config),
1940 GLXFBConfigSGIX fbconfig,
1993 GLXFBConfigSGIX fbconfig, int renderType,
2018 _X_EXPORT GLXFBConfigSGIX
2027 return (GLXFBConfigSGIX) glx_config_find_visual(psc->configs,
H A Dglx_pbuffer.c630 glXCreateGLXPbufferSGIX(Display * dpy, GLXFBConfigSGIX config,

Completed in 297 milliseconds