Searched refs:attributesMatch (Results 1 - 2 of 2) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp1091 static constexpr bool attributesMatch() function in namespace:android
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/
H A DHWC2On1Adapter.cpp1134 static constexpr bool attributesMatch() function in namespace:android
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>(),

Completed in 36 milliseconds