Searched refs:xcb_create_gc (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/WSI/ |
D | XcbSurfaceKHR.cpp | 36 getFuncAddress(lib, "xcb_create_gc", &xcb_create_gc); in LibXcbExports() 45 …xcb_void_cookie_t (*xcb_create_gc)(xcb_connection_t *c, xcb_gcontext_t cid, xcb_drawable_t drawabl… member 149 libXcb->xcb_create_gc(connection, gc, window, XCB_GC_FOREGROUND | XCB_GC_BACKGROUND, values); in attachImage()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_x11.c | 71 xcb_create_gc(dri2_dpy->conn, dri2_surf->gc, dri2_surf->drawable, mask, &function); in swrastCreateDrawable() 77 xcb_create_gc(dri2_dpy->conn, dri2_surf->swapgc, dri2_surf->drawable, mask, valgc); in swrastCreateDrawable() 1013 xcb_create_gc(dri2_dpy->conn, gc, target, 0, NULL); in dri2_x11_copy_buffers()
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common_x11.c | 1582 cookie = xcb_create_gc(chain->conn, in x11_surface_create_swapchain()
|
/external/mesa3d/src/loader/ |
D | loader_dri3_helper.c | 723 xcb_create_gc(draw->conn, in dri3_drawable_gc()
|