Searched refs:xcb_create_gc (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
D | libXCB.cpp | 23 getFuncAddress(lib, "xcb_create_gc", &xcb_create_gc); in LibXcbExports() 53 return exports.xcb_create_gc ? &exports : nullptr; in loadExports()
|
D | libXCB.hpp | 25 …xcb_void_cookie_t (*xcb_create_gc)(xcb_connection_t *c, xcb_gcontext_t cid, xcb_drawable_t drawabl… member
|
D | XcbSurfaceKHR.cpp | 82 libXCB->xcb_create_gc(connection, gc, window, XCB_GC_FOREGROUND | XCB_GC_BACKGROUND, values); in attachImage()
|
/third_party/ffmpeg/libavdevice/ |
D | xcbgrab.c | 665 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/ |
D | platform_x11.c | 72 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/ |
D | loader_dri3_helper.c | 738 xcb_create_gc(draw->conn, in dri3_drawable_gc()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_x11.c | 2089 cookie = xcb_create_gc(chain->conn, in x11_surface_create_swapchain()
|