HomeSort by relevance Sort by last modified time
    Searched refs:display_resource (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_st.c 45 struct pipe_resource *display_resource; member in struct:xmesa_st_framebuffer
70 pres = xstfb->display_resource;
73 pipe_resource_reference(&xstfb->display_resource, ptex);
74 pres = xstfb->display_resource;
319 pipe_resource_reference(&xstfb->display_resource, NULL);
  /external/wayland/src/
wayland-server.c 76 struct wl_resource *display_resource; member in struct:wl_client
258 * with a NULL display_resource. Do not try to send errors to an
261 if (!client->display_resource)
264 wl_resource_post_event(client->display_resource,
317 wl_resource_post_error(client->display_resource,
325 wl_resource_post_error(client->display_resource,
338 wl_resource_post_error(client->display_resource,
357 wl_resource_post_error(client->display_resource,
589 wl_resource_post_error(client->display_resource,
596 wl_resource_post_error(resource->client->display_resource,
    [all...]

Completed in 60 milliseconds