Home
last modified time | relevance | path

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

/external/wayland/src/
Dwayland-server.c76 struct wl_resource *display_resource; member
261 if (!client->display_resource) in wl_resource_post_error()
264 wl_resource_post_event(client->display_resource, in wl_resource_post_error()
317 wl_resource_post_error(client->display_resource, in wl_client_connection_data()
325 wl_resource_post_error(client->display_resource, in wl_client_connection_data()
338 wl_resource_post_error(client->display_resource, in wl_client_connection_data()
357 wl_resource_post_error(client->display_resource, in wl_client_connection_data()
589 wl_resource_post_error(client->display_resource, in wl_client_post_no_memory()
596 wl_resource_post_error(resource->client->display_resource, in wl_resource_post_no_memory()
629 if (client->display_resource) { in wl_resource_destroy()
[all …]
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_st.c45 struct pipe_resource *display_resource; member
70 pres = xstfb->display_resource; in xmesa_st_framebuffer_display()
73 pipe_resource_reference(&xstfb->display_resource, ptex); in xmesa_st_framebuffer_display()
74 pres = xstfb->display_resource; in xmesa_st_framebuffer_display()
319 pipe_resource_reference(&xstfb->display_resource, NULL); in xmesa_destroy_st_framebuffer()