Home
last modified time | relevance | path

Searched refs:xcb_put_image (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/WSI/
DlibXCB.cpp29 getFuncAddress(lib, "xcb_put_image", &xcb_put_image); in LibXcbExports()
DlibXCB.hpp31 …xcb_void_cookie_t (*xcb_put_image)(xcb_connection_t *c, uint8_t format, xcb_drawable_t drawable, x… member
DXcbSurfaceKHR.cpp120 libXCB->xcb_put_image( in present()
/third_party/mesa3d/docs/relnotes/
D10.4.4.rst52 - egl: Pass the correct X visual depth to xcb_put_image().
D22.1.3.rst72 - wsi/x11: add xcb_put_image support for larger transfers.
D22.2.0.rst1552 - wsi/x11: add xcb_put_image support for larger transfers.
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_x11.c175 cookie = xcb_put_image(dri2_dpy->conn, XCB_IMAGE_FORMAT_Z_PIXMAP, dri2_surf->drawable, in swrastPutImage()
185 cookie = xcb_put_image(dri2_dpy->conn, XCB_IMAGE_FORMAT_Z_PIXMAP, dri2_surf->drawable, in swrastPutImage()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_x11.c1307 cookie = xcb_put_image(chain->conn, XCB_IMAGE_FORMAT_Z_PIXMAP, in x11_present_to_x11_sw()
1322 cookie = xcb_put_image(chain->conn, XCB_IMAGE_FORMAT_Z_PIXMAP, in x11_present_to_x11_sw()