Searched refs:GlxVendorList (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | vndservervendor.c | 32 struct xorg_list GlxVendorList = { &GlxVendorList, &GlxVendorList }; variable in typeref:struct:xorg_list 58 xorg_list_append(&vendor->entry, &GlxVendorList); 76 xorg_list_for_each_entry_safe(vendor, tempVendor, &GlxVendorList, entry) { 88 xorg_list_for_each_entry_safe(vendor, tempVendor, &GlxVendorList, entry) {
|
| H A D | vndservervendor.h | 57 extern struct xorg_list GlxVendorList;
|
| H A D | vndcmds.c | 80 xorg_list_for_each_entry(vendor, &GlxVendorList, entry) { 151 xorg_list_for_each_entry(vendor, &GlxVendorList, entry) {
|
Completed in 4 milliseconds