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

/xsrc/external/mit/xorg-server/dist/randr/
H A Drrprovider.c64 int total_providers = 0, count_providers = 0; local in function:ProcRRGetProviders
77 total_providers++;
80 total_providers += pScrPriv->provider ? 1 : 0;
101 .nProviders = total_providers,
102 .length = total_providers

Completed in 2 milliseconds