/external/mesa3d/src/glx/ |
D | glxconfig.c | 53 glx_config_get(struct glx_config * mode, int attribute, int *value_return) in glx_config_get() 223 _X_HIDDEN struct glx_config * 226 const size_t size = sizeof(struct glx_config); in glx_config_create_list() 227 struct glx_config *base = NULL; in glx_config_create_list() 228 struct glx_config **next; in glx_config_create_list() 233 *next = (struct glx_config *) malloc(size); in glx_config_create_list() 267 glx_config_destroy_list(struct glx_config *configs) in glx_config_destroy_list() 270 struct glx_config *const next = configs->next; in glx_config_destroy_list() 287 _X_HIDDEN struct glx_config * 288 glx_config_find_visual(struct glx_config *configs, int vid) in glx_config_find_visual() [all …]
|
D | glxconfig.h | 33 struct glx_config { struct 34 struct glx_config * next; argument 125 glx_config_get(struct glx_config * mode, int attribute, int *value_return); argument 126 extern struct glx_config * 129 glx_config_destroy_list(struct glx_config *configs); 130 extern struct glx_config * 131 glx_config_find_visual(struct glx_config *configs, int vid); 132 extern struct glx_config * 133 glx_config_find_fbconfig(struct glx_config *configs, int fbid);
|
D | glxclient.h | 106 struct glx_config *config, 113 struct glx_config *config); 378 struct glx_config *config; 424 struct glx_screen *psc, struct glx_config *fbconfig); 467 struct glx_config *config, 472 struct glx_config *config, 510 struct glx_config *visuals, *configs; 752 extern void __glXInitializeVisualConfigFromTags(struct glx_config * config, 799 struct glx_config *mode, 818 struct glx_config *mode,
|
D | dri_common.h | 46 struct glx_config base; 50 extern struct glx_config *driConvertConfigs(const __DRIcoreExtension * core, 51 struct glx_config * modes,
|
D | glxcmds.c | 207 static struct glx_config * 213 struct glx_config *config; in ValidateGLXFBConfig() 219 if (config == (struct glx_config *) fbconfig) { in ValidateGLXFBConfig() 231 struct glx_screen *psc, struct glx_config *config) in glx_context_init() 254 CreateContext(Display *dpy, int generic_id, struct glx_config *config, in CreateContext() 358 struct glx_config *config = NULL; in glXCreateContext() 653 const struct glx_config *config; in glXCreateGLXPixmap() 701 struct glx_config *config; in glXCreateGLXPixmap() 866 struct glx_config *config; in glXGetConfig() 896 init_fbconfig_for_chooser(struct glx_config * config, in init_fbconfig_for_chooser() [all …]
|
D | dri_common.c | 207 { attrib, offsetof(struct glx_config, field) } 259 scalarEqual(struct glx_config *mode, unsigned int attrib, unsigned int value) in scalarEqual() 275 struct glx_config *config, const __DRIconfig *driConfig) in driConfigEqual() 328 static struct glx_config * 330 struct glx_config *config, const __DRIconfig **driConfigs) in createDriMode() 353 _X_HIDDEN struct glx_config * 355 struct glx_config *configs, const __DRIconfig **driConfigs) in driConvertConfigs() 357 struct glx_config head, *tail, *m; in driConvertConfigs()
|
D | glx_pbuffer.c | 191 CreateDRIDrawable(Display *dpy, struct glx_config *config, in CreateDRIDrawable() 240 CreateDRIDrawable(Display *dpy, const struct glx_config * fbconfig, in CreateDRIDrawable() 395 CreateDrawable(Display *dpy, struct glx_config *config, in CreateDrawable() 485 CreatePbuffer(Display * dpy, struct glx_config *config, in CreatePbuffer() 634 return (GLXPbufferSGIX) CreatePbuffer(dpy, (struct glx_config *) config, in glXCreateGLXPbufferSGIX() 710 return (GLXPbuffer) CreatePbuffer(dpy, (struct glx_config *) config, in glXCreatePbuffer() 872 const struct glx_config *modes = (const struct glx_config *) config; in glXCreatePixmap() 879 return CreateDrawable(dpy, (struct glx_config *) config, in glXCreatePixmap() 914 return CreateDrawable(dpy, (struct glx_config *) config, in glXCreateWindow()
|
D | create_context.c | 42 struct glx_config *const cfg = (struct glx_config *) config; in glXCreateContextAttribsARB()
|
D | drisw_glx.c | 373 struct glx_config *config_base, in drisw_create_context() 421 struct glx_config *config_base, in drisw_create_context_attribs() 518 GLXDrawable drawable, struct glx_config *modes) in driswCreateDrawable() 636 struct glx_config *configs = NULL, *visuals = NULL; in driswCreateScreen()
|
D | applegl_glx.c | 125 struct glx_config *config, in applegl_create_context()
|
D | indirect_glx.c | 345 struct glx_config *mode, in indirect_create_context() 441 struct glx_config *config_base, in indirect_create_context_attribs()
|
D | glxext.c | 366 __glXInitializeVisualConfigFromTags(struct glx_config * config, int count, in __glXInitializeVisualConfigFromTags() 593 static struct glx_config * 599 struct glx_config *modes, *m; in createConfigsFromProperties()
|
D | dri_glx.c | 339 struct glx_config *visual, *configs = NULL, *visuals = NULL; in CallCreateNewScreen() 574 struct glx_config *config_base, in dri_create_context() 644 GLXDrawable drawable, struct glx_config *config_base) in driCreateDrawable()
|
D | dri2_glx.c | 182 struct glx_config *config_base, in dri2_create_context() 228 struct glx_config *config_base, in dri2_create_context_attribs() 348 GLXDrawable drawable, struct glx_config *config_base) in dri2CreateDrawable() 1028 struct glx_config *configs = NULL, *visuals = NULL; in dri2CreateScreen()
|
/external/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() 92 struct glx_config *mode, in create_attribs() 120 fake_glx_context_direct(struct glx_screen *psc, struct glx_config *mode) in fake_glx_context_direct() 126 static glx_context *create(struct glx_screen *psc, struct glx_config *mode, in create() 136 struct glx_config *mode, in create_attribs()
|
D | fake_glx_screen.cpp | 50 indirect_create_context(struct glx_screen *psc, struct glx_config *mode, in indirect_create_context()
|
D | create_context_unittest.cpp | 45 struct glx_screen *psc, struct glx_config *config) in glx_context_init() 129 struct glx_config fbc;
|
/external/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 | 130 struct glx_config *modes = (struct glx_config *) config; in apple_glx_pbuffer_create()
|
D | apple_visual.c | 67 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()
|