Home
last modified time | relevance | path

Searched refs:MALI_GRALLOC_INTFMT_FMT_WRAP_MASK (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_formats.h37 #define MALI_GRALLOC_INTFMT_FMT_WRAP_MASK 0x0000ffffULL macro
207 if (format & ~MALI_GRALLOC_INTFMT_FMT_WRAP_MASK) in mali_gralloc_format_wrapper()
219 … (((uint64_t)(x)) & MALI_GRALLOC_INTFMT_FMT_WRAP_MASK)); // Private format in mali_gralloc_format_unwrap()
/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_formats.h36 #define MALI_GRALLOC_INTFMT_FMT_WRAP_MASK 0x0000ffffULL macro
200 if (format & ~MALI_GRALLOC_INTFMT_FMT_WRAP_MASK) in mali_gralloc_format_wrapper()
212 … (((uint64_t)(x)) & MALI_GRALLOC_INTFMT_FMT_WRAP_MASK)); // Private format in mali_gralloc_format_unwrap()
Dmali_gralloc_formats.cpp1567 base_format = req_format & MALI_GRALLOC_INTFMT_FMT_WRAP_MASK; in get_base_format()