Searched refs:GlxVendorList (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glx/
H A Dvndservervendor.c32 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 Dvndservervendor.h57 extern struct xorg_list GlxVendorList;
H A Dvndcmds.c80 xorg_list_for_each_entry(vendor, &GlxVendorList, entry) {
151 xorg_list_for_each_entry(vendor, &GlxVendorList, entry) {

Completed in 4 milliseconds