Home
last modified time | relevance | path

Searched refs:bp_cookie (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_x11_dri3.c279 xcb_dri3_buffer_from_pixmap_cookie_t bp_cookie; in dri3_create_image_khr_pixmap() local
284 bp_cookie = xcb_dri3_buffer_from_pixmap(dri2_dpy->conn, drawable); in dri3_create_image_khr_pixmap()
286 bp_cookie, NULL); in dri3_create_image_khr_pixmap()
329 xcb_dri3_buffers_from_pixmap_cookie_t bp_cookie; in dri3_create_image_khr_pixmap_from_buffers() local
335 bp_cookie = xcb_dri3_buffers_from_pixmap(dri2_dpy->conn, drawable); in dri3_create_image_khr_pixmap_from_buffers()
337 bp_cookie, NULL); in dri3_create_image_khr_pixmap_from_buffers()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri3.c462 xcb_dri3_buffer_from_pixmap_cookie_t bp_cookie; in dri3_get_front_buffer() local
487 bp_cookie = xcb_dri3_buffer_from_pixmap(scrn->conn, scrn->drawable); in dri3_get_front_buffer()
488 bp_reply = xcb_dri3_buffer_from_pixmap_reply(scrn->conn, bp_cookie, NULL); in dri3_get_front_buffer()
/third_party/mesa3d/src/loader/
Dloader_dri3_helper.c1895 xcb_dri3_buffer_from_pixmap_cookie_t bp_cookie; in dri3_get_pixmap_buffer() local
1898 bp_cookie = xcb_dri3_buffer_from_pixmap(draw->conn, pixmap); in dri3_get_pixmap_buffer()
1899 bp_reply = xcb_dri3_buffer_from_pixmap_reply(draw->conn, bp_cookie, NULL); in dri3_get_pixmap_buffer()