Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/interfaces/libs/drmutils/src/
Ddrmutils.cpp104 bool afbc = (unmasked_format & MALI_GRALLOC_INTFMT_AFBCENABLE_MASK); in drm_fourcc_from_handle()
120 if ((internal_format & MALI_GRALLOC_INTFMT_AFBCENABLE_MASK) == 0) in drm_modifier_from_handle()
/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_formats.h175 #define MALI_GRALLOC_INTFMT_AFBCENABLE_MASK (uint64_t)(MALI_GRALLOC_INTFMT_AFBC_BASIC) macro
/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/
Dvendor_graphicbuffer_meta.cpp141 if (gralloc_hnd->alloc_format & MALI_GRALLOC_INTFMT_AFBCENABLE_MASK) in is_afbc()
/hardware/google/gchips/libvendorgraphicbuffer/gralloc5/
Dvendor_graphicbuffer_meta.cpp179 if (gralloc_hnd->alloc_format & MALI_GRALLOC_INTFMT_AFBCENABLE_MASK) { in is_afbc()
/hardware/google/gchips/gralloc4/src/allocator/
Dmali_gralloc_ion.cpp431 if ((bufDescriptor->alloc_format & MALI_GRALLOC_INTFMT_AFBCENABLE_MASK) in mali_gralloc_ion_allocate()
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.cpp165 if (format_ext & MALI_GRALLOC_INTFMT_AFBCENABLE_MASK) in get_alloc_type()
1155 if (bufDescriptor->alloc_format & MALI_GRALLOC_INTFMT_AFBCENABLE_MASK) in mali_gralloc_derive_format_and_size()