Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/interfaces/libs/drmutils/src/
Ddrmutils.cpp35 { MALI_GRALLOC_FORMAT_INTERNAL_RGB_565, DRM_FORMAT_RGB565 }, in drm_fourcc_from_handle()
106 if (afbc && internal_format == MALI_GRALLOC_FORMAT_INTERNAL_RGB_565) in drm_fourcc_from_handle()
/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_formats.h74 MALI_GRALLOC_FORMAT_INTERNAL_RGB_565 = HAL_PIXEL_FORMAT_RGB_565, enumerator
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_formats.cpp718 base_format != MALI_GRALLOC_FORMAT_INTERNAL_RGB_565) in validate_afbc_format()
735 if (base_format == MALI_GRALLOC_FORMAT_INTERNAL_RGB_565) in validate_afbc_format()
Dformat_info.cpp41 …{ ID(MALI_GRALLOC_FORMAT_INTERNAL_RGB_565), .npln = 1, .ncmp = { 3, 0, 0 }, .bps = …
130 …{ .id = MALI_GRALLOC_FORMAT_INTERNAL_RGB_565, .cpu_rd = F_LIN, .cpu_wr = F_LIN, .gpu…
231 { HAL_PIXEL_FORMAT_RGB_565, false, MALI_GRALLOC_FORMAT_INTERNAL_RGB_565 },