Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_request.c247 static int (*proc_present_vector[PresentNumberRequests]) (ClientPtr) = { variable
259 if (stuff->data >= PresentNumberRequests || !proc_present_vector[stuff->data]) in proc_present_dispatch()
261 return (*proc_present_vector[stuff->data]) (client); in proc_present_dispatch()
273 return (*proc_present_vector[stuff->presentReqType]) (client); in sproc_present_query_version()
293 return (*proc_present_vector[stuff->presentReqType]) (client); in sproc_present_pixmap()
307 return (*proc_present_vector[stuff->presentReqType]) (client); in sproc_present_notify_msc()
319 return (*proc_present_vector[stuff->presentReqType]) (client); in sproc_present_select_input()
329 return (*proc_present_vector[stuff->presentReqType]) (client); in sproc_present_query_capabilities()