Home
last modified time | relevance | path

Searched refs:GRAPHIC_DISPLAY_NULL_PTR (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdiscreen_test.cpp80 ASSERT_EQ(hdiScreen_->GetScreenCapability(dcap), GRAPHIC_DISPLAY_NULL_PTR);
84 ASSERT_EQ(hdiScreen_->GetScreenMode(modeId), GRAPHIC_DISPLAY_NULL_PTR);
85 ASSERT_EQ(hdiScreen_->SetScreenMode(modeId), GRAPHIC_DISPLAY_NULL_PTR);
90 ASSERT_EQ(hdiScreen_->GetScreenPowerStatus(status), GRAPHIC_DISPLAY_NULL_PTR);
91 ASSERT_EQ(hdiScreen_->SetScreenPowerStatus(status), GRAPHIC_DISPLAY_NULL_PTR);
93 ASSERT_EQ(hdiScreen_->GetScreenBacklight(level), GRAPHIC_DISPLAY_NULL_PTR);
94 ASSERT_EQ(hdiScreen_->SetScreenBacklight(level), GRAPHIC_DISPLAY_NULL_PTR);
100 ASSERT_EQ(hdiScreen_->SetScreenColorGamut(gamut), GRAPHIC_DISPLAY_NULL_PTR);
101 ASSERT_EQ(hdiScreen_->GetScreenColorGamut(gamut), GRAPHIC_DISPLAY_NULL_PTR);
103 ASSERT_EQ(hdiScreen_->SetScreenGamutMap(gamutMap), GRAPHIC_DISPLAY_NULL_PTR);
[all …]
H A Dhdidevice_test.cpp84 GRAPHIC_DISPLAY_NULL_PTR);
87 GRAPHIC_DISPLAY_NULL_PTR);
149 …iDeviceTest::hdiDevice_->SetLayerBuffer(screenId, layerId, layerBuffer), GRAPHIC_DISPLAY_NULL_PTR);
H A Dhdilayer_test.cpp104 ASSERT_EQ(HdiLayerTest::hdiLayer_->SetHdiDeviceMock(nullptr), GRAPHIC_DISPLAY_NULL_PTR);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dhdioutput_test.cpp160 …SSERT_EQ(HdiOutputSysTest::hdiOutput_->ReleaseFramebuffer(releaseFence), GRAPHIC_DISPLAY_NULL_PTR);
235 …SSERT_EQ(HdiOutputSysTest::hdiOutput_->ReleaseFramebuffer(releaseFence), GRAPHIC_DISPLAY_NULL_PTR);
302 ASSERT_EQ(output->UpdateInfosAfterCommit(nullptr), GRAPHIC_DISPLAY_NULL_PTR);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_layer.cpp95 return GRAPHIC_DISPLAY_NULL_PTR; in InitDevice()
104 return GRAPHIC_DISPLAY_NULL_PTR; in SetHdiDeviceMock()
120 return GRAPHIC_DISPLAY_NULL_PTR; in CreateLayer()
130 return GRAPHIC_DISPLAY_NULL_PTR; in CreateLayer()
H A Dhdi_output.cpp489 return GRAPHIC_DISPLAY_NULL_PTR; in UpdateInfosAfterCommit()
529 return GRAPHIC_DISPLAY_NULL_PTR; in ReleaseFramebuffer()
535 ret = GRAPHIC_DISPLAY_NULL_PTR; in ReleaseFramebuffer()
H A Dhdi_screen.cpp30 return GRAPHIC_DISPLAY_NULL_PTR; \
H A Dhdi_device_impl.cpp29 return GRAPHIC_DISPLAY_NULL_PTR; \
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_type.h43 GRAPHIC_DISPLAY_NULL_PTR = -4, /**< Null pointer */ enumerator