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.cc124 uint32_t resolved_format; in is_supported() local
125 resolved_format = drv_resolve_format(drv_, descriptor->drm_format, descriptor->use_flags); in is_supported()
126 combo = drv_get_combination(drv_, resolved_format, descriptor->use_flags); in is_supported()
164 uint32_t resolved_format; in allocate() local
171 resolved_format = drv_resolve_format(drv_, descriptor->drm_format, descriptor->use_flags); in allocate()
179 (resolved_format == DRM_FORMAT_XBGR8888 || resolved_format == DRM_FORMAT_ABGR8888)) { in allocate()
183 bo = drv_bo_create(drv_, descriptor->width, descriptor->height, resolved_format, use_flags); in allocate()