int eglBindTexImage(Pointer<Void> dpy, Pointer<Void> surface, int buffer){ return _libEGL!.eglBindTexImage(dpy, surface, buffer); }