Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_omx_common.c35 #define XOpenDisplay(x) NULL macro
74 omx_display = XOpenDisplay(NULL); in omx_get_screen()
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DlibX11.cpp23 getFuncAddress(libX11, "XOpenDisplay", &XOpenDisplay); in LibX11exports()
55 if(getProcAddress(RTLD_DEFAULT, "XOpenDisplay")) // Search the global scope for pre-loaded X11 library. in loadExports()
71 return exports.XOpenDisplay ? &exports : nullptr; in loadExports()
H A DlibX11.hpp28 Display *(*XOpenDisplay)(char *display_name) = nullptr; member
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
H A DSystemInfo_x11.cpp31 Display *display = XOpenDisplay(nullptr); in GetNvidiaDriverVersionWithXNVCtrl()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H A DtcuLnxX11.cpp62 Display *display = XOpenDisplay((char*)name); in hasDisplay()
83 m_display = XOpenDisplay((char*)name); // Won't modify argument string. in XlibDisplay()
/third_party/skia/tools/sk_app/unix/
H A Dmain_unix.cpp17 Display* display = XOpenDisplay(nullptr); in main()
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
H A Dtest_surface.c48 display = XOpenDisplay(NULL); in main()
H A Dtest_blocks.c51 display = XOpenDisplay(NULL); in main()
H A Dtest_context.c47 display = XOpenDisplay(NULL); in main()
H A Dtest_subpicture.c74 display = XOpenDisplay(NULL); in main()
H A Dxvmc_bench.c204 display = XOpenDisplay(NULL); in main()
H A Dtest_rendering.c156 display = XOpenDisplay(NULL); in main()
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DlibX11.cpp21 XOpenDisplay = (Display *(*)(char*))getProcAddress(libX11, "XOpenDisplay"); in LibX11exports()
58 if(getProcAddress(RTLD_DEFAULT, "XOpenDisplay")) // Search the global scope for pre-loaded X11 library. in loadExports()
H A DlibX11.hpp27 Display *(*XOpenDisplay)(char *display_name); member
H A DFrameBufferX11.cpp49 x_display = libX11->XOpenDisplay(0); in FrameBufferX11()
/third_party/mesa3d/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c62 graw.display = XOpenDisplay(NULL); in graw_create_window_and_screen()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLX11VisualTest.cpp30 void testSetUp() override { mDisplay = XOpenDisplay(nullptr); }
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DWindowSurfaceTests.cpp190 chainedDescriptor.display = XOpenDisplay(nullptr); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DDisplay.cpp71 if(!nativeDisplay && dpy != HEADLESS_DISPLAY && libX11 && libX11->XOpenDisplay) in get()
73 nativeDisplay = libX11->XOpenDisplay(NULL); in get()
/third_party/libdrm/tests/ttmtest/src/
H A Dttmtest.c357 ctx.display = XOpenDisplay(displayName); in main()
/third_party/skia/tools/gpu/gl/glx/
H A DCreatePlatformGLTestContext_glx.cpp78 AutoDisplay() { fDisplay = XOpenDisplay(nullptr); } in get_display()
/third_party/pulseaudio/src/pulsecore/
H A Dx11wrap.c211 if (!(d = XOpenDisplay(name))) { in x11_wrapper_new()
212 pa_log("XOpenDisplay() failed"); in x11_wrapper_new()
/third_party/ffmpeg/libavdevice/
H A Dxv.c129 xv->display = XOpenDisplay(xv->display_name); in xv_write_header()
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vdpau.c480 priv->dpy = XOpenDisplay(device); in vdpau_device_create()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A DtcuANGLENativeDisplayFactory.cpp417 mNativeDisplay = bitCast<eglw::EGLNativeDisplayType>(XOpenDisplay(nullptr)); in ANGLENativeDisplayFactory()

Completed in 11 milliseconds

12