Home | History | Annotate | Download | only in glx

Lines Matching refs:GLX_functions

1921 ** GLX_functions table.
2477 static const struct name_address_pair GLX_functions[] = {
2618 for (i = 0; GLX_functions[i].Name; i++) {
2619 if (strcmp(GLX_functions[i].Name, funcName) == 0)
2620 return GLX_functions[i].Address;