/external/mesa3d/src/glx/ |
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 | glxconfig.c | 52 glx_config_get(struct glx_config * mode, int attribute, int *value_return) in glx_config_get() 222 _X_HIDDEN struct glx_config * 225 const size_t size = sizeof(struct glx_config); in glx_config_create_list() 226 struct glx_config *base = NULL; in glx_config_create_list() 227 struct glx_config **next; in glx_config_create_list() 266 glx_config_destroy_list(struct glx_config *configs) in glx_config_destroy_list() 269 struct glx_config *const next = configs->next; in glx_config_destroy_list() 286 _X_HIDDEN struct glx_config * 287 glx_config_find_visual(struct glx_config *configs, int vid) in glx_config_find_visual() 289 struct glx_config *c; in glx_config_find_visual() [all …]
|
D | glxclient.h | 112 struct glx_config *config, 119 struct glx_config *config); 399 struct glx_config *config; 445 struct glx_screen *psc, struct glx_config *fbconfig); 488 struct glx_config *config, 493 struct glx_config *config, 536 struct glx_config *visuals, *configs; 768 extern void __glXInitializeVisualConfigFromTags(struct glx_config * config, 812 struct glx_config *mode, 819 extern Bool validate_renderType_against_config(const struct glx_config *config, [all …]
|
D | glxcmds.c | 205 static struct glx_config * 211 struct glx_config *config; in ValidateGLXFBConfig() 217 if (config == (struct glx_config *) fbconfig) { in ValidateGLXFBConfig() 236 validate_renderType_against_config(const struct glx_config *config, in validate_renderType_against_config() 260 struct glx_screen *psc, struct glx_config *config) in glx_context_init() 283 CreateContext(Display *dpy, int generic_id, struct glx_config *config, in CreateContext() 386 struct glx_config *config = NULL; in glXCreateContext() 681 const struct glx_config *config; in glXCreateGLXPixmap() 735 struct glx_config *config; in glXCreateGLXPixmap() 881 struct glx_config *config; in glXGetConfig() [all …]
|
D | dri_common.c | 205 { attrib, offsetof(struct glx_config, field) } 255 scalarEqual(struct glx_config *mode, unsigned int attrib, unsigned int value) in scalarEqual() 270 struct glx_config *config, const __DRIconfig *driConfig) in driConfigEqual() 342 static struct glx_config * 344 struct glx_config *config, const __DRIconfig **driConfigs) in createDriMode() 367 _X_HIDDEN struct glx_config * 369 struct glx_config *configs, const __DRIconfig **driConfigs) in driConvertConfigs() 371 struct glx_config head, *tail, *m; in driConvertConfigs() 399 static struct glx_config * 417 struct glx_config *config = gc->config; in driFetchDrawable()
|
D | driwindows_glx.c | 45 struct glx_config base; 161 struct glx_config *config_base, in driwindows_create_context() 215 struct glx_config *config_base, in driwindows_create_context_attribs() 301 GLXDrawable drawable, struct glx_config *modes) in driwindowsCreateDrawable() 458 static struct glx_config * 459 …sMapConfigs(struct glx_display *priv, int screen, struct glx_config *configs, struct glx_config *f… in driwindowsMapConfigs() 461 struct glx_config head, *tail, *m; in driwindowsMapConfigs() 473 struct glx_config *f; in driwindowsMapConfigs() 508 struct glx_config *configs = NULL, *visuals = NULL; in driwindowsCreateScreen()
|
D | dri_common.h | 48 struct glx_config base; 52 extern struct glx_config *driConvertConfigs(const __DRIcoreExtension * core, 53 struct glx_config * modes,
|
D | glx_pbuffer.c | 192 CreateDRIDrawable(Display *dpy, struct glx_config *config, in CreateDRIDrawable() 246 CreateDRIDrawable(Display *dpy, const struct glx_config * fbconfig, in CreateDRIDrawable() 445 CreateDrawable(Display *dpy, struct glx_config *config, in CreateDrawable() 535 CreatePbuffer(Display * dpy, struct glx_config *config, in CreatePbuffer() 687 return (GLXPbufferSGIX) CreatePbuffer(dpy, (struct glx_config *) config, in glXCreateGLXPbufferSGIX() 763 return (GLXPbuffer) CreatePbuffer(dpy, (struct glx_config *) config, in glXCreatePbuffer() 925 const struct glx_config *modes = (const struct glx_config *) config; in glXCreatePixmap() 932 return CreateDrawable(dpy, (struct glx_config *) config, in glXCreatePixmap() 967 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 | 348 struct glx_config *config_base, in drisw_create_context() 401 struct glx_config *config_base, in drisw_create_context_attribs() 514 GLXDrawable drawable, struct glx_config *modes) in driswCreateDrawable() 671 struct glx_config *configs = NULL, *visuals = NULL; in driswCreateScreen()
|
D | dri3_glx.c | 232 struct glx_config *config_base, in dri3_create_context_attribs() 334 struct glx_config *config_base, in dri3_create_context() 356 GLXDrawable drawable, struct glx_config *config_base) in dri3_create_drawable() 813 struct glx_config *configs = NULL, *visuals = NULL; in dri3_create_screen()
|
D | indirect_glx.c | 344 struct glx_config *mode, in indirect_create_context() 440 struct glx_config *config_base, in indirect_create_context_attribs()
|
D | applegl_glx.c | 125 struct glx_config *config, in applegl_create_context()
|
D | dri_glx.c | 431 struct glx_config *visual, *configs = NULL, *visuals = NULL; in CallCreateNewScreen() 666 struct glx_config *config_base, in dri_create_context() 741 GLXDrawable drawable, struct glx_config *config_base) in driCreateDrawable()
|
D | glxext.c | 362 __glXInitializeVisualConfigFromTags(struct glx_config * config, int count, in __glXInitializeVisualConfigFromTags() 619 static struct glx_config * 625 struct glx_config *modes, *m; in createConfigsFromProperties()
|
D | dri2_glx.c | 181 struct glx_config *config_base, in dri2_create_context() 232 struct glx_config *config_base, in dri2_create_context_attribs() 366 GLXDrawable drawable, struct glx_config *config_base) in dri2CreateDrawable() 1206 struct glx_config *configs = NULL, *visuals = NULL; in dri2CreateScreen()
|
/external/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 | 54 indirect_create_context(struct glx_screen *psc, struct glx_config *mode, in indirect_create_context() 65 struct glx_config *config_base, in indirect_create_context_attribs() 82 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() 131 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 | 132 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()
|
/external/mesa3d/src/glx/windows/ |
D | windowsgl_internal.h | 36 struct glx_config *config;
|