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

12

/external/chromium_org/ui/events/platform/x11/
H A Dx11_event_source_glib.cc23 if (XPending(gxsource->display))
32 return XPending(gxsource->display);
H A Dx11_event_source.cc115 while (XPending(display_) && continue_stream_) {
/external/chromium_org/remoting/host/
H A Dclipboard_x11.cc123 while (XPending(display_)) {
H A Dlocal_input_monitor_linux.cc228 while (XPending(x_record_display_)) {
272 while (XPending(x_record_display_)) {
/external/chromium_org/remoting/host/linux/
H A Dx_server_clipboard_unittest.cc46 while (XPending(display_)) {
/external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/
H A Dshared_x_display.cc70 // on XPending because we want to guarantee this terminates.
71 int events_to_process = XPending(display());
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11x11main.cpp80 if(XPending(dpy))
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11x11main.cpp80 if(XPending(dpy))
/external/chromium_org/third_party/skia/src/views/unix/
H A DSkOSWindow_Unix.cpp177 if (XPending(dsp)) {
194 if (!XPending(dsp)) {
294 if (XPending(dsp) || !moreToDo) {
433 // nothing to do, since we spin on our event-queue, polling for XPending
/external/skia/src/views/unix/
H A DSkOSWindow_Unix.cpp177 if (XPending(dsp)) {
194 if (!XPending(dsp)) {
284 if (XPending(dsp) || !moreToDo) {
423 // nothing to do, since we spin on our event-queue, polling for XPending
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/
H A Dd3d10x11main.cpp120 if(XPending(dpy))
/external/chromium_org/third_party/webrtc/test/linux/
H A Dglx_renderer.cc158 while (XPending(display_)) {
/external/deqp/framework/platform/X11/
H A DtcuX11.cpp83 while (XPending(m_display))
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
H A Dd3d10x11main.cpp120 if(XPending(dpy))
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
H A Dtest_rendering.c284 if (XPending(display) > 0)
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
H A Dtest_rendering.c284 if (XPending(display) > 0)
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Dcompositor_model_bench.cc130 while (XPending(display_)) {
/external/chromium_org/media/base/
H A Duser_input_monitor_linux.cc282 while (XPending(x_record_display_)) {
/external/chromium_org/media/tools/player_x11/
H A Dplayer_x11.cc185 while (XPending(g_display)) {
/external/chromium_org/ui/base/x/
H A Dselection_requestor.cc291 if (XPending(x_display_)) {
H A Dx11_util.cc435 while (XPending(display)) {
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11events.c314 if ( XPending(display) ) {
905 /* Ack! XPending() actually performs a blocking read if no events available */
924 return(XPending(display));
H A DSDL_x11sym.h88 SDL_X11_SYM(int,XPending,(Display* a),(a),return)
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_x11.cc335 while (XPending(xev->xany.display)) {
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dvms_x_fix.h243 #define XPending XPENDING macro

Completed in 1199 milliseconds

12