Class EGL12

Direct Known Subclasses:
EGL13

public class EGL12 extends EGL11
  • Field Details

  • Method Details

    • eglBindAPI

      @NativeType("EGLBoolean") public static boolean eglBindAPI(@NativeType("EGLenum") int api)
      EGLBoolean eglBindAPI(EGLenum api)
    • eglQueryAPI

      @NativeType("EGLenum") public static int eglQueryAPI()
      EGLenum eglQueryAPI(void)
    • neglCreatePbufferFromClientBuffer

      public static long neglCreatePbufferFromClientBuffer(long dpy, int buftype, long buffer, long config, long attrib_list)
      EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, EGLint const * attrib_list)
    • eglCreatePbufferFromClientBuffer

      @NativeType("EGLSurface") public static long eglCreatePbufferFromClientBuffer(@NativeType("EGLDisplay") long dpy, @NativeType("EGLenum") int buftype, @NativeType("EGLClientBuffer") long buffer, @NativeType("EGLConfig") long config, @NativeType("EGLint const *") @Nullable IntBuffer attrib_list)
      EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, EGLint const * attrib_list)
    • eglReleaseThread

      @NativeType("EGLBoolean") public static boolean eglReleaseThread()
      EGLBoolean eglReleaseThread(void)
    • eglWaitClient

      @NativeType("EGLBoolean") public static boolean eglWaitClient()
      EGLBoolean eglWaitClient(void)
    • eglCreatePbufferFromClientBuffer

      @NativeType("EGLSurface") public static long eglCreatePbufferFromClientBuffer(@NativeType("EGLDisplay") long dpy, @NativeType("EGLenum") int buftype, @NativeType("EGLClientBuffer") long buffer, @NativeType("EGLConfig") long config, @NativeType("EGLint const *") int @Nullable [] attrib_list)
      EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, EGLint const * attrib_list)