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

  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx.c 60 surface_notify_handler(Display * dpy, unsigned int uid, int kind) function
121 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,
  /external/mesa3d/src/glx/apple/
apple_glx.c 60 surface_notify_handler(Display * dpy, unsigned int uid, int kind) function
121 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 207 milliseconds