Home
last modified time | relevance | path

Searched refs:is_running_with_software_rendering_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/minigbm/cros_gralloc/
H A Dcros_gralloc_driver.cc169 is_running_with_software_rendering_(is_running_with_software_rendering()) in cros_gralloc_driver()
193 if (is_running_with_software_rendering_ && (use_flags & BO_USE_GPU_HW) != 0) { in get_resolved_format_and_use_flags()
487 if (!is_running_with_software_rendering_) { in lock()
H A Dcros_gralloc_driver.h86 const bool is_running_with_software_rendering_ = false; variable