Class EGL11

Direct Known Subclasses:
EGL12

public class EGL11 extends EGL10
  • Field Details

  • Method Details

    • eglBindTexImage

      @NativeType("EGLBoolean") public static boolean eglBindTexImage(@NativeType("EGLDisplay") long dpy, @NativeType("EGLSurface") long surface, @NativeType("EGLint") int buffer)
      EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer)
    • eglReleaseTexImage

      @NativeType("EGLBoolean") public static boolean eglReleaseTexImage(@NativeType("EGLDisplay") long dpy, @NativeType("EGLSurface") long surface, @NativeType("EGLint") int buffer)
      EGLBoolean eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer)
    • eglSurfaceAttrib

      @NativeType("EGLBoolean") public static boolean eglSurfaceAttrib(@NativeType("EGLDisplay") long dpy, @NativeType("EGLSurface") long surface, @NativeType("EGLint") int attribute, @NativeType("EGLint") int value)
      EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)
    • eglSwapInterval

      @NativeType("EGLBoolean") public static boolean eglSwapInterval(@NativeType("EGLDisplay") long dpy, @NativeType("EGLint") int interval)
      EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval)