Since we track frame events manually, no need to require EGL to do it for us. This message from Daniel Stone on the ML reminded me of this: When you use EGL in a client, is it important to never let eglSwapBuffers() block for you. You need to track frame callbacks manually or set...