Home
last modified time | relevance | path

Searched refs:glx_config (Results 1 – 25 of 25) sorted by relevance

/third_party/mesa3d/src/glx/
Dglxconfig.h33 struct glx_config { struct
34 struct glx_config * next; argument
107 glx_config_get(struct glx_config * mode, int attribute, int *value_return); argument
108 extern struct glx_config *
111 glx_config_destroy_list(struct glx_config *configs);
112 extern struct glx_config *
113 glx_config_find_visual(struct glx_config *configs, int vid);
114 extern struct glx_config *
115 glx_config_find_fbconfig(struct glx_config *configs, int fbid);
Dglxconfig.c52 glx_config_get(struct glx_config * mode, int attribute, int *value_return) in glx_config_get()
218 _X_HIDDEN struct glx_config *
221 const size_t size = sizeof(struct glx_config); in glx_config_create_list()
222 struct glx_config *base = NULL; in glx_config_create_list()
223 struct glx_config **next; in glx_config_create_list()
261 glx_config_destroy_list(struct glx_config *configs) in glx_config_destroy_list()
264 struct glx_config *const next = configs->next; in glx_config_destroy_list()
281 _X_HIDDEN struct glx_config *
282 glx_config_find_visual(struct glx_config *configs, int vid) in glx_config_find_visual()
284 struct glx_config *c; in glx_config_find_visual()
[all …]
Ddri_common.h50 struct glx_config base;
54 extern struct glx_config *driConvertConfigs(const __DRIcoreExtension * core,
55 struct glx_config * modes,
90 struct glx_config *config_base,
Dglxclient.h120 struct glx_config *config);
387 struct glx_config *config;
439 struct glx_screen *psc, struct glx_config *fbconfig);
480 struct glx_config *config,
485 struct glx_config *config,
535 struct glx_config *visuals, *configs;
737 extern void __glXInitializeVisualConfigFromTags(struct glx_config * config,
770 struct glx_config *mode,
780 extern Bool validate_renderType_against_config(const struct glx_config *config,
795 struct glx_config *mode,
[all …]
Ddriwindows_glx.c45 struct glx_config base;
121 struct glx_config *config_base, in driwindows_create_context()
175 struct glx_config *config_base, in driwindows_create_context_attribs()
261 GLXDrawable drawable, struct glx_config *modes) in driwindowsCreateDrawable()
418 static struct glx_config *
419 …sMapConfigs(struct glx_display *priv, int screen, struct glx_config *configs, struct glx_config *f… in driwindowsMapConfigs()
421 struct glx_config head, *tail, *m; in driwindowsMapConfigs()
433 struct glx_config *f; in driwindowsMapConfigs()
468 struct glx_config *configs = NULL, *visuals = NULL; in driwindowsCreateScreen()
Dglxcmds.c204 static struct glx_config *
210 struct glx_config *config; in ValidateGLXFBConfig()
216 if (config == (struct glx_config *) fbconfig) { in ValidateGLXFBConfig()
235 validate_renderType_against_config(const struct glx_config *config, in validate_renderType_against_config()
259 struct glx_screen *psc, struct glx_config *config) in glx_context_init()
325 CreateContext(Display *dpy, int generic_id, struct glx_config *config, in CreateContext()
443 struct glx_config *config = NULL; in glXCreateContext()
696 const struct glx_config *config; in glXCreateGLXPixmap()
750 struct glx_config *config; in glXCreateGLXPixmap()
896 struct glx_config *config; in glXGetConfig()
[all …]
Ddri_common.c96 { attrib, offsetof(struct glx_config, field) }
128 scalarEqual(struct glx_config *mode, unsigned int attrib, unsigned int value) in scalarEqual()
143 struct glx_config *config, const __DRIconfig *driConfig) in driConfigEqual()
249 static struct glx_config *
251 struct glx_config *config, const __DRIconfig **driConfigs) in createDriMode()
274 _X_HIDDEN struct glx_config *
276 struct glx_config *configs, const __DRIconfig **driConfigs) in driConvertConfigs()
278 struct glx_config head, *tail, *m; in driConvertConfigs()
306 static struct glx_config *
345 struct glx_config *config = gc->config; in driFetchDrawable()
[all …]
Dglx_pbuffer.c170 CreateDRIDrawable(Display *dpy, struct glx_config *config, in CreateDRIDrawable()
422 CreateDrawable(Display *dpy, struct glx_config *config, in CreateDrawable()
515 CreatePbuffer(Display * dpy, struct glx_config *config, in CreatePbuffer()
671 return (GLXPbufferSGIX) CreatePbuffer(dpy, (struct glx_config *) config, in glXCreateGLXPbufferSGIX()
745 return (GLXPbuffer) CreatePbuffer(dpy, (struct glx_config *) config, in glXCreatePbuffer()
904 const struct glx_config *modes = (const struct glx_config *) config; in glXCreatePixmap()
911 return CreateDrawable(dpy, (struct glx_config *) config, in glXCreatePixmap()
945 return CreateDrawable(dpy, (struct glx_config *) config, in glXCreateWindow()
Dcreate_context.c50 struct glx_config *const cfg = (struct glx_config *) config; in glXCreateContextAttribsARB()
Ddrisw_priv.h66 struct glx_config *config;
Dindirect_glx.c259 struct glx_config *mode, in indirect_create_context()
276 struct glx_config *mode, in indirect_create_context_attribs()
Dapplegl_glx.c121 struct glx_config *config, in applegl_create_context()
Dglxext.c397 __glXInitializeVisualConfigFromTags(struct glx_config * config, int count, in __glXInitializeVisualConfigFromTags()
628 static struct glx_config *
634 struct glx_config *modes, *m; in createConfigsFromProperties()
Ddrisw_glx.c501 struct glx_config *config_base, in drisw_create_context_attribs()
608 GLXDrawable drawable, struct glx_config *modes) in driswCreateDrawable()
819 struct glx_config *configs = NULL, *visuals = NULL; in driswCreateScreen()
Ddri3_glx.c232 struct glx_config *config_base, in dri3_create_context_attribs()
347 GLXDrawable drawable, struct glx_config *config_base) in dri3_create_drawable()
834 struct glx_config *configs = NULL, *visuals = NULL; in dri3_create_screen()
Ddri2_glx.c181 struct glx_config *config_base, in dri2_create_context_attribs()
312 GLXDrawable drawable, struct glx_config *config_base) in dri2CreateDrawable()
1141 struct glx_config *configs = NULL, *visuals = NULL; in dri2CreateScreen()
/third_party/mesa3d/src/glx/tests/
Dfake_glx_screen.h69 fake_glx_context(struct glx_screen *psc, struct glx_config *mode) in fake_glx_context()
103 fake_glx_context_direct(struct glx_screen *psc, struct glx_config *mode) in fake_glx_context_direct()
109 static glx_context *create(struct glx_screen *psc, struct glx_config *mode, in create()
119 struct glx_config *mode, in create_attribs()
Dfake_glx_screen.cpp52 indirect_create_context(struct glx_screen *psc, struct glx_config *mode, in indirect_create_context()
63 struct glx_config *config_base, in indirect_create_context_attribs()
80 struct glx_config *config_base, in applegl_create_context()
Dcreate_context_unittest.cpp43 struct glx_screen *psc, struct glx_config *config) in glx_context_init()
142 struct glx_config fbc;
/third_party/mesa3d/src/glx/apple/
Dapple_visual.h37 void apple_visual_create_pfobj(CGLPixelFormatObj * pfobj, const struct glx_config * mode,
Dapple_glx_pbuffer.c133 struct glx_config *modes = (struct glx_config *) config; in apple_glx_pbuffer_create()
Dapple_visual.c78 apple_visual_create_pfobj(CGLPixelFormatObj * pfobj, const struct glx_config * mode, in apple_visual_create_pfobj()
Dapple_glx_pixmap.c127 const struct glx_config *cmodes = mode; in apple_glx_pixmap_create()
/third_party/mesa3d/src/glx/windows/
Dwindowsgl_internal.h36 struct glx_config *config;
/third_party/mesa3d/docs/relnotes/
D7.10.3.rst196 - apple: Rename \__GLcontextModes to struct glx_config