Searched defs:NonHwcDisplayHdrSupportVariant (Results 1 – 1 of 1) sorted by relevance
514 struct NonHwcDisplayHdrSupportVariant { struct515 static constexpr bool HDR10_SUPPORTED = false;516 static constexpr bool HDR_HLG_SUPPORTED = false;517 static constexpr bool HDR_DOLBY_VISION_SUPPORTED = false;518 static void setupComposerCallExpectations(DisplayTransactionTest* test) { in setupComposerCallExpectations()