Home
last modified time | relevance | path

Searched refs:hostx_get_xcbconn (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyrcursor.c53 xcb_connection_t *conn = hostx_get_xcbconn(); in ephyrRealizeCoreCursor()
108 xcb_connection_t *conn = hostx_get_xcbconn(); in get_argb_format()
130 xcb_connection_t *conn = hostx_get_xcbconn(); in ephyrRealizeARGBCursor()
168 v = xcb_render_util_query_version(hostx_get_xcbconn()); in can_argb_cursor()
195 xcb_free_cursor(hostx_get_xcbconn(), hw->cursor); in ephyrUnrealizeCursor()
216 xcb_change_window_attributes(hostx_get_xcbconn(), scr->win, in ephyrSetCursor()
218 xcb_flush(hostx_get_xcbconn()); in ephyrSetCursor()
H A Dephyrvideo.c181 xcb_connection_t *conn = hostx_get_xcbconn(); in ephyrLocalAtomToHost()
306 xcb_connection_t *conn = hostx_get_xcbconn(); in translate_video_encodings()
349 xcb_connection_t *conn = hostx_get_xcbconn(); in translate_xv_attributes()
393 xcb_connection_t *conn = hostx_get_xcbconn(); in translate_xv_image_formats()
446 xcb_connection_t *conn = hostx_get_xcbconn(); in ephyrXVPrivQueryHostAdaptors()
677 xcb_connection_t *conn = hostx_get_xcbconn(); in ephyrXVPrivGetImageBufSize()
734 xcb_connection_t *conn = hostx_get_xcbconn(); in ephyrStopVideo()
749 xcb_connection_t *conn = hostx_get_xcbconn(); in ephyrSetPortAttribute()
804 xcb_connection_t *conn = hostx_get_xcbconn(); in ephyrGetPortAttribute()
852 xcb_connection_t *conn = hostx_get_xcbconn(); in ephyrQueryBestSize()
[all …]
H A Dhostx.h158 hostx_get_xcbconn(void);
H A Dephyr.c1016 xcb_connection_t *conn = hostx_get_xcbconn(); in ephyrProcessKeyRelease()
1118 xcb_connection_t *conn = hostx_get_xcbconn(); in ephyrXcbProcessEvents()
H A Dhostx.c1296 hostx_get_xcbconn(void) in hostx_get_xcbconn() function