Home
last modified time | relevance | path

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

/external/minigbm/
Ddri.c27 } drm_to_dri_image_formats[] = { variable
42 for (i = 0; i < ARRAY_SIZE(drm_to_dri_image_formats); i++) { in drm_format_to_dri_format()
43 if (drm_to_dri_image_formats[i].drm_format == drm_format) in drm_format_to_dri_format()
44 return drm_to_dri_image_formats[i].dri_image_format; in drm_format_to_dri_format()