Home
last modified time | relevance | path

Searched refs:xlib_drawable (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/winsys/sw/xlib/
Dxlib_sw_winsys.c151 struct xlib_drawable *xmb, in alloc_shm_ximage()
204 struct xlib_drawable *xmb, in alloc_ximage()
297 xlib_sw_display(struct xlib_drawable *xlib_drawable, in xlib_sw_display() argument
314 if (xlib_dt->drawable != xlib_drawable->drawable) { in xlib_sw_display()
325 xlib_dt->drawable = xlib_drawable->drawable; in xlib_sw_display()
331 alloc_ximage(xlib_dt, xlib_drawable, in xlib_sw_display()
339 xlib_dt->gc = XCreateGC(display, xlib_drawable->drawable, 0, NULL); in xlib_sw_display()
348 XShmPutImage(xlib_dt->display, xlib_drawable->drawable, xlib_dt->gc, in xlib_sw_display()
366 XPutImage(xlib_dt->display, xlib_drawable->drawable, xlib_dt->gc, in xlib_sw_display()
384 struct xlib_drawable *xlib_drawable = (struct xlib_drawable *)context_private; in xlib_displaytarget_display() local
[all …]
/external/mesa3d/src/gallium/include/frontend/
Dxlibsw_api.h13 struct xlib_drawable { struct
/external/mesa3d/src/gallium/targets/graw-xlib/
Dgraw_xlib.c53 struct xlib_drawable *xlib_handle = NULL; in graw_create_window_and_screen()
73 xlib_handle = CALLOC_STRUCT(xlib_drawable); in graw_create_window_and_screen()
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.h331 struct xlib_drawable ws;