Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/util/u_gralloc/
H A Du_gralloc_internal.h46 int get_hal_format_bpp(int native);
H A Du_gralloc_internal.c72 get_hal_format_bpp(int native) in get_hal_format_bpp() function
H A Du_gralloc_fallback.c138 stride = hnd->pixel_stride * get_hal_format_bpp(hnd->hal_format); in fallback_gralloc_get_buffer_info()
H A Du_gralloc_qcom.c123 stride = hnd->pixel_stride * get_hal_format_bpp(hnd->hal_format); in get_buffer_info()