Home
last modified time | relevance | path

Searched refs:xcb_get_geometry_reply (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/WSI/
DlibXCB.cpp28 getFuncAddress(lib, "xcb_get_geometry_reply", &xcb_get_geometry_reply); in LibXcbExports()
DlibXCB.hpp30 …xcb_get_geometry_reply_t *(*xcb_get_geometry_reply)(xcb_connection_t *c, xcb_get_geometry_cookie_t… member
DXcbSurfaceKHR.cpp28 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/
DWindowSurfaceVkXcb.cpp43 xcb_get_geometry_reply_t *reply = xcb_get_geometry_reply(mXcbConnection, cookie, &error); in getCurrentWindowSize()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11Xcb.cpp152 …geom = xcb_get_geometry_reply(m_display.getConnection(), xcb_get_geometry(m_display.getConnection(… in getDimensions()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri3.c411 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/
Dwsi_common_x11.c668 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/
Dxcbgrab.c438 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/
Dplatform_x11.c121 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/
Dloader_dri3_helper.c445 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()