Home
last modified time | relevance | path

Searched refs:GLXFBConfigSGIX (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/drivers/x11/
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…
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, GLXCont…
230 _real_glXGetVisualFromFBConfigSGIX(Display *dpy, GLXFBConfigSGIX config);
232 extern GLXFBConfigSGIX
238 _real_glXCreateGLXPbufferSGIX(Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned in…
Dglxapi.c762 glXGetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, int attribute, int *value) in glXGetFBConfigAttribSGIX()
771 GLXFBConfigSGIX PUBLIC *
782 glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap) in glXCreateGLXPixmapWithConfigSGIX()
792 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext sh… in glXCreateContextWithConfigSGIX()
802 glXGetVisualFromFBConfigSGIX(Display *dpy, GLXFBConfigSGIX config) in glXGetVisualFromFBConfigSGIX()
811 GLXFBConfigSGIX PUBLIC
826 glXCreateGLXPbufferSGIX(Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int heig… in glXCreateGLXPbufferSGIX()
Dfakeglx.c2517 Fake_glXGetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, int attribute, int *value) in Fake_glXGetFBConfigAttribSGIX()
2522 static GLXFBConfigSGIX *
2530 Fake_glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap) in Fake_glXCreateGLXPixmapWithConfigSGIX()
2539 Fake_glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXConte… in Fake_glXCreateContextWithConfigSGIX()
2566 Fake_glXGetVisualFromFBConfigSGIX(Display *dpy, GLXFBConfigSGIX config) in Fake_glXGetVisualFromFBConfigSGIX()
2572 static GLXFBConfigSGIX
2581 return (GLXFBConfigSGIX) xmvis; in Fake_glXGetFBConfigFromVisualSGIX()
2589 Fake_glXCreateGLXPbufferSGIX(Display *dpy, GLXFBConfigSGIX config, in Fake_glXCreateGLXPbufferSGIX()
/external/mesa3d/include/GL/
Dglxext.h460 typedef struct __GLXFBConfigRec *GLXFBConfigSGIX; typedef
682 extern int glXGetFBConfigAttribSGIX (Display *dpy, GLXFBConfigSGIX config, int attribute, int *valu…
683 extern GLXFBConfigSGIX * glXChooseFBConfigSGIX (Display *dpy, int screen, int *attrib_list, int *ne…
684 extern GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pix…
685 extern GLXContext glXCreateContextWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, int render_…
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 attribu…
690 typedef GLXFBConfigSGIX * ( * PFNGLXCHOOSEFBCONFIGSGIXPROC) (Display *dpy, int screen, int *attrib_…
691 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX confi…
[all …]
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_api.c2313 glXGetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, in glXGetFBConfigAttribSGIX()
2319 PUBLIC GLXFBConfigSGIX *
2329 glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, in glXCreateGLXPixmapWithConfigSGIX()
2339 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, in glXCreateContextWithConfigSGIX()
2357 glXGetVisualFromFBConfigSGIX(Display *dpy, GLXFBConfigSGIX config) in glXGetVisualFromFBConfigSGIX()
2363 PUBLIC GLXFBConfigSGIX
2372 return (GLXFBConfigSGIX) xmvis; in glXGetFBConfigFromVisualSGIX()
2380 glXCreateGLXPbufferSGIX(Display *dpy, GLXFBConfigSGIX config, in glXCreateGLXPbufferSGIX()
/external/mesa3d/src/glx/
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, in glXCreateGLXPixmapWithConfigSGIX()
1993 GLXFBConfigSGIX fbconfig, int renderType, in glXCreateContextWithConfigSGIX()
2018 _X_EXPORT GLXFBConfigSGIX
2027 return (GLXFBConfigSGIX) glx_config_find_visual(psc->configs, in glXGetFBConfigFromVisualSGIX()
Dglx_pbuffer.c630 glXCreateGLXPbufferSGIX(Display * dpy, GLXFBConfigSGIX config, in glXCreateGLXPbufferSGIX()