Home
last modified time | relevance | path

Searched refs:old_error_handler (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/libva/va/x11/
Dva_dricommon.c28 static int (*old_error_handler)(Display *, XErrorEvent *); variable
41 old_error_handler = XSetErrorHandler(error_handler); in x11_trap_errors()
47 XSetErrorHandler(old_error_handler); in x11_untrap_errors()
/hardware/intel/img/psb_video/src/x11/
Dpsb_x11.c63 static int (*old_error_handler)(Display *, XErrorEvent *); variable
387 old_error_handler = XSetErrorHandler(error_handler); in x11_trap_errors()
393 XSetErrorHandler(old_error_handler); in x11_untrap_errors()
/hardware/intel/common/libva/va/glx/
Dva_glx_impl.c46 static int (*old_error_handler)(Display *, XErrorEvent *); variable
57 old_error_handler = XSetErrorHandler(error_handler); in x11_trap_errors()
62 XSetErrorHandler(old_error_handler); in x11_untrap_errors()