Home
last modified time | relevance | path

Searched refs:GfxFuncs (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_gfx.h162 } GfxFuncs; typedef
177 int32_t GfxInitialize(GfxFuncs **funcs);
190 int32_t GfxUninitialize(GfxFuncs *funcs);
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/
H A Ddisplay_gfx.h27 using GfxFuncs = struct {
135 int32_t GfxInitialize(GfxFuncs **funcs);
146 int32_t GfxUninitialize(GfxFuncs *funcs);
H A Dhdi_gfx_composition.h42 GfxFuncs *mGfxFuncs = nullptr;
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/
H A Ddisplay_gfx.h27 using GfxFuncs = struct {
135 int32_t GfxInitialize(GfxFuncs **funcs);
146 int32_t GfxUninitialize(GfxFuncs *funcs);
/ohos5.0/drivers/peripheral/display/hal/default/
H A Ddisplay_gfx.c21 int32_t GfxInitialize(GfxFuncs **funcs) in GfxInitialize()
32 int32_t GfxUninitialize(GfxFuncs *funcs) in GfxUninitialize()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/hals/
H A Dgfx_engines.h46 GfxFuncs* gfxFuncs_;
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
H A Dhdi_gfx_composition.cpp58 using InitFunc = int32_t (*)(GfxFuncs **funcs); in GfxModuleInit()
73 using DeinitFunc = int32_t (*)(GfxFuncs *funcs); in GfxModuleDeinit()
H A Dhdi_gfx_composition.h41 GfxFuncs *mGfxFuncs = nullptr;
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_gfx_composition.cpp56 using InitFunc = int32_t (*)(GfxFuncs **funcs); in GfxModuleInit()
71 using DeinitFunc = int32_t (*)(GfxFuncs *funcs); in GfxModuleDeinit()
/ohos5.0/drivers/peripheral/display/test/unittest/lite/
H A Ddisplay_test.h71 GfxFuncs *gfxFuncs;