HomeSort by relevance Sort by last modified time
    Searched refs:surface_notify_handler (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/glx/apple/
apple_glx.c 58 surface_notify_handler(Display * dpy, unsigned int uid, int kind) function
119 XAppleDRISetSurfaceNotifyHandler(surface_notify_handler);
appledri.c 85 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 74 milliseconds