/external/webrtc/modules/desktop_capture/linux/ |
D | x_server_pixel_buffer.cc | 243 XSync(display_, False); in InitShm() 284 XSync(display_, False); in InitPixmaps() 300 XSync(display_, False); in InitPixmaps() 347 XSync(display_, False); in CaptureRect()
|
/external/swiftshader/src/Main/ |
D | FrameBufferX11.cpp | 74 libX11->XSync(x_display, False); in FrameBufferX11() 155 libX11->XSync(x_display, False); in blit()
|
D | libX11.cpp | 32 XSync = (int (*)(Display*, Bool))getProcAddress(libX11, "XSync"); in LibX11exports()
|
D | libX11.hpp | 38 int (*XSync)(Display *display, Bool discard); member
|
/external/angle/src/libANGLE/renderer/gl/glx/ |
D | WindowSurfaceGLX.cpp | 58 XSync(mDisplay, False); in ~WindowSurfaceGLX() 273 XSync(mDisplay, False); in checkForResize()
|
D | DisplayGLX.cpp | 832 XSync(mGLX.getDisplay(), False); in syncXCommands() 974 XSync(mXDisplay, False); in createContextAttribs()
|
/external/mesa3d/src/glx/apple/ |
D | apple_glx.c | 145 XSync(dpy, False); in apple_glx_waitx()
|
D | apple_glx_drawable.c | 376 XSync(dpy, False); in apple_glx_garbage_collect_drawables()
|
/external/swiftshader/src/WSI/ |
D | libX11.cpp | 42 getFuncAddress(libX11, "XSync", &XSync); in LibX11exports()
|
D | libX11.hpp | 39 int (*XSync)(Display *display, Bool discard); member
|
/external/angle/src/libANGLE/renderer/vulkan/xcb/ |
D | DisplayVkXcb.cpp | 147 XSync(reinterpret_cast<Display *>(mState.displayId), False); in waitNativeImpl()
|
/external/skqp/tools/sk_app/unix/ |
D | GLWindowContext_unix.cpp | 94 XSync(fDisplay, False); in onInitializeContext()
|
/external/skia/tools/sk_app/unix/ |
D | GLWindowContext_unix.cpp | 94 XSync(fDisplay, False); in onInitializeContext()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_buffer.c | 121 XSync(b->xm_visual->display, False); in alloc_back_shm_ximage() 142 XSync(b->xm_visual->display, False); in alloc_back_shm_ximage()
|
D | xm_api.c | 252 XSync(b->xm_visual->display, 0); /* added for Chromium */ in xmesa_get_window_size() 1369 XSync( b->xm_visual->display, False ); in XMesaSwapBuffers() 1493 XSync( c->xm_visual->display, False ); in XMesaFlush() 1552 XSync(b->display, False); in XMesaGarbageCollect()
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11.cpp | 216 XSync(dpy,false); in XlibWindow()
|
/external/mesa3d/src/glx/ |
D | drisw_glx.c | 79 XSync(dpy, False); in XCreateDrawable() 84 XSync(dpy, False); in XCreateDrawable() 204 XSync(dpy, False); in swrastXPutImage()
|
/external/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 342 XSync(display, False); in CreateBestContext()
|
/external/skqp/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 338 XSync(display, False); in CreateBestContext()
|
/external/mesa3d/src/gallium/frontends/xvmc/tests/ |
D | test_rendering.c | 264 XSync(display, 0); in main()
|
D | xvmc_bench.c | 266 XSync(display, 0); in main()
|
/external/mesa3d/src/gallium/winsys/sw/xlib/ |
D | xlib_sw_winsys.c | 180 XSync(xlib_dt->display, False); in alloc_shm_ximage()
|
/external/igt-gpu-tools/overlay/x11/ |
D | x11-overlay.c | 359 XSync(dpy, True); in x11_overlay_stop()
|
/external/ImageMagick/MagickCore/ |
D | animate.c | 1160 (void) XSync(display,MagickFalse); in XAnimateBackgroundImage() 1169 (void) XSync(display,MagickFalse); in XAnimateBackgroundImage() 2010 (void) XSync(display,MagickFalse); in XAnimateImages() 2151 (void) XSync(display,MagickFalse); in XAnimateImages() 2852 (void) XSync(display,MagickFalse); in XAnimateImages()
|
/external/angle/util/x11/ |
D | X11Window.cpp | 493 XSync(mDisplay, false); in signalTestEvent()
|