Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_omx_common.c36 #define XCloseDisplay(x) macro
82 XCloseDisplay(omx_display); in omx_get_screen()
108 XCloseDisplay(omx_display); in omx_put_screen()
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
H A Dtest_surface.c64 XCloseDisplay(display); in main()
99 XCloseDisplay(display); in main()
H A Dtest_blocks.c67 XCloseDisplay(display); in main()
112 XCloseDisplay(display); in main()
H A Dtest_context.c63 XCloseDisplay(display); in main()
120 XCloseDisplay(display); in main()
H A Dtest_subpicture.c90 XCloseDisplay(display); in main()
186 XCloseDisplay(display); in main()
H A Dxvmc_bench.c220 XCloseDisplay(display); in main()
306 XCloseDisplay(display); in main()
H A Dtest_rendering.c172 XCloseDisplay(display); in main()
327 XCloseDisplay(display); in main()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H A DtcuLnxX11.cpp66 XCloseDisplay(display); in hasDisplay()
92 XCloseDisplay(m_display); in ~XlibDisplay()
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DlibX11.cpp36 getFuncAddress(libX11, "XCloseDisplay", &XCloseDisplay); in LibX11exports()
H A DlibX11.hpp42 int (*XCloseDisplay)(Display *display) = nullptr; member
/third_party/skia/tools/sk_app/unix/
H A Dmain_unix.cpp89 XCloseDisplay(display); in main()
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DlibX11.cpp34 XCloseDisplay = (int (*)(Display*))getProcAddress(libX11, "XCloseDisplay"); in LibX11exports()
H A DlibX11.hpp40 int (*XCloseDisplay)(Display *display); member
H A DFrameBufferX11.cpp122 libX11->XCloseDisplay(x_display); in ~FrameBufferX11()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DDisplay.cpp93 if(nativeDisplay && libX11->XCloseDisplay) in ~Display()
95 libX11->XCloseDisplay((::Display*)nativeDisplay); in ~Display()
/third_party/libdrm/tests/ttmtest/src/
H A Dttmtest.c150 XCloseDisplay(ctx->display); in releaseContext()
/third_party/skia/tools/gpu/gl/glx/
H A DCreatePlatformGLTestContext_glx.cpp81 XCloseDisplay(fDisplay); in get_display()
/third_party/pulseaudio/src/pulsecore/
H A Dx11wrap.c254 XCloseDisplay(w->display); in x11_wrapper_free()
/third_party/ffmpeg/libavdevice/
H A Dxv.c98 XCloseDisplay(xv->display); in xv_write_trailer()
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vdpau.c459 XCloseDisplay(priv->dpy); in vdpau_device_free()
H A Dhwcontext_vaapi.c1569 XCloseDisplay(priv->x11_display); in vaapi_device_free()
/third_party/skia/third_party/externals/angle2/util/x11/
H A DX11Window.cpp385 XCloseDisplay(mDisplay); in destroy()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DDisplayGLX.cpp391 XCloseDisplay(mXDisplay); in terminate()
/third_party/glfw/src/
H A Dx11_platform.h209 #define XCloseDisplay _glfw.x11.xlib.CloseDisplay macro
H A Dx11_init.c1337 _glfwPlatformGetModuleSymbol(_glfw.x11.xlib.handle, "XCloseDisplay"); in _glfwInitX11()
1590 XCloseDisplay(_glfw.x11.display); in _glfwTerminateX11()
1637 // NOTE: These need to be unloaded after XCloseDisplay, as they register in _glfwTerminateX11()

Completed in 21 milliseconds