Home
last modified time | relevance | path

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

/external/minigbm/cros_gralloc/
Dcros_gralloc_driver.cc80 uint32_t resolved_format; in is_supported() local
81 resolved_format = drv_resolve_format(drv_, descriptor->drm_format, descriptor->use_flags); in is_supported()
82 combo = drv_get_combination(drv_, resolved_format, descriptor->use_flags); in is_supported()
92 uint32_t resolved_format; in allocate() local
99 resolved_format = drv_resolve_format(drv_, descriptor->drm_format, descriptor->use_flags); in allocate()
107 if (resolved_format == DRM_FORMAT_NV12) in allocate()
110 bo = drv_bo_create(drv_, descriptor->width, descriptor->height, resolved_format, use_flags); in allocate()