Home
last modified time | relevance | path

Searched refs:XPending (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/tools/sk_app/unix/
H A Dmain_unix.cpp26 if (0 == XPending(display)) { in main()
45 if (int count = XPending(display)) { in main()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H A DtcuLnxX11.cpp113 while (XPending(m_display)) in processEvents()
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
H A Dtest_rendering.c287 if (XPending(display) > 0) in main()
/third_party/pulseaudio/src/pulsecore/
H A Dx11wrap.c79 while (XPending(w->display)) { in work()
/third_party/ffmpeg/libavdevice/
H A Dxv.c308 while (XPending(xv->display)) { in write_picture()
/third_party/skia/third_party/externals/angle2/util/x11/
H A DX11Window.cpp406 int eventCount = XPending(mDisplay); in messageLoop()
/third_party/glfw/src/
H A Dx11_window.c67 while (!XPending(_glfw.x11.display)) in waitForX11Event()
95 while (!XPending(_glfw.x11.display)) in waitForAnyEvent()
2790 XPending(_glfw.x11.display); in _glfwPollEventsX11()
H A Dx11_platform.h255 #define XPending _glfw.x11.xlib.Pending macro
/third_party/ffmpeg/
H A Dconfigure6286 check_pkg_config xlib_x11 x11 "X11/Xlib.h" XPending ||
6287 check_lib xlib_x11 "X11/Xlib.h" XPending -lX11 ||

Completed in 18 milliseconds