Searched refs:xcb_get_geometry_reply (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
D | libXCB.cpp | 28 getFuncAddress(lib, "xcb_get_geometry_reply", &xcb_get_geometry_reply); in LibXcbExports()
|
D | libXCB.hpp | 30 …xcb_get_geometry_reply_t *(*xcb_get_geometry_reply)(xcb_connection_t *c, xcb_get_geometry_cookie_t… member
|
D | XcbSurfaceKHR.cpp | 28 if(auto *geom = libXCB->xcb_get_geometry_reply(connection, cookie, nullptr)) in getWindowSizeAndDepth()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/xcb/ |
D | WindowSurfaceVkXcb.cpp | 43 xcb_get_geometry_reply_t *reply = xcb_get_geometry_reply(mXcbConnection, cookie, &error); in getCurrentWindowSize()
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
D | tcuLnxX11Xcb.cpp | 152 …geom = xcb_get_geometry_reply(m_display.getConnection(), xcb_get_geometry(m_display.getConnection(… in getDimensions()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_winsys_dri3.c | 411 geom_reply = xcb_get_geometry_reply(scrn->conn, geom_cookie, NULL); in dri3_set_drawable() 817 geom_reply = xcb_get_geometry_reply(scrn->conn, geom_cookie, NULL); in vl_dri3_screen_create()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_x11.c | 668 geom = xcb_get_geometry_reply(conn, geom_cookie, &err); in x11_surface_get_capabilities() 848 xcb_get_geometry_reply(conn, geom_cookie, &err); in x11_surface_get_present_rectangles() 1378 xcb_get_geometry_reply_t *geom = xcb_get_geometry_reply(chain->conn, geom_cookie, &err); in x11_acquire_next_image() 1988 xcb_get_geometry_reply(conn, xcb_get_geometry(conn, window), NULL); in x11_surface_create_swapchain()
|
/third_party/ffmpeg/libavdevice/ |
D | xcbgrab.c | 438 geo = xcb_get_geometry_reply(c->conn, gc, NULL); in xcbgrab_read_packet() 591 geo = xcb_get_geometry_reply(c->conn, gc, NULL); in create_stream()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | platform_x11.c | 121 reply = xcb_get_geometry_reply (dri2_dpy->conn, cookie, &error); in x11_get_drawable_info() 312 reply = xcb_get_geometry_reply (dri2_dpy->conn, cookie, &error); in dri2_x11_create_surface() 1116 geometry_reply = xcb_get_geometry_reply (dri2_dpy->conn, in dri2_create_image_khr_pixmap()
|
/third_party/mesa3d/src/loader/ |
D | loader_dri3_helper.c | 445 reply = xcb_get_geometry_reply(draw->conn, cookie, &error); in loader_dri3_drawable_init() 1788 geom_reply = xcb_get_geometry_reply(draw->conn, geom_cookie, NULL); in dri3_update_drawable() 2297 geom_reply = xcb_get_geometry_reply(draw->conn, geom_cookie, NULL); in loader_dri3_update_drawable_geometry()
|