Home
last modified time | relevance | path

Searched refs:GAMUT_MAP_HDR_EXTENSION (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/window/window_manager/test/systemtest/dms/
H A Dscreen_gamut_test.cpp210 GAMUT_MAP_HDR_EXTENSION,
249 … = static_cast<ScreenGamutMap>(static_cast<uint32_t>(ScreenGamutMap::GAMUT_MAP_HDR_EXTENSION) + 1);
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_proxy_test.cpp332 ScreenGamutMap gamutMap = ScreenGamutMap::GAMUT_MAP_HDR_EXTENSION;
339 gamutMap = ScreenGamutMap::GAMUT_MAP_HDR_EXTENSION;
344 gamutMap = ScreenGamutMap::GAMUT_MAP_HDR_EXTENSION;
348 EXPECT_EQ(ScreenGamutMap::GAMUT_MAP_HDR_EXTENSION, gamutMap);
360 ScreenGamutMap gamutMap = ScreenGamutMap::GAMUT_MAP_HDR_EXTENSION;
367 gamutMap = ScreenGamutMap::GAMUT_MAP_HDR_EXTENSION;
370 EXPECT_EQ(ScreenGamutMap::GAMUT_MAP_HDR_EXTENSION, gamutMap);
372 gamutMap = ScreenGamutMap::GAMUT_MAP_HDR_EXTENSION;
376 EXPECT_EQ(ScreenGamutMap::GAMUT_MAP_HDR_EXTENSION, gamutMap);
H A Dabstract_screen_test.cpp204 gamutMap = ScreenGamutMap::GAMUT_MAP_HDR_EXTENSION;
276 … = static_cast<ScreenGamutMap>(static_cast<uint32_t>(ScreenGamutMap::GAMUT_MAP_HDR_EXTENSION) + 1);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/
H A Dscreen_types.h142 GAMUT_MAP_HDR_EXTENSION, enumerator
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dabstract_screen.cpp336 if (gamutMap > GAMUT_MAP_HDR_EXTENSION) { in SetScreenGamutMap()
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp1023 if (gamutMap > GAMUT_MAP_HDR_EXTENSION) { in SetScreenGamutMap()
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp1264 gamutMap = GAMUT_MAP_HDR_EXTENSION;
H A Dscreen_session_manager_test.cpp1111 ssm_->SetScreenGamutMap(SCREEN_ID_INVALID, ScreenGamutMap::GAMUT_MAP_HDR_EXTENSION));