Home
last modified time | relevance | path

Searched refs:bp_cookie (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_x11_dri3.c295 xcb_dri3_buffer_from_pixmap_cookie_t bp_cookie; in dri3_create_image_khr_pixmap() local
300 bp_cookie = xcb_dri3_buffer_from_pixmap(dri2_dpy->conn, drawable); in dri3_create_image_khr_pixmap()
302 bp_cookie, NULL); in dri3_create_image_khr_pixmap()
345 xcb_dri3_buffers_from_pixmap_cookie_t bp_cookie; in dri3_create_image_khr_pixmap_from_buffers() local
351 bp_cookie = xcb_dri3_buffers_from_pixmap(dri2_dpy->conn, drawable); in dri3_create_image_khr_pixmap_from_buffers()
353 bp_cookie, NULL); in dri3_create_image_khr_pixmap_from_buffers()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A 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/gallium/frontends/dri/
H A Dkopper.c458 xcb_dri3_buffer_from_pixmap_cookie_t bp_cookie; in kopper_get_pixmap_buffer() local
462 bp_cookie = xcb_dri3_buffer_from_pixmap(conn, pixmap); in kopper_get_pixmap_buffer()
463 bp_reply = xcb_dri3_buffer_from_pixmap_reply(conn, bp_cookie, &error); in kopper_get_pixmap_buffer()
/third_party/mesa3d/src/loader/
H A Dloader_dri3_helper.c1974 xcb_dri3_buffer_from_pixmap_cookie_t bp_cookie; in dri3_get_pixmap_buffer() local
1977 bp_cookie = xcb_dri3_buffer_from_pixmap(draw->conn, pixmap); in dri3_get_pixmap_buffer()
1978 bp_reply = xcb_dri3_buffer_from_pixmap_reply(draw->conn, bp_cookie, NULL); in dri3_get_pixmap_buffer()

Completed in 8 milliseconds