Searched refs:surface_notify_handler (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx.c60 surface_notify_handler(Display * dpy, unsigned int uid, int kind) function
121 XAppleDRISetSurfaceNotifyHandler(surface_notify_handler);
H A Dappledri.c85 static void (*surface_notify_handler) (); variable
89 void *old = surface_notify_handler;
90 surface_notify_handler = fun;
105 if (surface_notify_handler != NULL) {
106 (*surface_notify_handler) (dpy, (unsigned int) sevent->arg,
/external/mesa3d/src/glx/apple/
H A Dapple_glx.c60 surface_notify_handler(Display * dpy, unsigned int uid, int kind) function
121 XAppleDRISetSurfaceNotifyHandler(surface_notify_handler);
H A Dappledri.c85 static void (*surface_notify_handler) (); variable
89 void *old = surface_notify_handler;
90 surface_notify_handler = fun;
105 if (surface_notify_handler != NULL) {
106 (*surface_notify_handler) (dpy, (unsigned int) sevent->arg,

Completed in 1377 milliseconds