#include "glheader.h"#include "enums.h"#include "imports.h"Data Structures | |
| struct | enum_elt |
Defines | |
| #define | Elements(x) sizeof(x)/sizeof(*x) |
Typedefs | |
| typedef int(GLWINAPIV * | cfunc )(const void *, const void *) |
Functions | |
| int | compar_name (const enum_elt *a, const enum_elt *b) |
| int | compar_nr (const enum_elt **a, const enum_elt **b) |
| void | sort_enums (void) |
| int | _mesa_lookup_enum_by_name (const char *symbol) |
| const char * | _mesa_lookup_enum_by_nr (int nr) |
Variables | |
| enum_elt | all_enums [] |
| enum_elt ** | index1 = 0 |
| int | sorted = 0 |
| char | token_tmp [20] |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001