Home
last modified time | relevance | path

Searched refs:update_buffers (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dbuffer9.h125 list_add(&buf->managed.list, &device->update_buffers); in NineBindBufferToDevice()
143 list_add(&(b)->managed.list, &(b)->base.base.device->update_buffers); \
Ddevice9.h86 struct list_head update_buffers; member
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/docs/relnotes/
D21.1.6.rst35 - Crash in update_buffers after closing KDE "splash screen" downloader
36 - Crash in update_buffers after closing KDE "splash screen" downloader
D18.3.5.rst92 - wayland/egl: Ensure EGL surface is resized on DRI update_buffers()
D21.3.0.rst170 - Crash in update_buffers after closing KDE "splash screen" downloader
172 - Crash in update_buffers after closing KDE "splash screen" downloader
D19.0.0.rst428 - wayland/egl: Ensure EGL surface is resized on DRI update_buffers()
D21.2.0.rst93 - Crash in update_buffers after closing KDE "splash screen" downloader
95 - Crash in update_buffers after closing KDE "splash screen" downloader
D19.1.0.rst943 - wayland/egl: Ensure EGL surface is resized on DRI update_buffers()
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_ohos.c455 update_buffers(struct dri2_egl_surface *dri2_surf) in update_buffers() function
573 if (update_buffers(dri2_surf) < 0) in ohos_image_get_buffers()
619 if (update_buffers(dri2_surf) < 0) { in ohos_query_buffer_age()
809 if (update_buffers(dri2_surf) < 0) in ohos_get_buffers_with_format()
Dplatform_android.c789 update_buffers(struct dri2_egl_surface *dri2_surf) in update_buffers() function
907 if (update_buffers(dri2_surf) < 0) in droid_image_get_buffers()
953 if (update_buffers(dri2_surf) < 0) { in droid_query_buffer_age()
1220 if (update_buffers(dri2_surf) < 0) in droid_get_buffers_with_format()
Dplatform_wayland.c704 update_buffers(struct dri2_egl_surface *dri2_surf) in update_buffers() function
754 return update_buffers(dri2_surf); in update_buffers_if_needed()
766 if (update_buffers(dri2_surf) < 0) in dri2_wl_get_buffers_with_format()
845 if (update_buffers(dri2_surf) < 0) in image_get_buffers()