/device/soc/hisilicon/common/hal/display/source/display_device/src/composer/ |
H A D | hdi_gfx_composition.cpp | 29 if ((ret != DISPLAY_SUCCESS) || (mGfxFuncs == nullptr)) {
in Init() 33 ret = mGfxFuncs->InitGfx();
in Init() 65 return func(&mGfxFuncs);
in GfxModuleInit() 78 ret = func(mGfxFuncs);
in GfxModuleDeinit() 163 DISPLAY_CHK_RETURN(mGfxFuncs == nullptr, DISPLAY_FAILURE, DISPLAY_LOGE("Blit: mGfxFuncs is null"));
in BlitLayer() 164 return mGfxFuncs->Blit(&srcSurface, &crop, &dstSurface, &displayRect, &opt);
in BlitLayer() 176 DISPLAY_CHK_RETURN(mGfxFuncs == nullptr, DISPLAY_FAILURE, DISPLAY_LOGE("Rect: mGfxFuncs is null"));
in ClearRect() 177 return mGfxFuncs in ClearRect() [all...] |
H A D | hdi_gfx_composition.h | 41 GfxFuncs *mGfxFuncs = nullptr;
member in OHOS::HDI::DISPLAY::HdiGfxComposition
|
/device/soc/rockchip/common/hardware/display/src/display_device/ |
H A D | hdi_gfx_composition.cpp | 29 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS) || (mGfxFuncs == nullptr), DISPLAY_FAILURE, in Init() 31 ret = mGfxFuncs->InitGfx(); in Init() 58 return func(&mGfxFuncs); in GfxModuleInit() 71 ret = func(mGfxFuncs); in GfxModuleDeinit() 159 DISPLAY_CHK_RETURN(mGfxFuncs == nullptr, DISPLAY_FAILURE, DISPLAY_LOGE("Blit: mGfxFuncs is null")); in BlitLayer() 160 return mGfxFuncs->Blit(&srcSurface, &crop, &dstSurface, &displayRect, &opt); in BlitLayer() 173 DISPLAY_CHK_RETURN(mGfxFuncs == nullptr, DISPLAY_FAILURE, DISPLAY_LOGE("Rect: mGfxFuncs is null")); in ClearRect() 174 return mGfxFuncs in ClearRect() [all...] |
H A D | hdi_gfx_composition.h | 41 GfxFuncs *mGfxFuncs = nullptr; member in OHOS::HDI::DISPLAY::HdiGfxComposition
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | hdi_gfx_composition.cpp | 29 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS) || (mGfxFuncs == nullptr), DISPLAY_FAILURE, in Init() 31 ret = mGfxFuncs->InitGfx(); in Init() 58 return func(&mGfxFuncs); in GfxModuleInit() 71 ret = func(mGfxFuncs); in GfxModuleDeinit() 157 DISPLAY_CHK_RETURN(mGfxFuncs == nullptr, DISPLAY_FAILURE, DISPLAY_LOGE("Blit: mGfxFuncs is null")); in BlitLayer() 158 return mGfxFuncs->Blit(&srcSurface, &crop, &dstSurface, &displayRect, &opt); in BlitLayer() 170 DISPLAY_CHK_RETURN(mGfxFuncs == nullptr, DISPLAY_FAILURE, DISPLAY_LOGE("Rect: mGfxFuncs is null")); in ClearRect() 171 return mGfxFuncs in ClearRect() [all...] |
H A D | hdi_gfx_composition.h | 41 GfxFuncs *mGfxFuncs = nullptr; member in OHOS::HDI::DISPLAY::HdiGfxComposition
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | hdi_gfx_composition.cpp | 33 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS) || (mGfxFuncs == nullptr), DISPLAY_FAILURE, in Init() 35 ret = mGfxFuncs->InitGfx(); in Init() 62 return func(&mGfxFuncs); in GfxModuleInit() 75 ret = func(mGfxFuncs); in GfxModuleDeinit() 161 DISPLAY_CHK_RETURN(mGfxFuncs == nullptr, DISPLAY_FAILURE, DISPLAY_LOGE("Blit: mGfxFuncs is null")); in BlitLayer() 162 return mGfxFuncs->Blit(&srcSurface, &crop, &dstSurface, &displayRect, &opt); in BlitLayer() 174 DISPLAY_CHK_RETURN(mGfxFuncs == nullptr, DISPLAY_FAILURE, DISPLAY_LOGE("Rect: mGfxFuncs is null")); in ClearRect() 175 return mGfxFuncs in ClearRect() [all...] |
H A D | hdi_gfx_composition.h | 41 GfxFuncs *mGfxFuncs = nullptr; member in OHOS::HDI::DISPLAY::HdiGfxComposition
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | hdi_gfx_composition.cpp | 33 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS) || (mGfxFuncs == nullptr), DISPLAY_FAILURE,
in Init() 35 ret = mGfxFuncs->InitGfx();
in Init() 62 return func(&mGfxFuncs);
in GfxModuleInit() 75 ret = func(mGfxFuncs);
in GfxModuleDeinit() 161 DISPLAY_CHK_RETURN(mGfxFuncs == nullptr, DISPLAY_FAILURE, DISPLAY_LOGE("Blit: mGfxFuncs is null"));
in BlitLayer() 162 return mGfxFuncs->Blit(&srcSurface, &crop, &dstSurface, &displayRect, &opt);
in BlitLayer() 174 DISPLAY_CHK_RETURN(mGfxFuncs == nullptr, DISPLAY_FAILURE, DISPLAY_LOGE("Rect: mGfxFuncs is null"));
in ClearRect() 175 return mGfxFuncs in ClearRect() [all...] |
H A D | hdi_gfx_composition.h | 41 GfxFuncs *mGfxFuncs = nullptr;
member in OHOS::HDI::DISPLAY::HdiGfxComposition
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | hdi_gfx_composition.cpp | 34 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS) || (mGfxFuncs == nullptr), DISPLAY_FAILURE, in Init() 36 ret = mGfxFuncs->InitGfx(); in Init() 63 return func(&mGfxFuncs); in GfxModuleInit() 76 ret = func(mGfxFuncs); in GfxModuleDeinit() 184 DISPLAY_CHK_RETURN(mGfxFuncs == nullptr, DISPLAY_FAILURE, DISPLAY_LOGE("Blit: mGfxFuncs is null")); in BlitLayer() 185 return mGfxFuncs->Blit(&srcSurface, &crop, &dstSurface, &displayRect, &opt); in BlitLayer() 197 DISPLAY_CHK_RETURN(mGfxFuncs == nullptr, DISPLAY_FAILURE, DISPLAY_LOGE("Rect: mGfxFuncs is null")); in ClearRect() 198 return mGfxFuncs in ClearRect() [all...] |
H A D | hdi_gfx_composition.h | 42 GfxFuncs *mGfxFuncs = nullptr; member in OHOS::HDI::DISPLAY::HdiGfxComposition
|