Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/present/
H A Dpresent.h180 typedef void (*present_complete_notify_proc)(WindowPtr window, typedef
188 present_register_complete_notify(present_complete_notify_proc proc);
H A Dpresent_event.c142 static present_complete_notify_proc complete_notify;
145 present_register_complete_notify(present_complete_notify_proc proc) in present_register_complete_notify()