Searched refs:AddScreenInfo (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/ |
H A D | hyper_graphic_manager_test.cpp | 293 auto addScreenProfile = instance8.AddScreenInfo(screenId, width, height, rate, mode); 295 … auto addScreenProfile0 = instance8.AddScreenInfo(screenId, width0, height0, rate0, mode0); 297 addScreenProfile0 = instance8.AddScreenInfo(screenId2, width0, height0, rate0, mode0); 352 auto addScreenProfile = instance.AddScreenInfo(screenId, width, height, rate, mode); 386 instance.AddScreenInfo(screenId2, width, height, rate, mode); 387 instance.AddScreenInfo(screenId2, width, height, rate2, mode2); 461 instance.AddScreenInfo(screenId2, width, height, rate, mode); 462 instance.AddScreenInfo(screenId2, width, height, rate2, mode2); 488 int32_t setResult = instance.AddScreenInfo(screenId3, 0, 0, 0, 0); 522 instance.AddScreenInfo(screenId2, width, height, rate, mode); [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/ |
H A D | hgm_core.h | 220 int32_t AddScreenInfo(ScreenId id, int32_t width, int32_t height, uint32_t rate, int32_t mode);
|
H A D | hgm_core.cpp | 394 int32_t HgmCore::AddScreenInfo(ScreenId id, int32_t width, int32_t height, uint32_t rate, int32_t m… in AddScreenInfo() function in OHOS::Rosen::HgmCore
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen_manager.cpp | 566 if (hgmCore.AddScreenInfo(thisId, (*mode).width, (*mode).height, in AddScreenToHgm()
|