blob: 06a04bb30d0a300146011594b2b23204db66de19 [file] [log] [blame]
// C function EGLImage eglCreateImage ( EGLDisplay dpy, EGLContext context, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list )
public static native EGLImage eglCreateImage(
EGLDisplay dpy,
EGLContext context,
int target,
long buffer,
long[] attrib_list,
int offset
);