Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_formats.h126 MALI_GRALLOC_FORMAT_INTERNAL_YV12_WRAP, enumerator
196 format = MALI_GRALLOC_FORMAT_INTERNAL_YV12_WRAP; in mali_gralloc_format_wrapper()
224 if (base_format == MALI_GRALLOC_FORMAT_INTERNAL_YV12_WRAP) in mali_gralloc_format_unwrap()
/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_formats.h128 MALI_GRALLOC_FORMAT_INTERNAL_YV12_WRAP, enumerator
189 format = MALI_GRALLOC_FORMAT_INTERNAL_YV12_WRAP; in mali_gralloc_format_wrapper()
217 if (base_format == MALI_GRALLOC_FORMAT_INTERNAL_YV12_WRAP) in mali_gralloc_format_unwrap()
Dmali_gralloc_formats.cpp1569 if (base_format == MALI_GRALLOC_FORMAT_INTERNAL_YV12_WRAP) in get_base_format()