Searched refs:xcb_put_image (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
D | libXCB.cpp | 29 getFuncAddress(lib, "xcb_put_image", &xcb_put_image); in LibXcbExports()
|
D | libXCB.hpp | 31 …xcb_void_cookie_t (*xcb_put_image)(xcb_connection_t *c, uint8_t format, xcb_drawable_t drawable, x… member
|
D | XcbSurfaceKHR.cpp | 120 libXCB->xcb_put_image( in present()
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.4.4.rst | 52 - egl: Pass the correct X visual depth to xcb_put_image().
|
D | 22.1.3.rst | 72 - wsi/x11: add xcb_put_image support for larger transfers.
|
D | 22.2.0.rst | 1552 - wsi/x11: add xcb_put_image support for larger transfers.
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | platform_x11.c | 175 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/ |
D | wsi_common_x11.c | 1307 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()
|