Home
last modified time | relevance | path

Searched refs:vg_lite_flush (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/draw/nxp/vglite/
Dlv_vglite_utils.c100 VGLITE_CHECK_ERROR(vg_lite_flush()); in vglite_run()
/lvgl-latest/docs/details/integration/renderers/
Dvg_lite.rst39 …When the GPU is idle, it will immediately call ``vg_lite_flush`` to notify the GPU to start render…
45 will call ``vg_lite_flush`` to notify the GPU to start rendering and swap the command buffer.
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite.h994 vg_lite_error_t vg_lite_flush(void);
Dvg_lite_tvg.cpp865 vg_lite_error_t vg_lite_flush(void) in vg_lite_flush() function
/lvgl-latest/src/draw/vg_lite/
Dlv_vg_lite_utils.c1273 LV_VG_LITE_CHECK_ERROR(vg_lite_flush()); in lv_vg_lite_flush()