Home
last modified time | relevance | path

Searched refs:BadWindow (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Lib/test/test_sqlite3/
H A Dtest_userfunctions.py501 class BadWindow(Exception): class
547 @with_tracebacks(BadWindow)
551 with patch.object(WindowSumInt, meth, side_effect=BadWindow):
559 @with_tracebacks(BadWindow)
564 with patch.object(WindowSumInt, "finalize", side_effect=BadWindow):
/third_party/mesa3d/src/glx/apple/
H A Dapple_glx_drawable.c354 if (err->error_code == BadWindow) { in error_handler()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri3.c439 if (error->error_code != BadWindow) in dri3_set_drawable()
/third_party/glfw/src/
H A Dx11_window.c1522 if (_glfw.x11.errorCode == BadWindow) in processEvent()
2598 if (_glfw.x11.errorCode == BadWindow) in _glfwWindowHoveredX11()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dxm_api.c340 if (xerr->error_code == BadWindow) { in window_exists_err_handler()
/third_party/mesa3d/src/glx/
H A Dglxcmds.c1863 __glXSendError(dpy, BadWindow, drawable, 0, True); in glXSwapIntervalEXT()
/third_party/mesa3d/src/loader/
H A Dloader_dri3_helper.c1698 * Otherwise, we'll get a BadWindow error back from this request which in dri3_detect_drawable_is_window()
1709 * BadWindow error, then assume the drawable is a pixmap. in dri3_detect_drawable_is_window()
1714 if (error->error_code != BadWindow) { in dri3_detect_drawable_is_window()

Completed in 17 milliseconds