Home
last modified time | relevance | path

Searched refs:GRAPHIC_DISPLAY_NOT_SUPPORT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdidevice_test.cpp96 …T_EQ(HdiDeviceTest::hdiDevice_->SetScreenColorGamut(screenId, gamut), GRAPHIC_DISPLAY_NOT_SUPPORT);
97 …T_EQ(HdiDeviceTest::hdiDevice_->GetScreenColorGamut(screenId, gamut), GRAPHIC_DISPLAY_NOT_SUPPORT);
99 …_EQ(HdiDeviceTest::hdiDevice_->SetScreenGamutMap(screenId, gamutMap), GRAPHIC_DISPLAY_NOT_SUPPORT);
100 …_EQ(HdiDeviceTest::hdiDevice_->GetScreenGamutMap(screenId, gamutMap), GRAPHIC_DISPLAY_NOT_SUPPORT);
161 GRAPHIC_DISPLAY_NOT_SUPPORT);
164 GRAPHIC_DISPLAY_NOT_SUPPORT);
166 GRAPHIC_DISPLAY_NOT_SUPPORT);
172 GRAPHIC_DISPLAY_NOT_SUPPORT);
175 GRAPHIC_DISPLAY_NOT_SUPPORT);
178 GRAPHIC_DISPLAY_NOT_SUPPORT);
[all …]
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_type.h44 GRAPHIC_DISPLAY_NOT_SUPPORT = -5, /**< Unsupported feature */ enumerator