GPU implementation on LVGL

Hello, I am thinking of using my MCU of choice’s built in graphical processor for some LVGL drawing functions.

However, I find the documentation for “Custom GPU” quite confusing: Add custom GPU — LVGL documentation

Here are the rendering functions my graphical processor has:
https://lpccs-docs.renesas.com/DA1470x/UM-B-157_DA1470x-GPU-API-Manual/files/code/dave_render-c.html

What if I only want to use the GPU for drawing a rectangle shape, and letting LVGL make this rectangle round, is that possible?