Any one knows how to disable vsync when run glmark2-es2 in rockchip development board?
Vsync is handled by the display controller, not the Mali graphics driver, so it's not something we have control over.
If it is connected in the back-end, eglSwapInterval(0) may work, but on Android and many embedded devices the EGL swap interval is ignored.
Cheers, Pete
Hi Peter
If EGL swap interval is igored, how to close vsync?
Thanks
Ivan
You'd have to ask Rockchip, it's not controlled by the GPU or the graphics driver, it's the responsibility of the display controller.