Loading opengl/tools/glgen/stubs/egl/eglCreatePixmapSurface.java 0 → 100644 +10 −0 Original line number Diff line number Diff line // 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 ); No newline at end of file Loading
opengl/tools/glgen/stubs/egl/eglCreatePixmapSurface.java 0 → 100644 +10 −0 Original line number Diff line number Diff line // 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 ); No newline at end of file