/third_party/mesa3d/src/glx/ |
D | glxconfig.h | 33 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);
|
D | glxconfig.c | 52 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 …]
|
D | dri_common.h | 50 struct glx_config base; 54 extern struct glx_config *driConvertConfigs(const __DRIcoreExtension * core, 55 struct glx_config * modes, 90 struct glx_config *config_base,
|
D | glxclient.h | 120 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 …]
|
D | driwindows_glx.c | 45 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()
|
D | glxcmds.c | 204 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 …]
|
D | dri_common.c | 96 { 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 …]
|
D | glx_pbuffer.c | 170 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()
|
D | create_context.c | 50 struct glx_config *const cfg = (struct glx_config *) config; in glXCreateContextAttribsARB()
|
D | drisw_priv.h | 66 struct glx_config *config;
|
D | indirect_glx.c | 259 struct glx_config *mode, in indirect_create_context() 276 struct glx_config *mode, in indirect_create_context_attribs()
|
D | applegl_glx.c | 121 struct glx_config *config, in applegl_create_context()
|
D | glxext.c | 397 __glXInitializeVisualConfigFromTags(struct glx_config * config, int count, in __glXInitializeVisualConfigFromTags() 628 static struct glx_config * 634 struct glx_config *modes, *m; in createConfigsFromProperties()
|
D | drisw_glx.c | 501 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()
|
D | dri3_glx.c | 232 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()
|
D | dri2_glx.c | 181 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/ |
D | fake_glx_screen.h | 69 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()
|
D | fake_glx_screen.cpp | 52 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()
|
D | create_context_unittest.cpp | 43 struct glx_screen *psc, struct glx_config *config) in glx_context_init() 142 struct glx_config fbc;
|
/third_party/mesa3d/src/glx/apple/ |
D | apple_visual.h | 37 void apple_visual_create_pfobj(CGLPixelFormatObj * pfobj, const struct glx_config * mode,
|
D | apple_glx_pbuffer.c | 133 struct glx_config *modes = (struct glx_config *) config; in apple_glx_pbuffer_create()
|
D | apple_visual.c | 78 apple_visual_create_pfobj(CGLPixelFormatObj * pfobj, const struct glx_config * mode, in apple_visual_create_pfobj()
|
D | apple_glx_pixmap.c | 127 const struct glx_config *cmodes = mode; in apple_glx_pixmap_create()
|
/third_party/mesa3d/src/glx/windows/ |
D | windowsgl_internal.h | 36 struct glx_config *config;
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.10.3.rst | 196 - apple: Rename \__GLcontextModes to struct glx_config
|