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 D | hdiscreen_test.cpp | 80 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 D | hdidevice_test.cpp | 84 GRAPHIC_DISPLAY_NULL_PTR); 87 GRAPHIC_DISPLAY_NULL_PTR); 149 …iDeviceTest::hdiDevice_->SetLayerBuffer(screenId, layerId, layerBuffer), GRAPHIC_DISPLAY_NULL_PTR);
|
H A D | hdilayer_test.cpp | 104 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 D | hdioutput_test.cpp | 160 …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 D | hdi_layer.cpp | 95 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 D | hdi_output.cpp | 489 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 D | hdi_screen.cpp | 30 return GRAPHIC_DISPLAY_NULL_PTR; \
|
H A D | hdi_device_impl.cpp | 29 return GRAPHIC_DISPLAY_NULL_PTR; \
|
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | surface_type.h | 43 GRAPHIC_DISPLAY_NULL_PTR = -4, /**< Null pointer */ enumerator
|