Home
last modified time | relevance | path

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

/third_party/weston/libweston/
Dlinux-dmabuf.c97 assert(!buffer->buffer_resource); in params_add()
194 assert(buffer->buffer_resource == resource); in destroy_linux_dmabuf_wl_buffer()
225 assert(!buffer->buffer_resource); in params_create_common()
326 buffer->buffer_resource = wl_resource_create(client, in params_create_common()
329 if (!buffer->buffer_resource) { in params_create_common()
334 wl_resource_set_implementation(buffer->buffer_resource, in params_create_common()
342 buffer->buffer_resource); in params_create_common()
474 assert(buffer->buffer_resource == resource); in linux_dmabuf_buffer_get()
634 assert(buffer->buffer_resource); in linux_dmabuf_buffer_send_server_error()
635 id = wl_resource_get_id(buffer->buffer_resource); in linux_dmabuf_buffer_send_server_error()
[all …]
Dlinux-dmabuf.h59 struct wl_resource *buffer_resource; member
Dcompositor.c3314 struct wl_resource *buffer_resource, int32_t sx, int32_t sy) in surface_attach() argument
3321 if (buffer_resource) { in surface_attach()
3322 buffer = weston_buffer_from_resource(buffer_resource); in surface_attach()
/third_party/weston/compositor/
Dweston-screenshooter.c67 struct wl_resource *buffer_resource) in screenshooter_shoot() argument
72 weston_buffer_from_resource(buffer_resource); in screenshooter_shoot()
/third_party/weston/clients/
Dnested.c424 struct wl_resource *buffer_resource, int32_t sx, int32_t sy) in surface_attach() argument
430 if (buffer_resource) { in surface_attach()
433 if (!query_buffer(nested->egl_display, (void *) buffer_resource, in surface_attach()
435 wl_resource_post_error(buffer_resource, in surface_attach()
446 wl_resource_post_error(buffer_resource, in surface_attach()
452 buffer = nested_buffer_from_resource(buffer_resource); in surface_attach()
/third_party/weston/tests/
Dweston-test.c569 struct wl_resource *buffer_resource) in capture_screenshot() argument
574 weston_buffer_from_resource(buffer_resource); in capture_screenshot()
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py503 resource = vbuf.buffer_resource
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c3305 dri2_query_wayland_buffer_wl(_EGLDisplay *disp, struct wl_resource *buffer_resource, in dri2_query_wayland_buffer_wl() argument
3312 buffer = wayland_drm_buffer_get(dri2_dpy->wl_server_drm, buffer_resource); in dri2_query_wayland_buffer_wl()