Searched refs:convert_hal_to_drm_format (Results 1 – 3 of 3) sorted by relevance
61 uint32_t convert_hal_to_drm_format(uint32_t hal_format, bool blended);
119 uint32_t convert_hal_to_drm_format(uint32_t hal_format, bool blended) in convert_hal_to_drm_format() function
44 this->format = convert_hal_to_drm_format(img_hnd->iFormat, true); in DRMFramebuffer()