Searched refs:glx_config (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxconfig.h33 struct glx_config { struct
34 struct glx_config * next;
125 glx_config_get(struct glx_config * mode, int attribute, int *value_return);
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);
H A Ddri_common.h46 struct glx_config base;
50 extern struct glx_config *driConvertConfigs(const __DRIcoreExtension * core,
51 struct glx_config * modes,
H A Dglxconfig.c27 * Utility routines for working with \c struct glx_config structures. At
53 glx_config_get(struct glx_config * mode, int attribute, int *value_return)
207 * Allocate a linked list of \c struct glx_config structures. The fields of
218 * \c struct glx_config stucture used in libGL and in a
223 _X_HIDDEN struct glx_config *
226 const size_t size = sizeof(struct glx_config);
227 struct glx_config *base = NULL;
228 struct glx_config **next;
233 *next = (struct glx_config *) malloc(size);
267 glx_config_destroy_list(struct glx_config *config
[all...]
H A Dcreate_context.c42 struct glx_config *const cfg = (struct glx_config *) config;
H A Dglxclient.h106 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 *mod
[all...]
H A Ddri_common.c207 { attrib, offsetof(struct glx_config, field) }
259 scalarEqual(struct glx_config *mode, unsigned int attrib, unsigned int value)
275 struct glx_config *config, const __DRIconfig *driConfig)
328 static struct glx_config *
330 struct glx_config *config, const __DRIconfig **driConfigs)
353 _X_HIDDEN struct glx_config *
355 struct glx_config *configs, const __DRIconfig **driConfigs)
357 struct glx_config head, *tail, *m;
H A Dglx_pbuffer.c191 CreateDRIDrawable(Display *dpy, struct glx_config *config,
240 CreateDRIDrawable(Display *dpy, const struct glx_config * fbconfig,
395 CreateDrawable(Display *dpy, struct glx_config *config,
485 CreatePbuffer(Display * dpy, struct glx_config *config,
634 return (GLXPbufferSGIX) CreatePbuffer(dpy, (struct glx_config *) config,
710 return (GLXPbuffer) CreatePbuffer(dpy, (struct glx_config *) config,
872 const struct glx_config *modes = (const struct glx_config *) config;
879 return CreateDrawable(dpy, (struct glx_config *) config,
914 return CreateDrawable(dpy, (struct glx_config *) confi
[all...]
H A Dglxcmds.c204 * \c struct glx_config structure is returned. Otherwise, \c NULL
207 static struct glx_config *
213 struct glx_config *config;
219 if (config == (struct glx_config *) fbconfig) {
231 struct glx_screen *psc, struct glx_config *config)
254 CreateContext(Display *dpy, int generic_id, struct glx_config *config,
358 struct glx_config *config = NULL;
653 const struct glx_config *config;
701 struct glx_config *config;
866 struct glx_config *confi
[all...]
H A Dapplegl_glx.c125 struct glx_config *config,
/external/mesa3d/src/glx/
H A Dglxconfig.h33 struct glx_config { struct
34 struct glx_config * next;
125 glx_config_get(struct glx_config * mode, int attribute, int *value_return);
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);
H A Ddri_common.h46 struct glx_config base;
50 extern struct glx_config *driConvertConfigs(const __DRIcoreExtension * core,
51 struct glx_config * modes,
H A Dglxconfig.c27 * Utility routines for working with \c struct glx_config structures. At
53 glx_config_get(struct glx_config * mode, int attribute, int *value_return)
207 * Allocate a linked list of \c struct glx_config structures. The fields of
218 * \c struct glx_config stucture used in libGL and in a
223 _X_HIDDEN struct glx_config *
226 const size_t size = sizeof(struct glx_config);
227 struct glx_config *base = NULL;
228 struct glx_config **next;
233 *next = (struct glx_config *) malloc(size);
267 glx_config_destroy_list(struct glx_config *config
[all...]
H A Dcreate_context.c42 struct glx_config *const cfg = (struct glx_config *) config;
H A Dglxclient.h106 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 *mod
[all...]
H A Ddri_common.c207 { attrib, offsetof(struct glx_config, field) }
259 scalarEqual(struct glx_config *mode, unsigned int attrib, unsigned int value)
275 struct glx_config *config, const __DRIconfig *driConfig)
328 static struct glx_config *
330 struct glx_config *config, const __DRIconfig **driConfigs)
353 _X_HIDDEN struct glx_config *
355 struct glx_config *configs, const __DRIconfig **driConfigs)
357 struct glx_config head, *tail, *m;
H A Dglx_pbuffer.c191 CreateDRIDrawable(Display *dpy, struct glx_config *config,
240 CreateDRIDrawable(Display *dpy, const struct glx_config * fbconfig,
395 CreateDrawable(Display *dpy, struct glx_config *config,
485 CreatePbuffer(Display * dpy, struct glx_config *config,
634 return (GLXPbufferSGIX) CreatePbuffer(dpy, (struct glx_config *) config,
710 return (GLXPbuffer) CreatePbuffer(dpy, (struct glx_config *) config,
872 const struct glx_config *modes = (const struct glx_config *) config;
879 return CreateDrawable(dpy, (struct glx_config *) config,
914 return CreateDrawable(dpy, (struct glx_config *) confi
[all...]
H A Dglxcmds.c204 * \c struct glx_config structure is returned. Otherwise, \c NULL
207 static struct glx_config *
213 struct glx_config *config;
219 if (config == (struct glx_config *) fbconfig) {
231 struct glx_screen *psc, struct glx_config *config)
254 CreateContext(Display *dpy, int generic_id, struct glx_config *config,
358 struct glx_config *config = NULL;
653 const struct glx_config *config;
701 struct glx_config *config;
866 struct glx_config *confi
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_visual.h37 void apple_visual_create_pfobj(CGLPixelFormatObj * pfobj, const struct glx_config * mode,
H A Dapple_visual.c67 apple_visual_create_pfobj(CGLPixelFormatObj * pfobj, const struct glx_config * mode,
/external/mesa3d/src/glx/apple/
H A Dapple_visual.h37 void apple_visual_create_pfobj(CGLPixelFormatObj * pfobj, const struct glx_config * mode,
H A Dapple_visual.c67 apple_visual_create_pfobj(CGLPixelFormatObj * pfobj, const struct glx_config * mode,
/external/chromium_org/third_party/mesa/src/src/glx/tests/
H A Dfake_glx_screen.h71 fake_glx_context(struct glx_screen *psc, struct glx_config *mode)
92 struct glx_config *mode,
120 fake_glx_context_direct(struct glx_screen *psc, struct glx_config *mode)
126 static glx_context *create(struct glx_screen *psc, struct glx_config *mode,
136 struct glx_config *mode,
H A Dfake_glx_screen.cpp50 indirect_create_context(struct glx_screen *psc, struct glx_config *mode,
/external/mesa3d/src/glx/tests/
H A Dfake_glx_screen.h71 fake_glx_context(struct glx_screen *psc, struct glx_config *mode)
92 struct glx_config *mode,
120 fake_glx_context_direct(struct glx_screen *psc, struct glx_config *mode)
126 static glx_context *create(struct glx_screen *psc, struct glx_config *mode,
136 struct glx_config *mode,
H A Dfake_glx_screen.cpp50 indirect_create_context(struct glx_screen *psc, struct glx_config *mode,

Completed in 206 milliseconds

12