HomeSort by relevance Sort by last modified time
    Searched refs:glx_config (Results 1 - 21 of 21) sorted by null

  /external/mesa3d/src/glx/
glxconfig.h 33 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);
dri_common.h 46 struct glx_config base;
50 extern struct glx_config *driConvertConfigs(const __DRIcoreExtension * core,
51 struct glx_config * modes,
glxconfig.c 27 * 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 *configs
    [all...]
create_context.c 42 struct glx_config *const cfg = (struct glx_config *) config;
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
    [all...]
dri_common.c 207 { 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;
glx_pbuffer.c 191 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 *) config
    [all...]
glxcmds.c 204 * \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 *config
    [all...]
applegl_glx.c 125 struct glx_config *config,
drisw_glx.c 373 struct glx_config *config_base,
421 struct glx_config *config_base,
518 GLXDrawable drawable, struct glx_config *modes)
636 struct glx_config *configs = NULL, *visuals = NULL;
indirect_glx.c 345 struct glx_config *mode,
441 struct glx_config *config_base,
dri2_glx.c 182 struct glx_config *config_base,
228 struct glx_config *config_base,
348 GLXDrawable drawable, struct glx_config *config_base)
1028 struct glx_config *configs = NULL, *visuals = NULL;
    [all...]
dri_glx.c 339 struct glx_config *visual, *configs = NULL, *visuals = NULL;
574 struct glx_config *config_base,
644 GLXDrawable drawable, struct glx_config *config_base)
glxext.c 366 __glXInitializeVisualConfigFromTags(struct glx_config * config, int count,
593 static struct glx_config *
599 struct glx_config *modes, *m;
  /external/mesa3d/src/glx/apple/
apple_visual.h 37 void apple_visual_create_pfobj(CGLPixelFormatObj * pfobj, const struct glx_config * mode,
apple_visual.c 67 apple_visual_create_pfobj(CGLPixelFormatObj * pfobj, const struct glx_config * mode,
apple_glx_pbuffer.c 130 struct glx_config *modes = (struct glx_config *) config;
apple_glx_pixmap.c 127 const struct glx_config *cmodes = mode;
  /external/mesa3d/src/glx/tests/
fake_glx_screen.h 71 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,
fake_glx_screen.cpp 50 indirect_create_context(struct glx_screen *psc, struct glx_config *mode,
create_context_unittest.cpp 45 struct glx_screen *psc, struct glx_config *config)
129 struct glx_config fbc;

Completed in 527 milliseconds