Home
last modified time | relevance | path

Searched refs:xcb_create_gc (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/WSI/
DlibXCB.cpp23 getFuncAddress(lib, "xcb_create_gc", &xcb_create_gc); in LibXcbExports()
53 return exports.xcb_create_gc ? &exports : nullptr; in loadExports()
DlibXCB.hpp25 …xcb_void_cookie_t (*xcb_create_gc)(xcb_connection_t *c, xcb_gcontext_t cid, xcb_drawable_t drawabl… member
DXcbSurfaceKHR.cpp82 libXCB->xcb_create_gc(connection, gc, window, XCB_GC_FOREGROUND | XCB_GC_BACKGROUND, values); in attachImage()
/third_party/ffmpeg/libavdevice/
Dxcbgrab.c665 xcb_create_gc(c->conn, gc, c->window, mask, values); in draw_rectangle()
738 xcb_create_gc(conn, gc, root_window, mask, values); in select_region()
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_x11.c72 xcb_create_gc(dri2_dpy->conn, dri2_surf->gc, dri2_surf->drawable, mask, &function); in swrastCreateDrawable()
78 xcb_create_gc(dri2_dpy->conn, dri2_surf->swapgc, dri2_surf->drawable, mask, valgc); in swrastCreateDrawable()
1045 xcb_create_gc(dri2_dpy->conn, gc, target, 0, NULL); in dri2_x11_copy_buffers()
/third_party/mesa3d/src/loader/
Dloader_dri3_helper.c738 xcb_create_gc(draw->conn, in dri3_drawable_gc()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_x11.c2089 cookie = xcb_create_gc(chain->conn, in x11_surface_create_swapchain()