Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_st.c46 struct pipe_resource *display_resource; member
71 pres = xstfb->display_resource; in xmesa_st_framebuffer_display()
74 pipe_resource_reference(&xstfb->display_resource, ptex); in xmesa_st_framebuffer_display()
75 pres = xstfb->display_resource; in xmesa_st_framebuffer_display()
321 pipe_resource_reference(&xstfb->display_resource, NULL); in xmesa_destroy_st_framebuffer()
/external/wayland/src/
Dwayland-server.c78 struct wl_resource *display_resource; member
295 if (client->error || !client->display_resource) in wl_resource_post_error_vargs()
298 wl_resource_post_event(client->display_resource, in wl_resource_post_error_vargs()
378 wl_resource_post_error(client->display_resource, in wl_client_connection_data()
386 wl_resource_post_error(client->display_resource, in wl_client_connection_data()
399 wl_resource_post_error(client->display_resource, in wl_client_connection_data()
418 wl_resource_post_error(client->display_resource, in wl_client_connection_data()
652 wl_resource_post_error(client->display_resource, in wl_client_post_no_memory()
674 wl_resource_post_error_vargs(client->display_resource, in wl_client_post_implementation_error()
683 wl_resource_post_error(resource->client->display_resource, in wl_resource_post_no_memory()
[all …]