/third_party/mesa3d/src/glx/ |
D | glxconfig.h | 33 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);
|
D | glxconfig.c | 52 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 …]
|
D | dri_common.h | 50 struct glx_config base; 54 extern struct glx_config *driConvertConfigs(const __DRIcoreExtension * core, 55 struct glx_config * modes, 86 struct glx_config *config_base,
|
D | glxclient.h | 122 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 …]
|
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() 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()
|
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() 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 …]
|
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 * 346 struct glx_config *config = gc->config; in driFetchDrawable() [all …]
|
D | glx_pbuffer.c | 173 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()
|
D | create_context.c | 50 struct glx_config *const cfg = (struct glx_config *) config; in glXCreateContextAttribsARB()
|
D | drisw_priv.h | 72 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 | 125 struct glx_config *config, in applegl_create_context()
|
D | glxext.c | 412 __glXInitializeVisualConfigFromTags(struct glx_config * config, int count, in __glXInitializeVisualConfigFromTags() 646 static struct glx_config * 652 struct glx_config *modes, *m; in createConfigsFromProperties()
|
D | dri3_glx.c | 233 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()
|
D | drisw_glx.c | 555 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()
|
D | dri2_glx.c | 155 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/ |
D | fake_glx_screen.h | 71 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()
|
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
|