Home
last modified time | relevance | path

Searched refs:ProcRandrVector (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/randr/
H A Drrsdispatch.c34 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 …]
H A Drrdispatch.c210 int (*ProcRandrVector[RRNumberRequests]) (ClientPtr) = { variable
H A Drandr.c714 if (stuff->data >= RRNumberRequests || !ProcRandrVector[stuff->data]) in ProcRRDispatch()
717 return (*ProcRandrVector[stuff->data]) (client); in ProcRRDispatch()
H A Drandrstr.h70 extern int (*ProcRandrVector[RRNumberRequests]) (ClientPtr);