Home
last modified time | relevance | path

Searched refs:XSetErrorHandler (Results 1 – 25 of 29) sorted by relevance

12

/external/webrtc/webrtc/modules/desktop_capture/x11/
Dx_error_trap.cc46 original_error_handler_ = XSetErrorHandler(&XServerErrorHandler); in XErrorTrap()
58 XSetErrorHandler(original_error_handler_); in GetLastErrorAndDisable()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_buffer.c116 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()
Dxm_api.c219 old_handler = XSetErrorHandler(window_exists_err_handler); in window_exists()
221 XSetErrorHandler(old_handler); in window_exists()
/external/skia/tools/sk_app/unix/
DGLWindowContext_unix.cpp76 int (*oldHandler)(Display*, XErrorEvent*) = XSetErrorHandler(&ctxErrorHandler); in onInitializeContext()
117 XSetErrorHandler(oldHandler); in onInitializeContext()
/external/skqp/tools/sk_app/unix/
DGLWindowContext_unix.cpp76 int (*oldHandler)(Display*, XErrorEvent*) = XSetErrorHandler(&ctxErrorHandler); in onInitializeContext()
117 XSetErrorHandler(oldHandler); in onInitializeContext()
/external/swiftshader/src/WSI/
DFrameBufferX11.cpp72 PreviousXErrorHandler = libX11->XSetErrorHandler(XShmErrorHandler); in FrameBufferX11()
75 libX11->XSetErrorHandler(PreviousXErrorHandler); in FrameBufferX11()
DlibX11.cpp33XSetErrorHandler = (int (*(*)(int (*)(Display*, XErrorEvent*)))(Display*, XErrorEvent*))getProcAdd… in LibX11exports()
DlibX11.hpp37 int (*(*XSetErrorHandler)(int (*handler)(Display*, XErrorEvent*)))(Display*, XErrorEvent*); member
/external/swiftshader/src/Main/
DFrameBufferX11.cpp72 PreviousXErrorHandler = libX11->XSetErrorHandler(XShmErrorHandler); in FrameBufferX11()
75 libX11->XSetErrorHandler(PreviousXErrorHandler); in FrameBufferX11()
DlibX11.cpp33XSetErrorHandler = (int (*(*)(int (*)(Display*, XErrorEvent*)))(Display*, XErrorEvent*))getProcAdd… in LibX11exports()
DlibX11.hpp37 int (*(*XSetErrorHandler)(int (*handler)(Display*, XErrorEvent*)))(Display*, XErrorEvent*); member
/external/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp310 int (*oldHandler)(Display*, XErrorEvent*) = XSetErrorHandler(&ctxErrorHandler); in CreateBestContext()
347 XSetErrorHandler(oldHandler); in CreateBestContext()
/external/skqp/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp310 int (*oldHandler)(Display*, XErrorEvent*) = XSetErrorHandler(&ctxErrorHandler); in CreateBestContext()
347 XSetErrorHandler(oldHandler); in CreateBestContext()
/external/mesa3d/src/glx/apple/
Dapple_glx_drawable.c374 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/
Dxlib_sw_winsys.c176 old_handler = XSetErrorHandler(handle_xerror); in alloc_shm_ximage()
193 (void) XSetErrorHandler(old_handler); in alloc_shm_ximage()
/external/mesa3d/src/glx/
DXF86dri.c450 oldXErrorHandler = XSetErrorHandler(noopErrorHandler); in XF86DRIDestroyDrawable()
461 XSetErrorHandler(oldXErrorHandler); in XF86DRIDestroyDrawable()
/external/webrtc/webrtc/base/
Dx11windowpicker.cc104 original_error_handler_ = XSetErrorHandler(&ErrorHandler); in SuppressX11Errors()
110 XErrorHandler handler = XSetErrorHandler(original_error_handler_); in UnsuppressX11Errors()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_api.c345 old_handler = XSetErrorHandler(window_exists_err_handler); in window_exists()
347 XSetErrorHandler(old_handler); in window_exists()
Dglx_api.c680 handler = XSetErrorHandler(NULL); in generate_error()
681 XSetErrorHandler(handler); in generate_error()
/external/ImageMagick/coders/
Ddps.c170 (void) XSetErrorHandler(XError); in ReadDPSImage()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp220 XSetErrorHandler(tcuLnxX11GlxErrorHandler); in GlxContextFactory()
/external/ImageMagick/MagickWand/
Dimport.c360 (void) XSetErrorHandler(XError); in ImportImageCommand()
Danimate.c370 (void) XSetErrorHandler(XError); in AnimateImageCommand()
Ddisplay.c432 (void) XSetErrorHandler(XError); in DisplayImageCommand()
/external/ImageMagick/MagickCore/
Dvms.h267 #define XSetErrorHandler XSETERRORHANDLER macro

12