Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/apple/
Dapple_glx.c58 surface_notify_handler(Display * dpy, unsigned int uid, int kind) in surface_notify_handler() function
119 XAppleDRISetSurfaceNotifyHandler(surface_notify_handler); in apple_init_glx()
Dappledri.c85 static void (*surface_notify_handler) ();
89 void *old = surface_notify_handler; in XAppleDRISetSurfaceNotifyHandler()
90 surface_notify_handler = fun; in XAppleDRISetSurfaceNotifyHandler()
105 if (surface_notify_handler != NULL) { in wire_to_event()
106 (*surface_notify_handler) (dpy, (unsigned int) sevent->arg, in wire_to_event()