Home
last modified time | relevance | path

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

12

/external/webrtc/modules/desktop_capture/linux/
Dx_error_trap.cc46 original_error_handler_ = XSetErrorHandler(&XServerErrorHandler); in XErrorTrap()
58 XSetErrorHandler(original_error_handler_); in GetLastErrorAndDisable()
/external/libepoxy/test/
Dglx_public_api_core.c168 old_handler = XSetErrorHandler(error_handler); in main()
172 XSetErrorHandler(old_handler); in main()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_buffer.c118 old_handler = XSetErrorHandler(mesaHandleXError); in alloc_back_shm_ximage()
132 (void) XSetErrorHandler(old_handler); in alloc_back_shm_ximage()
144 (void) XSetErrorHandler(old_handler); in alloc_back_shm_ximage()
461 old_handler = XSetErrorHandler(mesaHandleXError); in xmesa_MapRenderbuffer()
468 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/skqp/tools/sk_app/unix/
DGLWindowContext_unix.cpp76 int (*oldHandler)(Display*, XErrorEvent*) = XSetErrorHandler(&ctxErrorHandler); in onInitializeContext()
117 XSetErrorHandler(oldHandler); in onInitializeContext()
/external/skia/tools/sk_app/unix/
DGLWindowContext_unix.cpp77 int (*oldHandler)(Display*, XErrorEvent*) = XSetErrorHandler(&ctxErrorHandler); in onInitializeContext()
117 XSetErrorHandler(oldHandler); in onInitializeContext()
/external/swiftshader/src/Main/
DFrameBufferX11.cpp72 PreviousXErrorHandler = libX11->XSetErrorHandler(XShmErrorHandler); in FrameBufferX11()
75 libX11->XSetErrorHandler(PreviousXErrorHandler); in FrameBufferX11()
DlibX11.cpp31XSetErrorHandler = (int (*(*)(int (*)(Display*, XErrorEvent*)))(Display*, XErrorEvent*))getProcAdd… in LibX11exports()
DlibX11.hpp37 int (*(*XSetErrorHandler)(int (*handler)(Display*, XErrorEvent*)))(Display*, XErrorEvent*); member
/external/igt-gpu-tools/overlay/x11/
Dx11-overlay.c142 XSetErrorHandler(check_error_handler); in x11_overlay_create()
178 XSetErrorHandler(noop); in x11_overlay_create()
340 XSetErrorHandler(noop); in x11_overlay_stop()
Dx11-window.c125 XSetErrorHandler(noop); in x11_window_create()
/external/angle/src/libANGLE/renderer/gl/glx/
DWindowSurfaceGLX.cpp56 auto oldErrorHandler = XSetErrorHandler(IgnoreX11Errors); in ~WindowSurfaceGLX()
59 XSetErrorHandler(oldErrorHandler); in ~WindowSurfaceGLX()
DDisplayGLX.cpp782 auto oldErrorHandler = XSetErrorHandler(IgnoreX11Errors); in isValidNativeWindow()
785 XSetErrorHandler(oldErrorHandler); in isValidNativeWindow()
975 auto oldErrorHandler = XSetErrorHandler(IgnoreX11Errors); in createContextAttribs()
977 XSetErrorHandler(oldErrorHandler); in createContextAttribs()
/external/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp317 int (*oldHandler)(Display*, XErrorEvent*) = XSetErrorHandler(&ctxErrorHandler); in CreateBestContext()
351 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/swiftshader/src/WSI/
DlibX11.cpp41 getFuncAddress(libX11, "XSetErrorHandler", &XSetErrorHandler); in LibX11exports()
DlibX11.hpp38 int (*(*XSetErrorHandler)(int (*handler)(Display *, XErrorEvent *)))(Display *, XErrorEvent *); member
/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.c177 old_handler = XSetErrorHandler(handle_xerror); in alloc_shm_ximage()
194 (void) XSetErrorHandler(old_handler); in alloc_shm_ximage()
/external/mesa3d/src/glx/
DXF86dri.c450 oldXErrorHandler = XSetErrorHandler(noopErrorHandler); in XF86DRIDestroyDrawable()
461 XSetErrorHandler(oldXErrorHandler); in XF86DRIDestroyDrawable()
Ddrisw_glx.c81 old_handler = XSetErrorHandler(handle_xerror); in XCreateDrawable()
92 (void) XSetErrorHandler(old_handler); in XCreateDrawable()
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.c350 old_handler = XSetErrorHandler(window_exists_err_handler); in window_exists()
352 XSetErrorHandler(old_handler); in window_exists()
Dglx_api.c685 handler = XSetErrorHandler(NULL); in generate_error()
686 XSetErrorHandler(handler); in generate_error()
/external/ImageMagick/coders/
Ddps.c170 (void) XSetErrorHandler(XError); in ReadDPSImage()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp226 XSetErrorHandler(tcuLnxX11GlxErrorHandler); in GlxContextFactory()

12