Home
last modified time | relevance | path

Searched refs:InitGfx (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/display/composer/vdi_base/include/
H A Ddisplay_gfx.h34 int32_t (*InitGfx)(void);
/drivers/peripheral/display/hal/default_standard/src/display_device/
H A Ddisplay_gfx.h34 int32_t (*InitGfx)(void);
/drivers/peripheral/display/interfaces/include/
H A Ddisplay_gfx.h59 int32_t (*InitGfx)(void); member
66 * @see InitGfx
/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_gfx_composition.cpp36 ret = mGfxFuncs->InitGfx(); in Init()
/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
H A Dhdi_gfx_composition.cpp33 ret = mGfxFuncs->InitGfx(); in Init()
/drivers/peripheral/display/test/unittest/lite/
H A Ddisplay_test.c296 if (g_displayTest.gfxFuncs->InitGfx != NULL) { in InitGfxTest()
297 ret = g_displayTest.gfxFuncs->InitGfx(); in InitGfxTest()

Completed in 3 milliseconds