Searched refs:mGfxFuncs (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/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->FillRect(&dstSurface, &rect, 0, &opt); in ClearRect()
|
H A D | hdi_gfx_composition.h | 41 GfxFuncs *mGfxFuncs = nullptr; variable
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/ |
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() 185 …DISPLAY_CHK_RETURN(mGfxFuncs == nullptr, DISPLAY_FAILURE, DISPLAY_LOGE("Blit: mGfxFuncs is null")); in BlitLayer() 186 return mGfxFuncs->Blit(&srcSurface, &crop, &dstSurface, &displayRect, &opt); in BlitLayer() 198 …DISPLAY_CHK_RETURN(mGfxFuncs == nullptr, DISPLAY_FAILURE, DISPLAY_LOGE("Rect: mGfxFuncs is null")); in ClearRect() 199 return mGfxFuncs->FillRect(&dstSurface, &rect, 0, &opt); in ClearRect()
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/ |
H A D | hdi_gfx_composition.h | 42 GfxFuncs *mGfxFuncs = nullptr; variable
|