Searched refs:attributesMatch (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/ |
D | HWC2On1Adapter.cpp | 1091 static constexpr bool attributesMatch() in attributesMatch() function 1102 static_assert(attributesMatch<HWC_DISPLAY_VSYNC_PERIOD>(), 1104 static_assert(attributesMatch<HWC_DISPLAY_WIDTH>(), "Tables out of sync"); 1105 static_assert(attributesMatch<HWC_DISPLAY_HEIGHT>(), "Tables out of sync"); 1106 static_assert(attributesMatch<HWC_DISPLAY_DPI_X>(), "Tables out of sync"); 1107 static_assert(attributesMatch<HWC_DISPLAY_DPI_Y>(), "Tables out of sync"); 1108 static_assert(attributesMatch<HWC_DISPLAY_COLOR_TRANSFORM>(),
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | HWC2On1Adapter.cpp | 1134 static constexpr bool attributesMatch() in attributesMatch() function 1145 static_assert(attributesMatch<HWC_DISPLAY_VSYNC_PERIOD>(), 1147 static_assert(attributesMatch<HWC_DISPLAY_WIDTH>(), "Tables out of sync"); 1148 static_assert(attributesMatch<HWC_DISPLAY_HEIGHT>(), "Tables out of sync"); 1149 static_assert(attributesMatch<HWC_DISPLAY_DPI_X>(), "Tables out of sync"); 1150 static_assert(attributesMatch<HWC_DISPLAY_DPI_Y>(), "Tables out of sync"); 1151 static_assert(attributesMatch<HWC_DISPLAY_COLOR_TRANSFORM>(),
|