Lines Matching refs:task
82 and the PXP drawing task will get executed on the same LVGL main thread.
84 `_pxp_evaluate()` will get called after each task is being created and will
85 analyze if the task is supported by PXP or not. If it is supported, then an
86 preferred score and the draw unit id will be set to the task. An `score` equal
91 task (having the `DRAW_UNIT_ID_PXP` set) and will pass the task to the PXP draw
102 block the LVGL drawing thread and switch to another task or suspend the CPU for
204 task or suspend the CPU for power savings.
281 and the VGLite drawing task will get executed on the same LVGL main thread.
283 `_vglite_evaluate()` will get called after each task is being created and will
284 analyze if the task is supported by VGLite or not. If it is supported, then an
285 preferred score and the draw unit id will be set to the task. An `score` equal
290 draw task (having the `DRAW_UNIT_ID_VGLITE` set) and will pass the task to the
314 - Enable VGLite draw task synchronously in "lv_conf.h":
317 the GPU idle status. If GPU is busy, the task will be queued, and the VGLite
318 dispatcher will ask for a new available task. If GPU is idle, the queue with
320 task will be sent to the main LVGL thread asynchronously.
327 block the LVGL drawing thread and switch to another task or suspend the CPU for