Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/capabilities/src/
Dgralloc_capabilities.cpp38 mali_gralloc_format_caps bo_runtime_caps; variable
100 bo_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_OPTIONS_PRESENT; in get_ip_capabilities()
101 bo_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_AFBC_BASIC; in get_ip_capabilities()
102 bo_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_AFBC_YUV_WRITE; in get_ip_capabilities()
129 bo_runtime_caps.caps_mask &= ~MALI_GRALLOC_FORMAT_CAPABILITY_AFBCENABLE_MASK; in get_ip_capabilities()
143 MALI_GRALLOC_LOGV("BO format capabilities 0x%" PRIx64, bo_runtime_caps.caps_mask); in get_ip_capabilities()
/hardware/google/gchips/gralloc4/src/capabilities/
Dgralloc_capabilities.h27 extern mali_gralloc_format_caps bo_runtime_caps;
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_formats.cpp302 if (bo_runtime_caps.caps_mask & MALI_GRALLOC_FORMAT_CAPABILITY_OPTIONS_PRESENT) in get_consumer_caps()
303 consumer_caps &= bo_runtime_caps.caps_mask; in get_consumer_caps()
381 if (bo_runtime_caps.caps_mask & MALI_GRALLOC_FORMAT_CAPABILITY_OPTIONS_PRESENT) in get_producer_caps()
382 producer_caps &= bo_runtime_caps.caps_mask; in get_producer_caps()