OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:glx_config
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/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);
/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);
Completed in 38 milliseconds