blob: 1750b32f3033e4c48f11031b701e25a4bb68f376 [file] [log] [blame]
// C function EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list )
@Deprecated
public static native EGLSurface eglCreatePixmapSurface(
EGLDisplay dpy,
EGLConfig config,
int pixmap,
int[] attrib_list,
int offset
);