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/
H A DlibXCB.cpp23 getFuncAddress(lib, "xcb_create_gc", &xcb_create_gc); in LibXcbExports()
40 if(getProcAddress(RTLD_DEFAULT, "xcb_create_gc")) // Search the global scope for pre-loaded XCB library. in loadExports()
53 return exports.xcb_create_gc ? &exports : nullptr; in loadExports()
H A DlibXCB.hpp25 xcb_void_cookie_t (*xcb_create_gc)(xcb_connection_t *c, xcb_gcontext_t cid, xcb_drawable_t drawable, uint32_t value_mask, const void *value_list) = nullptr; member
H A DXcbSurfaceKHR.cpp82 libXCB->xcb_create_gc(connection, gc, window, XCB_GC_FOREGROUND | XCB_GC_BACKGROUND, values); in attachImage()
/third_party/ffmpeg/libavdevice/
H A 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/
H A 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/
H A Dloader_dri3_helper.c738 xcb_create_gc(draw->conn, in dri3_drawable_gc()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_x11.c2089 cookie = xcb_create_gc(chain->conn, in x11_surface_create_swapchain()

Completed in 16 milliseconds