All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jogamp.opengl.egl.EGL Maven / Gradle / Ivy

There is a newer version: 2.3.2
Show newest version
/* !---- DO NOT EDIT: This file autogenerated by com/jogamp/gluegen/opengl/GLEmitter.java on Thu Aug 07 00:30:44 CEST 2014 ----! */

package jogamp.opengl.egl;

import java.util.*;
import javax.media.opengl.*;
import javax.media.opengl.fixedfunc.*;
import jogamp.opengl.*;
import com.jogamp.gluegen.runtime.opengl.GLProcAddressResolver;
import com.jogamp.gluegen.runtime.*;
import com.jogamp.common.os.*;
import com.jogamp.common.nio.*;
import java.nio.*;

public class EGL {

  /** Part of khronos_boolean_enum_t
Defined as part of enum type "khronos_boolean_enum_t" */ public static final int KHRONOS_FALSE = 0; /** Part of khronos_boolean_enum_t
Defined as part of enum type "khronos_boolean_enum_t" */ public static final int KHRONOS_TRUE = 1; /** Part of khronos_boolean_enum_t
Defined as part of enum type "khronos_boolean_enum_t" */ public static final long KHRONOS_BOOLEAN_ENUM_FORCE_SIZE = 2147483647; /** Part of EGL_VERSION_1_X */ public static final int EGL_FALSE = 0; /** Part of EGL_VERSION_1_X */ public static final int EGL_TRUE = 1; /** Part of EGL_VERSION_1_X */ public static final int EGL_SUCCESS = 0x3000; /** Part of EGL_VERSION_1_X */ public static final int EGL_NOT_INITIALIZED = 0x3001; /** Part of EGL_VERSION_1_X */ public static final int EGL_BAD_ACCESS = 0x3002; /** Part of EGL_VERSION_1_X */ public static final int EGL_BAD_ALLOC = 0x3003; /** Part of EGL_VERSION_1_X */ public static final int EGL_BAD_ATTRIBUTE = 0x3004; /** Part of EGL_VERSION_1_X */ public static final int EGL_BAD_CONFIG = 0x3005; /** Part of EGL_VERSION_1_X */ public static final int EGL_BAD_CONTEXT = 0x3006; /** Part of EGL_VERSION_1_X */ public static final int EGL_BAD_CURRENT_SURFACE = 0x3007; /** Part of EGL_VERSION_1_X */ public static final int EGL_BAD_DISPLAY = 0x3008; /** Part of EGL_VERSION_1_X */ public static final int EGL_BAD_MATCH = 0x3009; /** Part of EGL_VERSION_1_X */ public static final int EGL_BAD_NATIVE_PIXMAP = 0x300A; /** Part of EGL_VERSION_1_X */ public static final int EGL_BAD_NATIVE_WINDOW = 0x300B; /** Part of EGL_VERSION_1_X */ public static final int EGL_BAD_PARAMETER = 0x300C; /** Part of EGL_VERSION_1_X */ public static final int EGL_BAD_SURFACE = 0x300D; /** Part of EGL_VERSION_1_X */ public static final int EGL_CONTEXT_LOST = 0x300E; /** Part of EGL_VERSION_1_X */ public static final int EGL_BUFFER_SIZE = 0x3020; /** Part of EGL_VERSION_1_X */ public static final int EGL_ALPHA_SIZE = 0x3021; /** Part of EGL_VERSION_1_X */ public static final int EGL_BLUE_SIZE = 0x3022; /** Part of EGL_VERSION_1_X */ public static final int EGL_GREEN_SIZE = 0x3023; /** Part of EGL_VERSION_1_X */ public static final int EGL_RED_SIZE = 0x3024; /** Part of EGL_VERSION_1_X */ public static final int EGL_DEPTH_SIZE = 0x3025; /** Part of EGL_VERSION_1_X */ public static final int EGL_STENCIL_SIZE = 0x3026; /** Part of EGL_VERSION_1_X */ public static final int EGL_CONFIG_CAVEAT = 0x3027; /** Part of EGL_VERSION_1_X */ public static final int EGL_CONFIG_ID = 0x3028; /** Part of EGL_VERSION_1_X */ public static final int EGL_LEVEL = 0x3029; /** Part of EGL_VERSION_1_X */ public static final int EGL_MAX_PBUFFER_HEIGHT = 0x302A; /** Part of EGL_VERSION_1_X */ public static final int EGL_MAX_PBUFFER_PIXELS = 0x302B; /** Part of EGL_VERSION_1_X */ public static final int EGL_MAX_PBUFFER_WIDTH = 0x302C; /** Part of EGL_VERSION_1_X */ public static final int EGL_NATIVE_RENDERABLE = 0x302D; /** Part of EGL_VERSION_1_X */ public static final int EGL_NATIVE_VISUAL_ID = 0x302E; /** Part of EGL_VERSION_1_X */ public static final int EGL_NATIVE_VISUAL_TYPE = 0x302F; /** Part of EGL_VERSION_1_X */ public static final int EGL_SAMPLES = 0x3031; /** Part of EGL_VERSION_1_X */ public static final int EGL_SAMPLE_BUFFERS = 0x3032; /** Part of EGL_VERSION_1_X */ public static final int EGL_SURFACE_TYPE = 0x3033; /** Part of EGL_VERSION_1_X */ public static final int EGL_TRANSPARENT_TYPE = 0x3034; /** Part of EGL_VERSION_1_X */ public static final int EGL_TRANSPARENT_BLUE_VALUE = 0x3035; /** Part of EGL_VERSION_1_X */ public static final int EGL_TRANSPARENT_GREEN_VALUE = 0x3036; /** Part of EGL_VERSION_1_X */ public static final int EGL_TRANSPARENT_RED_VALUE = 0x3037; /** Part of EGL_VERSION_1_X */ public static final int EGL_NONE = 0x3038; /** Part of EGL_VERSION_1_X */ public static final int EGL_BIND_TO_TEXTURE_RGB = 0x3039; /** Part of EGL_VERSION_1_X */ public static final int EGL_BIND_TO_TEXTURE_RGBA = 0x303A; /** Part of EGL_VERSION_1_X */ public static final int EGL_MIN_SWAP_INTERVAL = 0x303B; /** Part of EGL_VERSION_1_X */ public static final int EGL_MAX_SWAP_INTERVAL = 0x303C; /** Part of EGL_VERSION_1_X */ public static final int EGL_LUMINANCE_SIZE = 0x303D; /** Part of EGL_VERSION_1_X */ public static final int EGL_ALPHA_MASK_SIZE = 0x303E; /** Part of EGL_VERSION_1_X */ public static final int EGL_COLOR_BUFFER_TYPE = 0x303F; /** Part of EGL_VERSION_1_X */ public static final int EGL_RENDERABLE_TYPE = 0x3040; /** Part of EGL_VERSION_1_X */ public static final int EGL_MATCH_NATIVE_PIXMAP = 0x3041; /** Part of EGL_VERSION_1_X */ public static final int EGL_CONFORMANT = 0x3042; /** Part of EGL_VERSION_1_X */ public static final int EGL_SLOW_CONFIG = 0x3050; /** Part of EGL_VERSION_1_X */ public static final int EGL_NON_CONFORMANT_CONFIG = 0x3051; /** Part of EGL_VERSION_1_X */ public static final int EGL_TRANSPARENT_RGB = 0x3052; /** Part of EGL_VERSION_1_X */ public static final int EGL_RGB_BUFFER = 0x308E; /** Part of EGL_VERSION_1_X */ public static final int EGL_LUMINANCE_BUFFER = 0x308F; /** Part of EGL_VERSION_1_X */ public static final int EGL_NO_TEXTURE = 0x305C; /** Part of EGL_VERSION_1_X */ public static final int EGL_TEXTURE_RGB = 0x305D; /** Part of EGL_VERSION_1_X */ public static final int EGL_TEXTURE_RGBA = 0x305E; /** Part of EGL_VERSION_1_X */ public static final int EGL_TEXTURE_2D = 0x305F; /** Part of EGL_VERSION_1_X */ public static final int EGL_PBUFFER_BIT = 0x0001; /** Part of EGL_VERSION_1_X */ public static final int EGL_PIXMAP_BIT = 0x0002; /** Part of EGL_VERSION_1_X */ public static final int EGL_WINDOW_BIT = 0x0004; /** Part of EGL_VERSION_1_X */ public static final int EGL_VG_COLORSPACE_LINEAR_BIT = 0x0020; /** Part of EGL_VERSION_1_X */ public static final int EGL_VG_ALPHA_FORMAT_PRE_BIT = 0x0040; /** Part of EGL_VERSION_1_X */ public static final int EGL_MULTISAMPLE_RESOLVE_BOX_BIT = 0x0200; /** Part of EGL_VERSION_1_X */ public static final int EGL_SWAP_BEHAVIOR_PRESERVED_BIT = 0x0400; /** Part of EGL_VERSION_1_X */ public static final int EGL_OPENGL_ES_BIT = 0x0001; /** Part of EGL_VERSION_1_X */ public static final int EGL_OPENVG_BIT = 0x0002; /** Part of EGL_VERSION_1_X */ public static final int EGL_OPENGL_ES2_BIT = 0x0004; /** Part of EGL_VERSION_1_X */ public static final int EGL_OPENGL_BIT = 0x0008; /** Part of EGL_VERSION_1_X */ public static final int EGL_VENDOR = 0x3053; /** Part of EGL_VERSION_1_X */ public static final int EGL_VERSION = 0x3054; /** Part of EGL_VERSION_1_X */ public static final int EGL_EXTENSIONS = 0x3055; /** Part of EGL_VERSION_1_X */ public static final int EGL_CLIENT_APIS = 0x308D; /** Part of EGL_VERSION_1_X */ public static final int EGL_HEIGHT = 0x3056; /** Part of EGL_VERSION_1_X */ public static final int EGL_WIDTH = 0x3057; /** Part of EGL_VERSION_1_X */ public static final int EGL_LARGEST_PBUFFER = 0x3058; /** Part of EGL_VERSION_1_X */ public static final int EGL_TEXTURE_FORMAT = 0x3080; /** Part of EGL_VERSION_1_X */ public static final int EGL_TEXTURE_TARGET = 0x3081; /** Part of EGL_VERSION_1_X */ public static final int EGL_MIPMAP_TEXTURE = 0x3082; /** Part of EGL_VERSION_1_X */ public static final int EGL_MIPMAP_LEVEL = 0x3083; /** Part of EGL_VERSION_1_X */ public static final int EGL_RENDER_BUFFER = 0x3086; /** Part of EGL_VERSION_1_X */ public static final int EGL_VG_COLORSPACE = 0x3087; /** Part of EGL_VERSION_1_X */ public static final int EGL_VG_ALPHA_FORMAT = 0x3088; /** Part of EGL_VERSION_1_X */ public static final int EGL_HORIZONTAL_RESOLUTION = 0x3090; /** Part of EGL_VERSION_1_X */ public static final int EGL_VERTICAL_RESOLUTION = 0x3091; /** Part of EGL_VERSION_1_X */ public static final int EGL_PIXEL_ASPECT_RATIO = 0x3092; /** Part of EGL_VERSION_1_X */ public static final int EGL_SWAP_BEHAVIOR = 0x3093; /** Part of EGL_VERSION_1_X */ public static final int EGL_MULTISAMPLE_RESOLVE = 0x3099; /** Part of EGL_VERSION_1_X */ public static final int EGL_BACK_BUFFER = 0x3084; /** Part of EGL_VERSION_1_X */ public static final int EGL_SINGLE_BUFFER = 0x3085; /** Part of EGL_VERSION_1_X */ public static final int EGL_VG_COLORSPACE_sRGB = 0x3089; /** Part of EGL_VERSION_1_X */ public static final int EGL_VG_COLORSPACE_LINEAR = 0x308A; /** Part of EGL_VERSION_1_X */ public static final int EGL_VG_ALPHA_FORMAT_NONPRE = 0x308B; /** Part of EGL_VERSION_1_X */ public static final int EGL_VG_ALPHA_FORMAT_PRE = 0x308C; /** Part of EGL_VERSION_1_X */ public static final int EGL_DISPLAY_SCALING = 10000; /** Part of EGL_VERSION_1_X */ public static final int EGL_BUFFER_PRESERVED = 0x3094; /** Part of EGL_VERSION_1_X */ public static final int EGL_BUFFER_DESTROYED = 0x3095; /** Part of EGL_VERSION_1_X */ public static final int EGL_OPENVG_IMAGE = 0x3096; /** Part of EGL_VERSION_1_X */ public static final int EGL_CONTEXT_CLIENT_TYPE = 0x3097; /** Part of EGL_VERSION_1_X */ public static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; /** Part of EGL_VERSION_1_X */ public static final int EGL_MULTISAMPLE_RESOLVE_DEFAULT = 0x309A; /** Part of EGL_VERSION_1_X */ public static final int EGL_MULTISAMPLE_RESOLVE_BOX = 0x309B; /** Part of EGL_VERSION_1_X */ public static final int EGL_OPENGL_ES_API = 0x30A0; /** Part of EGL_VERSION_1_X */ public static final int EGL_OPENVG_API = 0x30A1; /** Part of EGL_VERSION_1_X */ public static final int EGL_OPENGL_API = 0x30A2; /** Part of EGL_VERSION_1_X */ public static final int EGL_DRAW = 0x3059; /** Part of EGL_VERSION_1_X */ public static final int EGL_READ = 0x305A; /** Part of EGL_VERSION_1_X */ public static final int EGL_CORE_NATIVE_ENGINE = 0x305B; /** Part of EGL_VERSION_1_X */ public static final int EGL_COLORSPACE = 0x3087; /** Part of EGL_VERSION_1_X */ public static final int EGL_ALPHA_FORMAT = 0x3088; /** Part of EGL_VERSION_1_X */ public static final int EGL_COLORSPACE_sRGB = 0x3089; /** Part of EGL_VERSION_1_X */ public static final int EGL_COLORSPACE_LINEAR = 0x308A; /** Part of EGL_VERSION_1_X */ public static final int EGL_ALPHA_FORMAT_NONPRE = 0x308B; /** Part of EGL_VERSION_1_X */ public static final int EGL_ALPHA_FORMAT_PRE = 0x308C; /** Entry point to C language function: EGLBoolean eglBindAPI(EGLenum api)
Part of EGL_VERSION_1_X */ public static boolean eglBindAPI(int api) { final long __addr_ = _table._addressof_eglBindAPI; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglBindAPI")); } return dispatch_eglBindAPI0(api, __addr_); } /** Entry point to C language function: EGLBoolean eglBindAPI(EGLenum api)
Part of EGL_VERSION_1_X */ static private native boolean dispatch_eglBindAPI0(int api, long procAddress); /** Entry point to C language function: EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer)
Part of EGL_VERSION_1_X */ public static boolean eglBindTexImage(long dpy, long surface, int buffer) { final long __addr_ = _table._addressof_eglBindTexImage; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglBindTexImage")); } return dispatch_eglBindTexImage0(dpy, surface, buffer, __addr_); } /** Entry point to C language function: EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer)
Part of EGL_VERSION_1_X */ static private native boolean dispatch_eglBindTexImage0(long dpy, long surface, int buffer, long procAddress); /** Entry point to C language function: EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint * attrib_list, EGLConfig * configs, EGLint config_size, EGLint * num_config)
Part of EGL_VERSION_1_X @param attrib_list a direct only {@link java.nio.IntBuffer} @param configs a direct only {@link com.jogamp.common.nio.PointerBuffer} @param num_config a direct only {@link java.nio.IntBuffer} */ public static boolean eglChooseConfig(long dpy, IntBuffer attrib_list, PointerBuffer configs, int config_size, IntBuffer num_config) { if (!Buffers.isDirect(attrib_list)) throw new RuntimeException("Argument \"attrib_list\" is not a direct buffer"); if (!Buffers.isDirect(configs)) throw new RuntimeException("Argument \"configs\" is not a direct buffer"); if (!Buffers.isDirect(num_config)) throw new RuntimeException("Argument \"num_config\" is not a direct buffer"); final long __addr_ = _table._addressof_eglChooseConfig; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglChooseConfig")); } return dispatch_eglChooseConfig0(dpy, attrib_list, Buffers.getDirectBufferByteOffset(attrib_list), configs != null ? configs.getBuffer() : null, Buffers.getDirectBufferByteOffset(configs), config_size, num_config, Buffers.getDirectBufferByteOffset(num_config), __addr_); } /** Entry point to C language function: EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint * attrib_list, EGLConfig * configs, EGLint config_size, EGLint * num_config)
Part of EGL_VERSION_1_X @param attrib_list a direct only {@link java.nio.IntBuffer} @param configs a direct only {@link com.jogamp.common.nio.PointerBuffer} @param num_config a direct only {@link java.nio.IntBuffer} */ private static native boolean dispatch_eglChooseConfig0(long dpy, Object attrib_list, int attrib_list_byte_offset, Object configs, int configs_byte_offset, int config_size, Object num_config, int num_config_byte_offset, long procAddress); /** Entry point to C language function: EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target)
Part of EGL_VERSION_1_X */ public static boolean eglCopyBuffers(long dpy, long surface, long target) { final long __addr_ = _table._addressof_eglCopyBuffers; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglCopyBuffers")); } return dispatch_eglCopyBuffers0(dpy, surface, target, __addr_); } /** Entry point to C language function: EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target)
Part of EGL_VERSION_1_X */ static private native boolean dispatch_eglCopyBuffers0(long dpy, long surface, long target, long procAddress); /** Entry point to C language function: EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint * attrib_list)
Part of EGL_VERSION_1_X @param attrib_list a direct only {@link java.nio.IntBuffer} */ public static long eglCreateContext(long dpy, long config, long share_context, IntBuffer attrib_list) { if (!Buffers.isDirect(attrib_list)) throw new RuntimeException("Argument \"attrib_list\" is not a direct buffer"); final long __addr_ = _table._addressof_eglCreateContext; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglCreateContext")); } return dispatch_eglCreateContext0(dpy, config, share_context, attrib_list, Buffers.getDirectBufferByteOffset(attrib_list), __addr_); } /** Entry point to C language function: EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint * attrib_list)
Part of EGL_VERSION_1_X @param attrib_list a direct only {@link java.nio.IntBuffer} */ private static native long dispatch_eglCreateContext0(long dpy, long config, long share_context, Object attrib_list, int attrib_list_byte_offset, long procAddress); /** Entry point to C language function: EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint * attrib_list)
Part of EGL_VERSION_1_X @param buffer a direct only {@link java.nio.Buffer} @param attrib_list a direct only {@link java.nio.IntBuffer} */ public static long eglCreatePbufferFromClientBuffer(long dpy, int buftype, Buffer buffer, long config, IntBuffer attrib_list) { if (!Buffers.isDirect(buffer)) throw new RuntimeException("Argument \"buffer\" is not a direct buffer"); if (!Buffers.isDirect(attrib_list)) throw new RuntimeException("Argument \"attrib_list\" is not a direct buffer"); final long __addr_ = _table._addressof_eglCreatePbufferFromClientBuffer; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglCreatePbufferFromClientBuffer")); } return dispatch_eglCreatePbufferFromClientBuffer0(dpy, buftype, buffer, Buffers.getDirectBufferByteOffset(buffer), config, attrib_list, Buffers.getDirectBufferByteOffset(attrib_list), __addr_); } /** Entry point to C language function: EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint * attrib_list)
Part of EGL_VERSION_1_X @param buffer a direct only {@link java.nio.Buffer} @param attrib_list a direct only {@link java.nio.IntBuffer} */ private static native long dispatch_eglCreatePbufferFromClientBuffer0(long dpy, int buftype, Object buffer, int buffer_byte_offset, long config, Object attrib_list, int attrib_list_byte_offset, long procAddress); /** Entry point to C language function: EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint * attrib_list)
Part of EGL_VERSION_1_X @param attrib_list a direct only {@link java.nio.IntBuffer} */ public static long eglCreatePbufferSurface(long dpy, long config, IntBuffer attrib_list) { if (!Buffers.isDirect(attrib_list)) throw new RuntimeException("Argument \"attrib_list\" is not a direct buffer"); final long __addr_ = _table._addressof_eglCreatePbufferSurface; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglCreatePbufferSurface")); } return dispatch_eglCreatePbufferSurface0(dpy, config, attrib_list, Buffers.getDirectBufferByteOffset(attrib_list), __addr_); } /** Entry point to C language function: EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint * attrib_list)
Part of EGL_VERSION_1_X @param attrib_list a direct only {@link java.nio.IntBuffer} */ private static native long dispatch_eglCreatePbufferSurface0(long dpy, long config, Object attrib_list, int attrib_list_byte_offset, long procAddress); /** Entry point to C language function: EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint * attrib_list)
Part of EGL_VERSION_1_X @param attrib_list a direct only {@link java.nio.IntBuffer} */ public static long eglCreatePixmapSurface(long dpy, long config, long pixmap, IntBuffer attrib_list) { if (!Buffers.isDirect(attrib_list)) throw new RuntimeException("Argument \"attrib_list\" is not a direct buffer"); final long __addr_ = _table._addressof_eglCreatePixmapSurface; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglCreatePixmapSurface")); } return dispatch_eglCreatePixmapSurface0(dpy, config, pixmap, attrib_list, Buffers.getDirectBufferByteOffset(attrib_list), __addr_); } /** Entry point to C language function: EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint * attrib_list)
Part of EGL_VERSION_1_X @param attrib_list a direct only {@link java.nio.IntBuffer} */ private static native long dispatch_eglCreatePixmapSurface0(long dpy, long config, long pixmap, Object attrib_list, int attrib_list_byte_offset, long procAddress); /** Entry point to C language function: EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint * attrib_list)
Part of EGL_VERSION_1_X @param attrib_list a direct only {@link java.nio.IntBuffer} */ public static long eglCreateWindowSurface(long dpy, long config, long win, IntBuffer attrib_list) { if (!Buffers.isDirect(attrib_list)) throw new RuntimeException("Argument \"attrib_list\" is not a direct buffer"); final long __addr_ = _table._addressof_eglCreateWindowSurface; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglCreateWindowSurface")); } return dispatch_eglCreateWindowSurface0(dpy, config, win, attrib_list, Buffers.getDirectBufferByteOffset(attrib_list), __addr_); } /** Entry point to C language function: EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint * attrib_list)
Part of EGL_VERSION_1_X @param attrib_list a direct only {@link java.nio.IntBuffer} */ private static native long dispatch_eglCreateWindowSurface0(long dpy, long config, long win, Object attrib_list, int attrib_list_byte_offset, long procAddress); /** Entry point to C language function: EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx)
Part of EGL_VERSION_1_X */ public static boolean eglDestroyContext(long dpy, long ctx) { final long __addr_ = _table._addressof_eglDestroyContext; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglDestroyContext")); } return dispatch_eglDestroyContext0(dpy, ctx, __addr_); } /** Entry point to C language function: EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx)
Part of EGL_VERSION_1_X */ static private native boolean dispatch_eglDestroyContext0(long dpy, long ctx, long procAddress); /** Entry point to C language function: EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface)
Part of EGL_VERSION_1_X */ public static boolean eglDestroySurface(long dpy, long surface) { final long __addr_ = _table._addressof_eglDestroySurface; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglDestroySurface")); } return dispatch_eglDestroySurface0(dpy, surface, __addr_); } /** Entry point to C language function: EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface)
Part of EGL_VERSION_1_X */ static private native boolean dispatch_eglDestroySurface0(long dpy, long surface, long procAddress); /** Entry point to C language function: EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint * value)
Part of EGL_VERSION_1_X @param value a direct only {@link java.nio.IntBuffer} */ public static boolean eglGetConfigAttrib(long dpy, long config, int attribute, IntBuffer value) { if (!Buffers.isDirect(value)) throw new RuntimeException("Argument \"value\" is not a direct buffer"); final long __addr_ = _table._addressof_eglGetConfigAttrib; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglGetConfigAttrib")); } return dispatch_eglGetConfigAttrib0(dpy, config, attribute, value, Buffers.getDirectBufferByteOffset(value), __addr_); } /** Entry point to C language function: EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint * value)
Part of EGL_VERSION_1_X @param value a direct only {@link java.nio.IntBuffer} */ private static native boolean dispatch_eglGetConfigAttrib0(long dpy, long config, int attribute, Object value, int value_byte_offset, long procAddress); /** Entry point to C language function: EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig * configs, EGLint config_size, EGLint * num_config)
Part of EGL_VERSION_1_X @param configs a direct only {@link com.jogamp.common.nio.PointerBuffer} @param num_config a direct only {@link java.nio.IntBuffer} */ public static boolean eglGetConfigs(long dpy, PointerBuffer configs, int config_size, IntBuffer num_config) { if (!Buffers.isDirect(configs)) throw new RuntimeException("Argument \"configs\" is not a direct buffer"); if (!Buffers.isDirect(num_config)) throw new RuntimeException("Argument \"num_config\" is not a direct buffer"); final long __addr_ = _table._addressof_eglGetConfigs; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglGetConfigs")); } return dispatch_eglGetConfigs0(dpy, configs != null ? configs.getBuffer() : null, Buffers.getDirectBufferByteOffset(configs), config_size, num_config, Buffers.getDirectBufferByteOffset(num_config), __addr_); } /** Entry point to C language function: EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig * configs, EGLint config_size, EGLint * num_config)
Part of EGL_VERSION_1_X @param configs a direct only {@link com.jogamp.common.nio.PointerBuffer} @param num_config a direct only {@link java.nio.IntBuffer} */ private static native boolean dispatch_eglGetConfigs0(long dpy, Object configs, int configs_byte_offset, int config_size, Object num_config, int num_config_byte_offset, long procAddress); /** Entry point to C language function: EGLContext eglGetCurrentContext(void)
Part of EGL_VERSION_1_X */ public static long eglGetCurrentContext() { final long __addr_ = _table._addressof_eglGetCurrentContext; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglGetCurrentContext")); } return dispatch_eglGetCurrentContext0(__addr_); } /** Entry point to C language function: EGLContext eglGetCurrentContext(void)
Part of EGL_VERSION_1_X */ static private native long dispatch_eglGetCurrentContext0(long procAddress); /** Entry point to C language function: EGLDisplay eglGetCurrentDisplay(void)
Part of EGL_VERSION_1_X */ public static long eglGetCurrentDisplay() { final long __addr_ = _table._addressof_eglGetCurrentDisplay; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglGetCurrentDisplay")); } return dispatch_eglGetCurrentDisplay0(__addr_); } /** Entry point to C language function: EGLDisplay eglGetCurrentDisplay(void)
Part of EGL_VERSION_1_X */ static private native long dispatch_eglGetCurrentDisplay0(long procAddress); /** Entry point to C language function: EGLSurface eglGetCurrentSurface(EGLint readdraw)
Part of EGL_VERSION_1_X */ public static long eglGetCurrentSurface(int readdraw) { final long __addr_ = _table._addressof_eglGetCurrentSurface; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglGetCurrentSurface")); } return dispatch_eglGetCurrentSurface0(readdraw, __addr_); } /** Entry point to C language function: EGLSurface eglGetCurrentSurface(EGLint readdraw)
Part of EGL_VERSION_1_X */ static private native long dispatch_eglGetCurrentSurface0(int readdraw, long procAddress); /** Entry point to C language function: EGLDisplay eglGetDisplay(EGLNativeDisplayType display_id)
Part of EGL_VERSION_1_X */ public static long eglGetDisplay(long display_id) { final long __addr_ = _table._addressof_eglGetDisplay; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglGetDisplay")); } return dispatch_eglGetDisplay0(display_id, __addr_); } /** Entry point to C language function: EGLDisplay eglGetDisplay(EGLNativeDisplayType display_id)
Part of EGL_VERSION_1_X */ static private native long dispatch_eglGetDisplay0(long display_id, long procAddress); /** Entry point to C language function: EGLint eglGetError(void)
Part of EGL_VERSION_1_X */ public static int eglGetError() { final long __addr_ = _table._addressof_eglGetError; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglGetError")); } return dispatch_eglGetError0(__addr_); } /** Entry point to C language function: EGLint eglGetError(void)
Part of EGL_VERSION_1_X */ static private native int dispatch_eglGetError0(long procAddress); /** Entry point to C language function: __EGLFuncPtr eglGetProcAddress(const char * procname)
Part of EGL_VERSION_1_X */ public static long eglGetProcAddress(String procname) { final long __addr_ = _table._addressof_eglGetProcAddress; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglGetProcAddress")); } return dispatch_eglGetProcAddress0(procname, __addr_); } /** Entry point to C language function: __EGLFuncPtr eglGetProcAddress(const char * procname)
Part of EGL_VERSION_1_X */ static private native long dispatch_eglGetProcAddress0(String procname, long procAddress); /** Entry point to C language function: EGLBoolean eglInitialize(EGLDisplay dpy, EGLint * major, EGLint * minor)
Part of EGL_VERSION_1_X @param major a direct only {@link java.nio.IntBuffer} @param minor a direct only {@link java.nio.IntBuffer} */ public static boolean eglInitialize(long dpy, IntBuffer major, IntBuffer minor) { if (!Buffers.isDirect(major)) throw new RuntimeException("Argument \"major\" is not a direct buffer"); if (!Buffers.isDirect(minor)) throw new RuntimeException("Argument \"minor\" is not a direct buffer"); final long __addr_ = _table._addressof_eglInitialize; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglInitialize")); } return dispatch_eglInitialize0(dpy, major, Buffers.getDirectBufferByteOffset(major), minor, Buffers.getDirectBufferByteOffset(minor), __addr_); } /** Entry point to C language function: EGLBoolean eglInitialize(EGLDisplay dpy, EGLint * major, EGLint * minor)
Part of EGL_VERSION_1_X @param major a direct only {@link java.nio.IntBuffer} @param minor a direct only {@link java.nio.IntBuffer} */ private static native boolean dispatch_eglInitialize0(long dpy, Object major, int major_byte_offset, Object minor, int minor_byte_offset, long procAddress); /** Entry point to C language function: EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx)
Part of EGL_VERSION_1_X */ public static boolean eglMakeCurrent(long dpy, long draw, long read, long ctx) { final long __addr_ = _table._addressof_eglMakeCurrent; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglMakeCurrent")); } return dispatch_eglMakeCurrent0(dpy, draw, read, ctx, __addr_); } /** Entry point to C language function: EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx)
Part of EGL_VERSION_1_X */ static private native boolean dispatch_eglMakeCurrent0(long dpy, long draw, long read, long ctx, long procAddress); /** Entry point to C language function: EGLenum eglQueryAPI(void)
Part of EGL_VERSION_1_X */ public static int eglQueryAPI() { final long __addr_ = _table._addressof_eglQueryAPI; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglQueryAPI")); } return dispatch_eglQueryAPI0(__addr_); } /** Entry point to C language function: EGLenum eglQueryAPI(void)
Part of EGL_VERSION_1_X */ static private native int dispatch_eglQueryAPI0(long procAddress); /** Entry point to C language function: EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint * value)
Part of EGL_VERSION_1_X @param value a direct only {@link java.nio.IntBuffer} */ public static boolean eglQueryContext(long dpy, long ctx, int attribute, IntBuffer value) { if (!Buffers.isDirect(value)) throw new RuntimeException("Argument \"value\" is not a direct buffer"); final long __addr_ = _table._addressof_eglQueryContext; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglQueryContext")); } return dispatch_eglQueryContext0(dpy, ctx, attribute, value, Buffers.getDirectBufferByteOffset(value), __addr_); } /** Entry point to C language function: EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint * value)
Part of EGL_VERSION_1_X @param value a direct only {@link java.nio.IntBuffer} */ private static native boolean dispatch_eglQueryContext0(long dpy, long ctx, int attribute, Object value, int value_byte_offset, long procAddress); /** Entry point to C language function: const char * eglQueryString(EGLDisplay dpy, EGLint name)
Part of EGL_VERSION_1_X */ public static String eglQueryString(long dpy, int name) { final long __addr_ = _table._addressof_eglQueryString; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglQueryString")); } return dispatch_eglQueryString0(dpy, name, __addr_); } /** Entry point to C language function: const char * eglQueryString(EGLDisplay dpy, EGLint name)
Part of EGL_VERSION_1_X */ static private native String dispatch_eglQueryString0(long dpy, int name, long procAddress); /** Entry point to C language function: EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint * value)
Part of EGL_VERSION_1_X @param value a direct only {@link java.nio.IntBuffer} */ public static boolean eglQuerySurface(long dpy, long surface, int attribute, IntBuffer value) { if (!Buffers.isDirect(value)) throw new RuntimeException("Argument \"value\" is not a direct buffer"); final long __addr_ = _table._addressof_eglQuerySurface; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglQuerySurface")); } return dispatch_eglQuerySurface0(dpy, surface, attribute, value, Buffers.getDirectBufferByteOffset(value), __addr_); } /** Entry point to C language function: EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint * value)
Part of EGL_VERSION_1_X @param value a direct only {@link java.nio.IntBuffer} */ private static native boolean dispatch_eglQuerySurface0(long dpy, long surface, int attribute, Object value, int value_byte_offset, long procAddress); /** Entry point to C language function: EGLBoolean eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer)
Part of EGL_VERSION_1_X */ public static boolean eglReleaseTexImage(long dpy, long surface, int buffer) { final long __addr_ = _table._addressof_eglReleaseTexImage; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglReleaseTexImage")); } return dispatch_eglReleaseTexImage0(dpy, surface, buffer, __addr_); } /** Entry point to C language function: EGLBoolean eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer)
Part of EGL_VERSION_1_X */ static private native boolean dispatch_eglReleaseTexImage0(long dpy, long surface, int buffer, long procAddress); /** Entry point to C language function: EGLBoolean eglReleaseThread(void)
Part of EGL_VERSION_1_X */ public static boolean eglReleaseThread() { final long __addr_ = _table._addressof_eglReleaseThread; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglReleaseThread")); } return dispatch_eglReleaseThread0(__addr_); } /** Entry point to C language function: EGLBoolean eglReleaseThread(void)
Part of EGL_VERSION_1_X */ static private native boolean dispatch_eglReleaseThread0(long procAddress); /** Entry point to C language function: EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)
Part of EGL_VERSION_1_X */ public static boolean eglSurfaceAttrib(long dpy, long surface, int attribute, int value) { final long __addr_ = _table._addressof_eglSurfaceAttrib; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglSurfaceAttrib")); } return dispatch_eglSurfaceAttrib0(dpy, surface, attribute, value, __addr_); } /** Entry point to C language function: EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)
Part of EGL_VERSION_1_X */ static private native boolean dispatch_eglSurfaceAttrib0(long dpy, long surface, int attribute, int value, long procAddress); /** Entry point to C language function: EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface)
Part of EGL_VERSION_1_X */ public static boolean eglSwapBuffers(long dpy, long surface) { final long __addr_ = _table._addressof_eglSwapBuffers; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglSwapBuffers")); } return dispatch_eglSwapBuffers0(dpy, surface, __addr_); } /** Entry point to C language function: EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface)
Part of EGL_VERSION_1_X */ static private native boolean dispatch_eglSwapBuffers0(long dpy, long surface, long procAddress); /** Entry point to C language function: EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval)
Part of EGL_VERSION_1_X */ public static boolean eglSwapInterval(long dpy, int interval) { final long __addr_ = _table._addressof_eglSwapInterval; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglSwapInterval")); } return dispatch_eglSwapInterval0(dpy, interval, __addr_); } /** Entry point to C language function: EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval)
Part of EGL_VERSION_1_X */ static private native boolean dispatch_eglSwapInterval0(long dpy, int interval, long procAddress); /** Entry point to C language function: EGLBoolean eglTerminate(EGLDisplay dpy)
Part of EGL_VERSION_1_X */ public static boolean eglTerminate(long dpy) { final long __addr_ = _table._addressof_eglTerminate; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglTerminate")); } return dispatch_eglTerminate0(dpy, __addr_); } /** Entry point to C language function: EGLBoolean eglTerminate(EGLDisplay dpy)
Part of EGL_VERSION_1_X */ static private native boolean dispatch_eglTerminate0(long dpy, long procAddress); /** Entry point to C language function: EGLBoolean eglWaitClient(void)
Part of EGL_VERSION_1_X */ public static boolean eglWaitClient() { final long __addr_ = _table._addressof_eglWaitClient; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglWaitClient")); } return dispatch_eglWaitClient0(__addr_); } /** Entry point to C language function: EGLBoolean eglWaitClient(void)
Part of EGL_VERSION_1_X */ static private native boolean dispatch_eglWaitClient0(long procAddress); /** Entry point to C language function: EGLBoolean eglWaitGL(void)
Part of EGL_VERSION_1_X */ public static boolean eglWaitGL() { final long __addr_ = _table._addressof_eglWaitGL; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglWaitGL")); } return dispatch_eglWaitGL0(__addr_); } /** Entry point to C language function: EGLBoolean eglWaitGL(void)
Part of EGL_VERSION_1_X */ static private native boolean dispatch_eglWaitGL0(long procAddress); /** Entry point to C language function: EGLBoolean eglWaitNative(EGLint engine)
Part of EGL_VERSION_1_X */ public static boolean eglWaitNative(int engine) { final long __addr_ = _table._addressof_eglWaitNative; if (__addr_ == 0) { throw new UnsupportedOperationException(String.format("Method \"%s\" not available", "eglWaitNative")); } return dispatch_eglWaitNative0(engine, __addr_); } /** Entry point to C language function: EGLBoolean eglWaitNative(EGLint engine)
Part of EGL_VERSION_1_X */ static private native boolean dispatch_eglWaitNative0(int engine, long procAddress); // --- Begin CustomJavaCode .cfg declarations private static EGLProcAddressTable _table = new EGLProcAddressTable(new GLProcAddressResolver()); public static void resetProcAddressTable(DynamicLookupHelper lookup) { _table.reset(lookup); } // There are some #defines in egl.h that GlueGen and PCPP don't currently handle public static final long EGL_DEFAULT_DISPLAY = 0; public static final long EGL_NO_CONTEXT = 0; public static final long EGL_NO_DISPLAY = 0; public static final long EGL_NO_SURFACE = 0; public static final int EGL_DONT_CARE = -1; public static final int EGL_UNKNOWN = -1; protected static long eglGetProcAddress(long eglGetProcAddressHandle, java.lang.String procname) { if (eglGetProcAddressHandle == 0) { throw new GLException("Passed null pointer for method \"eglGetProcAddress\""); } return dispatch_eglGetProcAddress0(procname, eglGetProcAddressHandle); } /** * In case of an error on a particualr attribute, the attribute in the attributes-buffer is set to 0. *

* Entry point to C language function: EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint * value);
Part of EGL_VERSION_1_X *

*/ public static void eglGetConfigAttributes(long dpy, long config, IntBuffer attributes, IntBuffer values) { if( attributes == null || values == null ) { throw new RuntimeException("arrays buffers are null"); } if( !Buffers.isDirect(attributes) || !Buffers.isDirect(values) ) { throw new RuntimeException("arrays buffers are not direct"); } if( attributes.remaining() > values.remaining() ) { throw new RuntimeException("not enough values "+values+" for attributes "+attributes); } final long __addr = _table._addressof_eglGetConfigAttrib; dispatch_eglGetConfigAttributes(dpy, config, attributes.remaining(), attributes, Buffers.getDirectBufferByteOffset(attributes), values, Buffers.getDirectBufferByteOffset(values), __addr); } private static native void dispatch_eglGetConfigAttributes(long dpy, long config, int attributeCount, Object attributes, int attributes_byte_offset, Object values, int valuesOffset, long procAddr); // ---- End CustomJavaCode .cfg declarations } // end of class EGL




© 2015 - 2024 Weber Informatics LLC | Privacy Policy