Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sm7250/display/composer/
H A Dhwc_display_virtual_factory.h48 bool IsGPUColorConvertSupported();
H A Dhwc_display_virtual_factory.cpp81 bool HWCVirtualDisplayFactory::IsGPUColorConvertSupported() { in IsGPUColorConvertSupported() function in sdm::HWCVirtualDisplayFactory
H A Dhwc_session.cpp321 max_virtual += virtual_display_factory_.IsGPUColorConvertSupported() ? 1 : 0; in InitSupportedDisplaySlots()