int eglDestroySurface(Pointer<Void> dpy, Pointer<Void> surface) { loadEGL(useAngle: _useAngle); return egl.eglDestroySurface(dpy, surface); }