frameworks/native/opengl/tools/glgen/stubs/egl/eglCreatePlatformWindowSurf...

11 lines
361 B
Java
Raw Permalink Normal View History

2025-08-25 08:17:13 +08:00
// C function EGLSurface eglCreatePlatformWindowSurface ( EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list )
public static native EGLSurface eglCreatePlatformWindowSurface(
EGLDisplay dpy,
EGLConfig config,
java.nio.Buffer native_window,
long[] attrib_list,
int offset
);