Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/egl/x11/
Dnative_ximage.c98 struct ximage_surface *xsurf = ximage_surface(nsurf); in ximage_surface_update_geometry() local
104 ok = XGetGeometry(xsurf->xdpy->dpy, xsurf->drawable, in ximage_surface_update_geometry()
106 if (ok && resource_surface_set_size(xsurf->rsurf, w, h)) in ximage_surface_update_geometry()
107 xsurf->server_stamp++; in ximage_surface_update_geometry()
116 struct ximage_surface *xsurf = ximage_surface(nsurf); in ximage_surface_update_buffers() local
118 if (xsurf->client_stamp != xsurf->server_stamp) { in ximage_surface_update_buffers()
119 ximage_surface_update_geometry(&xsurf->base); in ximage_surface_update_buffers()
120 xsurf->client_stamp = xsurf->server_stamp; in ximage_surface_update_buffers()
123 return resource_surface_add_resources(xsurf->rsurf, buffer_mask); in ximage_surface_update_buffers()
132 struct ximage_surface *xsurf = ximage_surface(nsurf); in ximage_surface_invalidate() local
[all …]