// C function const char * eglQueryString ( EGLDisplay dpy, EGLint name )
public static native String eglQueryString(
EGLDisplay dpy,
int name
);