Home
last modified time | relevance | path

Searched refs:update_buffers (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dbuffer9.h71 struct list_head list; /* for update_buffers */
125 list_add(&buf->managed.list, &device->update_buffers); in NineBindBufferToDevice()
143 list_add(&(b)->managed.list, &(b)->base.base.device->update_buffers); \
H A Ddevice9.h86 struct list_head update_buffers; member
H A Ddevice9.c200 list_inithead(&This->update_buffers); in NineDevice9_ctor()
2940 LIST_FOR_EACH_ENTRY_SAFE(buf, ptr, &device->update_buffers, managed.list) { in update_managed_buffers()
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_ohos.c463 update_buffers(struct dri2_egl_surface *dri2_surf) in update_buffers() function
585 if (update_buffers(dri2_surf) < 0) { in ohos_image_get_buffers()
635 if (update_buffers(dri2_surf) < 0) { in ohos_query_buffer_age()
827 if (update_buffers(dri2_surf) < 0) { in ohos_get_buffers_with_format()
H A Dplatform_android.c802 update_buffers(struct dri2_egl_surface *dri2_surf) function
923 if (update_buffers(dri2_surf) < 0)
969 if (update_buffers(dri2_surf) < 0) {
1236 if (update_buffers(dri2_surf) < 0)
H A Dplatform_wayland.c1120 update_buffers(struct dri2_egl_surface *dri2_surf) in update_buffers() function
1175 return update_buffers(dri2_surf); in update_buffers_if_needed()

Completed in 15 milliseconds