Home
last modified time | relevance | path

Searched refs:XCreateSimpleWindow (Results 1 – 9 of 9) sorted by relevance

/external/libva-utils/putsurface/
Dputsurface_x11.c80 drawable_thread0 = (void *)XCreateSimpleWindow(x11_display, root, x, y, width, height, in create_window()
109 drawable_thread1 = (void *)XCreateSimpleWindow(x11_display, root, width, 0, width, height, in create_window()
/external/libva-utils/common/
Dva_display_x11.c79 win = XCreateSimpleWindow( in ensure_window()
/external/crosvm/gpu_display/src/generated/
Dxlib_generator.sh32 --allowlist-function XCreateSimpleWindow \
Dxlib.rs2609 pub fn XCreateSimpleWindow( in XCreateSimpleWindow() function
/external/webrtc/modules/desktop_capture/
Dscreen_drawer_linux.cc68 window_ = XCreateSimpleWindow( in ScreenDrawerLinux()
/external/skia/tools/sk_app/unix/
DWindow_unix.cpp158 fWindow = XCreateSimpleWindow(display, in initWindow()
/external/crosvm/gpu_display/src/
Dgpu_display_x.rs718 let window = xlib::XCreateSimpleWindow( in create_surface()
/external/v4l-utils/contrib/test/
Dpixfmt-test.c1174 window = XCreateSimpleWindow (display, in open_window()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp517 …Window window = XCreateSimpleWindow(dpy, RootWindow(dpy, s), 0, 0, (int)m_width, (int)m_height, 1,… in InitSurface()