Home
last modified time | relevance | path

Searched refs:GfxFuncs (Results 1 - 9 of 9) sorted by relevance

/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;
/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);
/drivers/peripheral/display/interfaces/include/
H A Ddisplay_gfx.h162 } GfxFuncs; typedef
177 int32_t GfxInitialize(GfxFuncs **funcs);
190 int32_t GfxUninitialize(GfxFuncs *funcs);
/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()
/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
H A Dhdi_gfx_composition.h41 GfxFuncs *mGfxFuncs = nullptr;
H A Dhdi_gfx_composition.cpp58 using InitFunc = int32_t (*)(GfxFuncs **funcs); in GfxModuleInit()
73 using DeinitFunc = int32_t (*)(GfxFuncs *funcs); in GfxModuleDeinit()
/drivers/peripheral/display/test/unittest/lite/
H A Ddisplay_test.h71 GfxFuncs *gfxFuncs;
/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()

Completed in 6 milliseconds