Home
last modified time | relevance | path

Searched refs:attachments_with_format (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_drm.c368 unsigned int *attachments_with_format; in dri2_drm_get_buffers() local
372 attachments_with_format = calloc(count, 2 * sizeof(unsigned int)); in dri2_drm_get_buffers()
373 if (!attachments_with_format) { in dri2_drm_get_buffers()
379 attachments_with_format[2*i] = attachments[i]; in dri2_drm_get_buffers()
380 attachments_with_format[2*i + 1] = format; in dri2_drm_get_buffers()
386 attachments_with_format, count, in dri2_drm_get_buffers()
389 free(attachments_with_format); in dri2_drm_get_buffers()
H A Dplatform_wayland.c1227 unsigned int *attachments_with_format; in dri2_wl_get_buffers() local
1234 attachments_with_format = calloc(count, 2 * sizeof(unsigned int)); in dri2_wl_get_buffers()
1235 if (!attachments_with_format) { in dri2_wl_get_buffers()
1241 attachments_with_format[2*i] = attachments[i]; in dri2_wl_get_buffers()
1242 attachments_with_format[2*i + 1] = dri2_wl_visuals[visual_idx].bpp; in dri2_wl_get_buffers()
1248 attachments_with_format, count, in dri2_wl_get_buffers()
1251 free(attachments_with_format); in dri2_wl_get_buffers()

Completed in 5 milliseconds