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
110 glx_config_get(struct glx_config * mode, int attribute, int *value_return); argument
111 extern struct glx_config *
114 glx_config_destroy_list(struct glx_config *configs);
115 extern struct glx_config *
116 glx_config_find_visual(struct glx_config *configs, int vid);
117 extern struct glx_config *
118 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()
220 _X_HIDDEN struct glx_config *
223 const size_t size = sizeof(struct glx_config); in glx_config_create_list()
224 struct glx_config *base = NULL; in glx_config_create_list()
225 struct glx_config **next; in glx_config_create_list()
263 glx_config_destroy_list(struct glx_config *configs) in glx_config_destroy_list()
266 struct glx_config *const next = configs->next; in glx_config_destroy_list()
283 _X_HIDDEN struct glx_config *
284 glx_config_find_visual(struct glx_config *configs, int vid) in glx_config_find_visual()
286 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,
86 struct glx_config *config_base,
Dglxclient.h122 struct glx_config *config);
391 struct glx_config *config;
438 struct glx_screen *psc, struct glx_config *fbconfig);
479 struct glx_config *config,
484 struct glx_config *config,
537 struct glx_config *visuals, *configs;
736 extern void __glXInitializeVisualConfigFromTags(struct glx_config * config,
769 struct glx_config *mode,
779 extern Bool validate_renderType_against_config(const struct glx_config *config,
794 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()
262 struct glx_config *modes) in driwindowsCreateDrawable()
419 static struct glx_config *
420 …sMapConfigs(struct glx_display *priv, int screen, struct glx_config *configs, struct glx_config *f… in driwindowsMapConfigs()
422 struct glx_config head, *tail, *m; in driwindowsMapConfigs()
434 struct glx_config *f; in driwindowsMapConfigs()
469 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()
319 CreateContext(Display *dpy, int generic_id, struct glx_config *config, in CreateContext()
445 struct glx_config *config = NULL; in glXCreateContext()
698 const struct glx_config *config; in glXCreateGLXPixmap()
752 struct glx_config *config; in glXCreateGLXPixmap()
899 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 *
346 struct glx_config *config = gc->config; in driFetchDrawable()
[all …]
Dglx_pbuffer.c173 CreateDRIDrawable(Display *dpy, struct glx_config *config, in CreateDRIDrawable()
411 struct glx_config *conf = glx_config_find_visual(pdraw->psc->visuals, attr->visual); in __glXGetDrawableAttribute()
416 struct glx_config *c; in __glXGetDrawableAttribute()
480 CreateDrawable(Display *dpy, struct glx_config *config, in CreateDrawable()
574 CreatePbuffer(Display * dpy, struct glx_config *config, in CreatePbuffer()
722 return (GLXPbufferSGIX) CreatePbuffer(dpy, (struct glx_config *) config, in glXCreateGLXPbufferSGIX()
796 return (GLXPbuffer) CreatePbuffer(dpy, (struct glx_config *) config, in glXCreatePbuffer()
955 const struct glx_config *modes = (const struct glx_config *) config; in glXCreatePixmap()
962 return CreateDrawable(dpy, (struct glx_config *) config, in glXCreatePixmap()
996 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.h72 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.c125 struct glx_config *config, in applegl_create_context()
Dglxext.c412 __glXInitializeVisualConfigFromTags(struct glx_config * config, int count, in __glXInitializeVisualConfigFromTags()
646 static struct glx_config *
652 struct glx_config *modes, *m; in createConfigsFromProperties()
Ddri3_glx.c233 struct glx_config *config_base, in dri3_create_context_attribs()
370 struct glx_config *config_base) in dri3_create_drawable()
846 struct glx_config *configs = NULL, *visuals = NULL; in dri3_create_screen()
Ddrisw_glx.c555 struct glx_config *config_base, in drisw_create_context_attribs()
674 struct glx_config *modes) in driswCreateDrawable()
943 struct glx_config *configs = NULL, *visuals = NULL; in driswCreateScreenDriver()
Ddri2_glx.c155 struct glx_config *config_base, in dri2_create_context_attribs()
293 struct glx_config *config_base) in dri2CreateDrawable()
1053 struct glx_config *configs = NULL, *visuals = NULL; in dri2CreateScreen()
/third_party/mesa3d/src/glx/tests/
Dfake_glx_screen.h71 fake_glx_context(struct glx_screen *psc, struct glx_config *mode) in fake_glx_context()
105 fake_glx_context_direct(struct glx_screen *psc, struct glx_config *mode) in fake_glx_context_direct()
111 static glx_context *create(struct glx_screen *psc, struct glx_config *mode, in create()
121 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