Home
last modified time | relevance | path

Searched refs:MALI_GRALLOC_FORMAT_CAPABILITY_PIXFMT_RGBA16161616 (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gchips/gralloc4/src/capabilities/src/
Dgralloc_capabilities.cpp58 cpu_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_PIXFMT_RGBA16161616; in get_ip_capabilities()
73 gpu_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_PIXFMT_RGBA16161616; in get_ip_capabilities()
/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_formats.h338 #define MALI_GRALLOC_FORMAT_CAPABILITY_PIXFMT_RGBA16161616 ((uint64_t)1 << 33) macro
/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_formats.h334 #define MALI_GRALLOC_FORMAT_CAPABILITY_PIXFMT_RGBA16161616 ((uint64_t)1 << 33) macro
Dmali_gralloc_formats.cpp172 cpu_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_PIXFMT_RGBA16161616; in get_ip_capabilities()
194 gpu_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_PIXFMT_RGBA16161616; in get_ip_capabilities()
830 (producer_caps & consumer_caps & MALI_GRALLOC_FORMAT_CAPABILITY_PIXFMT_RGBA16161616) == 0) in is_format_supported()
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_formats.cpp637 if ((producer_caps & consumer_caps & MALI_GRALLOC_FORMAT_CAPABILITY_PIXFMT_RGBA16161616) == 0) in is_format_supported()