Home
last modified time | relevance | path

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

/third_party/openGLES/extensions/SGIX/
DGLX_SGIX_fbconfig.txt34 capabilities. This extension defines a new construct, a GLXFBConfigSGIX,
109 GLXFBConfigSGIX config,
113 GLXFBConfigSGIX *glXChooseFBConfigSGIX(Display *dpy,
131 GLXFBConfigSGIX glXGetFBConfigFromVisualSGIX(Display *dpy,
206 A GLXFBConfigSGIX describes the format, type and size of the color
208 is a window then the GLXFBConfigSGIX that describes it has an associated
210 X Visual associated with the GLXFBConfigSGIX.
216 GLXFBConfigSGIX *glXChooseFBConfigSGIX(Display *dpy,
229 the GLXFBConfigSGIX, given an i.d., use the GLX_FBCONFIG_ID_SGIX attribute.
231 and only the GLXFBConfigSGIX with the given XID is returned (NULL is returned
[all …]
DGLX_SGIX_fbconfig_float.txt43 GLXFBConfigSGIX config,
47 GLXFBConfigSGIX *glXChooseFBConfigWithFltSGIX(
70 GLXFBConfigSGIX *glXChooseFBConfigWithFltSGIX(
81 matching GLXFBConfigSGIX.
96 GLXFBConfigSGIX use:
99 GLXFBConfigSGIX config,
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DGLX_SGIX_fbconfig.txt34 capabilities. This extension defines a new construct, a GLXFBConfigSGIX,
109 GLXFBConfigSGIX config,
113 GLXFBConfigSGIX *glXChooseFBConfigSGIX(Display *dpy,
131 GLXFBConfigSGIX glXGetFBConfigFromVisualSGIX(Display *dpy,
206 A GLXFBConfigSGIX describes the format, type and size of the color
208 is a window then the GLXFBConfigSGIX that describes it has an associated
210 X Visual associated with the GLXFBConfigSGIX.
216 GLXFBConfigSGIX *glXChooseFBConfigSGIX(Display *dpy,
229 the GLXFBConfigSGIX, given an i.d., use the GLX_FBCONFIG_ID_SGIX attribute.
231 and only the GLXFBConfigSGIX with the given XID is returned (NULL is returned
[all …]
DGLX_SGIX_fbconfig_float.txt43 GLXFBConfigSGIX config,
47 GLXFBConfigSGIX *glXChooseFBConfigWithFltSGIX(
70 GLXFBConfigSGIX *glXChooseFBConfigWithFltSGIX(
81 matching GLXFBConfigSGIX.
96 GLXFBConfigSGIX use:
99 GLXFBConfigSGIX config,
/third_party/mesa3d/src/mesa/drivers/x11/
Dglxapi.h136 int (*GetFBConfigAttribSGIX)(Display *, GLXFBConfigSGIX, int, int *);
137 GLXFBConfigSGIX * (*ChooseFBConfigSGIX)(Display *, int, int *, int *);
138 GLXPixmap (*CreateGLXPixmapWithConfigSGIX)(Display *, GLXFBConfigSGIX, Pixmap);
139 GLXContext (*CreateContextWithConfigSGIX)(Display *, GLXFBConfigSGIX, int, GLXContext, Bool);
140 XVisualInfo * (*GetVisualFromFBConfigSGIX)(Display *, GLXFBConfigSGIX);
141 GLXFBConfigSGIX (*GetFBConfigFromVisualSGIX)(Display *, XVisualInfo *);
144 …GLXPbufferSGIX (*CreateGLXPbufferSGIX)(Display *, GLXFBConfigSGIX, unsigned int, unsigned int, int…
Dglxapi.c711 glXGetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, int attribute, int *value) in glXGetFBConfigAttribSGIX()
720 GLXFBConfigSGIX PUBLIC *
731 glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap) in glXCreateGLXPixmapWithConfigSGIX()
741 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext sh… in glXCreateContextWithConfigSGIX()
751 glXGetVisualFromFBConfigSGIX(Display *dpy, GLXFBConfigSGIX config) in glXGetVisualFromFBConfigSGIX()
760 GLXFBConfigSGIX PUBLIC
775 glXCreateGLXPbufferSGIX(Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int heig… in glXCreateGLXPbufferSGIX()
Dfakeglx.c2397 Fake_glXGetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, int attribute, int *value) in Fake_glXGetFBConfigAttribSGIX()
2402 static GLXFBConfigSGIX *
2410 Fake_glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap) in Fake_glXCreateGLXPixmapWithConfigSGIX()
2419 Fake_glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXConte… in Fake_glXCreateContextWithConfigSGIX()
2434 Fake_glXGetVisualFromFBConfigSGIX(Display *dpy, GLXFBConfigSGIX config) in Fake_glXGetVisualFromFBConfigSGIX()
2440 static GLXFBConfigSGIX
2449 return (GLXFBConfigSGIX) xmvis; in Fake_glXGetFBConfigFromVisualSGIX()
2457 Fake_glXCreateGLXPbufferSGIX(Display *dpy, GLXFBConfigSGIX config, in Fake_glXCreateGLXPbufferSGIX()
/third_party/skia/third_party/externals/opengl-registry/api/GL/
Dglxext.h732 typedef struct __GLXFBConfigRec *GLXFBConfigSGIX; typedef
743 typedef int ( *PFNGLXGETFBCONFIGATTRIBSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int attribut…
744 typedef GLXFBConfigSGIX *( *PFNGLXCHOOSEFBCONFIGSGIXPROC) (Display *dpy, int screen, int *attrib_li…
745 typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config…
746 typedef GLXContext ( *PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config,…
747 typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config);
748 typedef GLXFBConfigSGIX ( *PFNGLXGETFBCONFIGFROMVISUALSGIXPROC) (Display *dpy, XVisualInfo *vis);
750 int glXGetFBConfigAttribSGIX (Display *dpy, GLXFBConfigSGIX config, int attribute, int *value);
751 GLXFBConfigSGIX *glXChooseFBConfigSGIX (Display *dpy, int screen, int *attrib_list, int *nelements);
752 GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
[all …]
/third_party/mesa3d/include/GL/
Dglxext.h748 typedef struct __GLXFBConfigRec *GLXFBConfigSGIX; typedef
759 typedef int ( *PFNGLXGETFBCONFIGATTRIBSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int attribut…
760 typedef GLXFBConfigSGIX *( *PFNGLXCHOOSEFBCONFIGSGIXPROC) (Display *dpy, int screen, int *attrib_li…
761 typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config…
762 typedef GLXContext ( *PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config,…
763 typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config);
764 typedef GLXFBConfigSGIX ( *PFNGLXGETFBCONFIGFROMVISUALSGIXPROC) (Display *dpy, XVisualInfo *vis);
766 int glXGetFBConfigAttribSGIX (Display *dpy, GLXFBConfigSGIX config, int attribute, int *value);
767 GLXFBConfigSGIX *glXChooseFBConfigSGIX (Display *dpy, int screen, int *attrib_list, int *nelements);
768 GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
[all …]
/third_party/skia/third_party/externals/swiftshader/include/GL/
Dglxext.h732 typedef struct __GLXFBConfigRec *GLXFBConfigSGIX; typedef
743 typedef int ( *PFNGLXGETFBCONFIGATTRIBSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int attribut…
744 typedef GLXFBConfigSGIX *( *PFNGLXCHOOSEFBCONFIGSGIXPROC) (Display *dpy, int screen, int *attrib_li…
745 typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config…
746 typedef GLXContext ( *PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config,…
747 typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config);
748 typedef GLXFBConfigSGIX ( *PFNGLXGETFBCONFIGFROMVISUALSGIXPROC) (Display *dpy, XVisualInfo *vis);
750 int glXGetFBConfigAttribSGIX (Display *dpy, GLXFBConfigSGIX config, int attribute, int *value);
751 GLXFBConfigSGIX *glXChooseFBConfigSGIX (Display *dpy, int screen, int *attrib_list, int *nelements);
752 GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
[all …]
/third_party/openGLES/api/GL/
Dglxext.h733 typedef struct __GLXFBConfigRec *GLXFBConfigSGIX; typedef
744 typedef int ( *PFNGLXGETFBCONFIGATTRIBSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int attribut…
745 typedef GLXFBConfigSGIX *( *PFNGLXCHOOSEFBCONFIGSGIXPROC) (Display *dpy, int screen, int *attrib_li…
746 typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config…
747 typedef GLXContext ( *PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config,…
748 typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config);
749 typedef GLXFBConfigSGIX ( *PFNGLXGETFBCONFIGFROMVISUALSGIXPROC) (Display *dpy, XVisualInfo *vis);
751 int glXGetFBConfigAttribSGIX (Display *dpy, GLXFBConfigSGIX config, int attribute, int *value);
752 GLXFBConfigSGIX *glXChooseFBConfigSGIX (Display *dpy, int screen, int *attrib_list, int *nelements);
753 GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
[all …]
/third_party/mesa3d/src/glx/
Dg_glxglvnddispatchfuncs.c127 static GLXFBConfigSGIX *dispatch_ChooseFBConfigSGIX(Display *dpy, int screen, in dispatch_ChooseFBConfigSGIX()
133 GLXFBConfigSGIX *ret; in dispatch_ChooseFBConfigSGIX()
198 GLXFBConfigSGIX config, in dispatch_CreateContextWithConfigSGIX()
263 GLXFBConfigSGIX config, in dispatch_CreateGLXPixmapWithConfigSGIX()
363 static int dispatch_GetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, in dispatch_GetFBConfigAttribSGIX()
382 static GLXFBConfigSGIX dispatch_GetFBConfigFromVisualSGIX(Display *dpy, in dispatch_GetFBConfigFromVisualSGIX()
387 GLXFBConfigSGIX ret = NULL; in dispatch_GetFBConfigFromVisualSGIX()
448 GLXFBConfigSGIX config) in dispatch_GetVisualFromFBConfigSGIX()
Dglxcmds.c1960 (Display * dpy, GLXFBConfigSGIX config, int attribute, int *value),
1963 _GLX_PUBLIC GLX_ALIAS(GLXFBConfigSGIX *, glXChooseFBConfigSGIX,
1969 (Display * dpy, GLXFBConfigSGIX config),
1974 GLXFBConfigSGIX fbconfig, in glXCreateGLXPixmapWithConfigSGIX()
2027 GLXFBConfigSGIX fbconfig, int renderType, in glXCreateContextWithConfigSGIX()
2052 _GLX_PUBLIC GLXFBConfigSGIX
2061 return (GLXFBConfigSGIX) glx_config_find_visual(psc->configs, in glXGetFBConfigFromVisualSGIX()
Dglx_pbuffer.c667 glXCreateGLXPbufferSGIX(Display * dpy, GLXFBConfigSGIX config, in glXCreateGLXPbufferSGIX()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_api.c2330 glXGetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, in glXGetFBConfigAttribSGIX()
2336 PUBLIC GLXFBConfigSGIX *
2346 glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, in glXCreateGLXPixmapWithConfigSGIX()
2356 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, in glXCreateContextWithConfigSGIX()
2374 glXGetVisualFromFBConfigSGIX(Display *dpy, GLXFBConfigSGIX config) in glXGetVisualFromFBConfigSGIX()
2380 PUBLIC GLXFBConfigSGIX
2389 return (GLXFBConfigSGIX) xmvis; in glXGetFBConfigFromVisualSGIX()
2397 glXCreateGLXPbufferSGIX(Display *dpy, GLXFBConfigSGIX config, in glXCreateGLXPbufferSGIX()
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/GL/
Dglxew.h894 typedef struct __GLXFBConfigRec *GLXFBConfigSGIX; typedef
896 typedef GLXFBConfigSGIX* ( * PFNGLXCHOOSEFBCONFIGSGIXPROC) (Display *dpy, int screen, const int *at…
899 typedef int ( * PFNGLXGETFBCONFIGATTRIBSGIXPROC) (Display* dpy, GLXFBConfigSGIX config, int attribu…
900 typedef GLXFBConfigSGIX ( * PFNGLXGETFBCONFIGFROMVISUALSGIXPROC) (Display* dpy, XVisualInfo *vis);