Home
last modified time | relevance | path

Searched refs:SortLayersByZ (Results 1 – 18 of 18) sorted by relevance

/aosp12/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_layers.h121 struct SortLayersByZ { struct
H A Dhwc_display.h239 std::multiset<HWCLayer *, SortLayersByZ> layer_set_; // Maintain a set sorted by Z
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_layers.h121 struct SortLayersByZ { struct
H A Dhwc_display.h261 std::multiset<HWCLayer *, SortLayersByZ> layer_set_; // Maintain a set sorted by Z
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_layers.h127 struct SortLayersByZ { struct
H A Dhwc_display.h268 std::multiset<HWCLayer *, SortLayersByZ> layer_set_; // Maintain a set sorted by Z
/aosp12/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_layers.h129 struct SortLayersByZ { struct
H A Dhwc_display.h257 std::multiset<HWCLayer *, SortLayersByZ> layer_set_; // Maintain a set sorted by Z
/aosp12/hardware/qcom/sdm845/display/sdm/libs/hwc2/
H A Dhwc_layers.h156 struct SortLayersByZ { struct
H A Dhwc_display.h435 std::multiset<HWCLayer *, SortLayersByZ> layer_set_; // Maintain a set sorted by Z
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/
H A Dhwc_layers.h165 struct SortLayersByZ { struct
H A Dhwc_display.h143 std::multiset<HWCLayer *, SortLayersByZ> layer_set; // Maintain a set sorted by Z
448 std::multiset<HWCLayer *, SortLayersByZ> layer_set_; // Maintain a set sorted by Z
/aosp12/hardware/qcom/sm7250/display/composer/
H A Dhwc_layers.h176 struct SortLayersByZ { struct
H A Dhwc_display.h178 std::multiset<HWCLayer *, SortLayersByZ> layer_set; // Maintain a set sorted by Z
526 std::multiset<HWCLayer *, SortLayersByZ> layer_set_; // Maintain a set sorted by Z
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h131 class SortLayersByZ {
446 std::multiset<std::shared_ptr<Layer>, SortLayersByZ> mLayers;
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.h123 class SortLayersByZ {
395 std::multiset<std::shared_ptr<Layer>, SortLayersByZ> mLayers;
H A DHWC2On1Adapter.cpp1996 bool HWC2On1Adapter::SortLayersByZ::operator()( in operator ()()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp1924 bool HWC2On1Adapter::SortLayersByZ::operator()(const std::shared_ptr<Layer>& lhs, in operator ()()