Searched refs:ProcRandrVector (Results 1 – 4 of 4) sorted by relevance
34 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRQueryVersion()45 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRGetScreenInfo()66 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRSetScreenConfig()78 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRSelectInput()89 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRGetScreenSizeRange()104 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRSetScreenSize()115 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRGetScreenResources()127 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRGetOutputInfo()138 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRListOutputProperties()150 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRQueryOutputProperty()[all …]
210 int (*ProcRandrVector[RRNumberRequests]) (ClientPtr) = { variable
714 if (stuff->data >= RRNumberRequests || !ProcRandrVector[stuff->data]) in ProcRRDispatch()717 return (*ProcRandrVector[stuff->data]) (client); in ProcRRDispatch()
70 extern int (*ProcRandrVector[RRNumberRequests]) (ClientPtr);