Home
last modified time | relevance | path

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

/aosp_15_r20/external/libdrm/
H A Dgenerated_static_table_fourcc.h37 static const struct drmFormatModifierVendorInfo drm_format_modifier_vendor_table[] = { variable
H A Dxf86drm.c5169 for (i = 0; i < ARRAY_SIZE(drm_format_modifier_vendor_table); i++) { in drmGetFormatModifierVendor()
5170 if (drm_format_modifier_vendor_table[i].vendor == vendor) in drmGetFormatModifierVendor()
5171 return strdup(drm_format_modifier_vendor_table[i].vendor_name); in drmGetFormatModifierVendor()
/aosp_15_r20/out/soong/.intermediates/external/libdrm/generated_static_table_fourcc_h/gen/
Dgenerated_static_table_fourcc.h46 static const struct drmFormatModifierVendorInfo drm_format_modifier_vendor_table[] = { variable