/external/webrtc/webrtc/modules/desktop_capture/x11/ |
D | x_error_trap.cc | 46 original_error_handler_ = XSetErrorHandler(&XServerErrorHandler); in XErrorTrap() 58 XSetErrorHandler(original_error_handler_); in GetLastErrorAndDisable()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_buffer.c | 116 old_handler = XSetErrorHandler(mesaHandleXError); in alloc_back_shm_ximage() 130 (void) XSetErrorHandler(old_handler); in alloc_back_shm_ximage() 142 (void) XSetErrorHandler(old_handler); in alloc_back_shm_ximage() 458 old_handler = XSetErrorHandler(mesaHandleXError); in xmesa_MapRenderbuffer() 465 XSetErrorHandler(old_handler); in xmesa_MapRenderbuffer()
|
D | xm_api.c | 219 old_handler = XSetErrorHandler(window_exists_err_handler); in window_exists() 221 XSetErrorHandler(old_handler); in window_exists()
|
/external/skia/tools/sk_app/unix/ |
D | GLWindowContext_unix.cpp | 76 int (*oldHandler)(Display*, XErrorEvent*) = XSetErrorHandler(&ctxErrorHandler); in onInitializeContext() 117 XSetErrorHandler(oldHandler); in onInitializeContext()
|
/external/skqp/tools/sk_app/unix/ |
D | GLWindowContext_unix.cpp | 76 int (*oldHandler)(Display*, XErrorEvent*) = XSetErrorHandler(&ctxErrorHandler); in onInitializeContext() 117 XSetErrorHandler(oldHandler); in onInitializeContext()
|
/external/swiftshader/src/WSI/ |
D | FrameBufferX11.cpp | 72 PreviousXErrorHandler = libX11->XSetErrorHandler(XShmErrorHandler); in FrameBufferX11() 75 libX11->XSetErrorHandler(PreviousXErrorHandler); in FrameBufferX11()
|
D | libX11.cpp | 33 …XSetErrorHandler = (int (*(*)(int (*)(Display*, XErrorEvent*)))(Display*, XErrorEvent*))getProcAdd… in LibX11exports()
|
D | libX11.hpp | 37 int (*(*XSetErrorHandler)(int (*handler)(Display*, XErrorEvent*)))(Display*, XErrorEvent*); member
|
/external/swiftshader/src/Main/ |
D | FrameBufferX11.cpp | 72 PreviousXErrorHandler = libX11->XSetErrorHandler(XShmErrorHandler); in FrameBufferX11() 75 libX11->XSetErrorHandler(PreviousXErrorHandler); in FrameBufferX11()
|
D | libX11.cpp | 33 …XSetErrorHandler = (int (*(*)(int (*)(Display*, XErrorEvent*)))(Display*, XErrorEvent*))getProcAdd… in LibX11exports()
|
D | libX11.hpp | 37 int (*(*XSetErrorHandler)(int (*handler)(Display*, XErrorEvent*)))(Display*, XErrorEvent*); member
|
/external/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 310 int (*oldHandler)(Display*, XErrorEvent*) = XSetErrorHandler(&ctxErrorHandler); in CreateBestContext() 347 XSetErrorHandler(oldHandler); in CreateBestContext()
|
/external/skqp/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 310 int (*oldHandler)(Display*, XErrorEvent*) = XSetErrorHandler(&ctxErrorHandler); in CreateBestContext() 347 XSetErrorHandler(oldHandler); in CreateBestContext()
|
/external/mesa3d/src/glx/apple/ |
D | apple_glx_drawable.c | 374 old_handler = XSetErrorHandler(error_handler); in apple_glx_garbage_collect_drawables() 420 XSetErrorHandler(old_handler); in apple_glx_garbage_collect_drawables()
|
/external/mesa3d/src/gallium/winsys/sw/xlib/ |
D | xlib_sw_winsys.c | 176 old_handler = XSetErrorHandler(handle_xerror); in alloc_shm_ximage() 193 (void) XSetErrorHandler(old_handler); in alloc_shm_ximage()
|
/external/mesa3d/src/glx/ |
D | XF86dri.c | 450 oldXErrorHandler = XSetErrorHandler(noopErrorHandler); in XF86DRIDestroyDrawable() 461 XSetErrorHandler(oldXErrorHandler); in XF86DRIDestroyDrawable()
|
/external/webrtc/webrtc/base/ |
D | x11windowpicker.cc | 104 original_error_handler_ = XSetErrorHandler(&ErrorHandler); in SuppressX11Errors() 110 XErrorHandler handler = XSetErrorHandler(original_error_handler_); in UnsuppressX11Errors()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | xm_api.c | 345 old_handler = XSetErrorHandler(window_exists_err_handler); in window_exists() 347 XSetErrorHandler(old_handler); in window_exists()
|
D | glx_api.c | 680 handler = XSetErrorHandler(NULL); in generate_error() 681 XSetErrorHandler(handler); in generate_error()
|
/external/ImageMagick/coders/ |
D | dps.c | 170 (void) XSetErrorHandler(XError); in ReadDPSImage()
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 220 XSetErrorHandler(tcuLnxX11GlxErrorHandler); in GlxContextFactory()
|
/external/ImageMagick/MagickWand/ |
D | import.c | 360 (void) XSetErrorHandler(XError); in ImportImageCommand()
|
D | animate.c | 370 (void) XSetErrorHandler(XError); in AnimateImageCommand()
|
D | display.c | 432 (void) XSetErrorHandler(XError); in DisplayImageCommand()
|
/external/ImageMagick/MagickCore/ |
D | vms.h | 267 #define XSetErrorHandler XSETERRORHANDLER macro
|