Home
last modified time | relevance | path

Searched refs:geom_reply (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri3.c398 xcb_get_geometry_reply_t *geom_reply; in dri3_set_drawable() local
411 geom_reply = xcb_get_geometry_reply(scrn->conn, geom_cookie, NULL); in dri3_set_drawable()
412 if (!geom_reply) in dri3_set_drawable()
415 scrn->width = geom_reply->width; in dri3_set_drawable()
416 scrn->height = geom_reply->height; in dri3_set_drawable()
417 scrn->depth = geom_reply->depth; in dri3_set_drawable()
418 free(geom_reply); in dri3_set_drawable()
758 xcb_get_geometry_reply_t *geom_reply; in vl_dri3_screen_create() local
817 geom_reply = xcb_get_geometry_reply(scrn->conn, geom_cookie, NULL); in vl_dri3_screen_create()
818 if (!geom_reply) in vl_dri3_screen_create()
[all …]
/third_party/mesa3d/src/loader/
Dloader_dri3_helper.c1776 xcb_get_geometry_reply_t *geom_reply; in dri3_update_drawable() local
1788 geom_reply = xcb_get_geometry_reply(draw->conn, geom_cookie, NULL); in dri3_update_drawable()
1790 if (!geom_reply) { in dri3_update_drawable()
1794 draw->width = geom_reply->width; in dri3_update_drawable()
1795 draw->height = geom_reply->height; in dri3_update_drawable()
1796 draw->depth = geom_reply->depth; in dri3_update_drawable()
1798 root_win = geom_reply->root; in dri3_update_drawable()
1800 free(geom_reply); in dri3_update_drawable()
2293 xcb_get_geometry_reply_t *geom_reply; in loader_dri3_update_drawable_geometry() local
2297 geom_reply = xcb_get_geometry_reply(draw->conn, geom_cookie, NULL); in loader_dri3_update_drawable_geometry()
[all …]