Searched defs:glx_config (Results 1 - 1 of 1) sorted by relevance

/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);

Completed in 84 milliseconds