JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.egl.EGL Class Reference
Collaboration diagram for com.jogamp.opengl.egl.EGL:

Static Public Member Functions

static boolean eglChooseConfig (long dpy, IntBuffer attrib_list, PointerBuffer configs, int config_size, IntBuffer num_config)
 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_0
More...
 
static boolean eglCopyBuffers (long dpy, long surface, long target)
 Entry point to C language function: EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target)
Part of EGL_VERSION_1_0

More...
 
static long eglCreateContext (long dpy, long config, long share_context, IntBuffer attrib_list)
 Entry point to C language function: EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint * attrib_list)
Part of EGL_VERSION_1_0
More...
 
static long eglCreatePbufferSurface (long dpy, long config, IntBuffer attrib_list)
 Entry point to C language function: EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint * attrib_list)
Part of EGL_VERSION_1_0
More...
 
static long eglCreatePixmapSurface (long dpy, long config, long pixmap, IntBuffer attrib_list)
 Entry point to C language function: EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint * attrib_list)
Part of EGL_VERSION_1_0, EGL_HI_clientpixmap
Alias for: eglCreatePixmapSurfaceHI More...
 
static long eglCreateWindowSurface (long dpy, long config, long win, IntBuffer attrib_list)
 Entry point to C language function: EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint * attrib_list)
Part of EGL_VERSION_1_0
More...
 
static boolean eglDestroyContext (long dpy, long ctx)
 Entry point to C language function: EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx)
Part of EGL_VERSION_1_0

More...
 
static boolean eglDestroySurface (long dpy, long surface)
 Entry point to C language function: EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface)
Part of EGL_VERSION_1_0

More...
 
static boolean eglGetConfigAttrib (long dpy, long config, int attribute, IntBuffer value)
 Entry point to C language function: EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint * value)
Part of EGL_VERSION_1_0
More...
 
static boolean eglGetConfigs (long dpy, PointerBuffer configs, int config_size, IntBuffer num_config)
 Entry point to C language function: EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig * configs, EGLint config_size, EGLint * num_config)
Part of EGL_VERSION_1_0
More...
 
static long eglGetCurrentDisplay ()
 Entry point to C language function: EGLDisplay eglGetCurrentDisplay()
Part of EGL_VERSION_1_0

More...
 
static long eglGetCurrentSurface (int readdraw)
 Entry point to C language function: EGLSurface eglGetCurrentSurface(EGLint readdraw)
Part of EGL_VERSION_1_0

More...
 
static long eglGetDisplay (long display_id)
 Entry point to C language function: EGLDisplay eglGetDisplay(EGLNativeDisplayType display_id)
Part of EGL_VERSION_1_0

More...
 
static int eglGetError ()
 Entry point to C language function: EGLint eglGetError()
Part of EGL_VERSION_1_0

More...
 
static boolean eglInitialize (long dpy, IntBuffer major, IntBuffer minor)
 Entry point to C language function: EGLBoolean eglInitialize(EGLDisplay dpy, EGLint * major, EGLint * minor)
Part of EGL_VERSION_1_0
More...
 
static boolean eglMakeCurrent (long dpy, long draw, long read, long ctx)
 Entry point to C language function: EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx)
Part of EGL_VERSION_1_0

More...
 
static boolean eglQueryContext (long dpy, long ctx, int attribute, IntBuffer value)
 Entry point to C language function: EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint * value)
Part of EGL_VERSION_1_0
More...
 
static String eglQueryString (long dpy, int name)
 Entry point to C language function: const char * eglQueryString(EGLDisplay dpy, EGLint name)
Part of EGL_VERSION_1_0

More...
 
static boolean eglQuerySurface (long dpy, long surface, int attribute, IntBuffer value)
 Entry point to C language function: EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint * value)
Part of EGL_VERSION_1_0
More...
 
static boolean eglSwapBuffers (long dpy, long surface)
 Entry point to C language function: EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface)
Part of EGL_VERSION_1_0

More...
 
static boolean eglTerminate (long dpy)
 Entry point to C language function: EGLBoolean eglTerminate(EGLDisplay dpy)
Part of EGL_VERSION_1_0

More...
 
static boolean eglWaitGL ()
 Entry point to C language function: EGLBoolean eglWaitGL()
Part of EGL_VERSION_1_0

More...
 
static boolean eglWaitNative (int engine)
 Entry point to C language function: EGLBoolean eglWaitNative(EGLint engine)
Part of EGL_VERSION_1_0

More...
 
static boolean eglBindTexImage (long dpy, long surface, int buffer)
 Entry point to C language function: EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer)
Part of EGL_VERSION_1_1

More...
 
static boolean eglReleaseTexImage (long dpy, long surface, int buffer)
 Entry point to C language function: EGLBoolean eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer)
Part of EGL_VERSION_1_1

More...
 
static boolean eglSurfaceAttrib (long dpy, long surface, int attribute, int value)
 Entry point to C language function: EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)
Part of EGL_VERSION_1_1

More...
 
static boolean eglSwapInterval (long dpy, int interval)
 Entry point to C language function: EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval)
Part of EGL_VERSION_1_1

More...
 
static boolean eglBindAPI (int api)
 Entry point to C language function: EGLBoolean eglBindAPI(EGLenum api)
Part of EGL_VERSION_1_2

More...
 
static int eglQueryAPI ()
 Entry point to C language function: EGLenum eglQueryAPI()
Part of EGL_VERSION_1_2

More...
 
static long eglCreatePbufferFromClientBuffer (long dpy, int buftype, long buffer, long config, IntBuffer attrib_list)
 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_2
More...
 
static boolean eglReleaseThread ()
 Entry point to C language function: EGLBoolean eglReleaseThread()
Part of EGL_VERSION_1_2

More...
 
static boolean eglWaitClient ()
 Entry point to C language function: EGLBoolean eglWaitClient()
Part of EGL_VERSION_1_2

More...
 
static long eglGetCurrentContext ()
 Entry point to C language function: EGLContext eglGetCurrentContext()
Part of EGL_VERSION_1_4

More...
 
static long eglCreateSync (long dpy, int type, PointerBuffer attrib_list)
 Entry point to C language function: EGLSync eglCreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib * attrib_list)
Part of EGL_VERSION_1_5, EGL_KHR_fence_sync
Alias for: eglCreateSyncKHR More...
 
static boolean eglDestroySync (long dpy, long sync)
 Entry point to C language function: EGLBoolean eglDestroySync(EGLDisplay dpy, EGLSync sync)
Part of EGL_VERSION_1_5, EGL_KHR_fence_sync, EGL_NV_sync
Alias for: eglDestroySyncKHR, eglDestroySyncNV
More...
 
static int eglClientWaitSync (long dpy, long sync, int flags, long timeout)
 Entry point to C language function: EGLint eglClientWaitSync(EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout)
Part of EGL_VERSION_1_5, EGL_KHR_fence_sync, EGL_NV_sync
Alias for: eglClientWaitSyncKHR, eglClientWaitSyncNV
More...
 
static boolean eglGetSyncAttrib (long dpy, long sync, int attribute, PointerBuffer value)
 Entry point to C language function: EGLBoolean eglGetSyncAttrib(EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib * value)
Part of EGL_VERSION_1_5, EGL_NV_sync, EGL_KHR_fence_sync
Alias for: eglGetSyncAttribNV, eglGetSyncAttribKHR More...
 
static long eglCreateImage (long dpy, long ctx, int target, long buffer, PointerBuffer attrib_list)
 Entry point to C language function: EGLImage eglCreateImage(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib * attrib_list)
Part of EGL_VERSION_1_5, EGL_KHR_image
Alias for: eglCreateImageKHR More...
 
static boolean eglDestroyImage (long dpy, long image)
 Entry point to C language function: EGLBoolean eglDestroyImage(EGLDisplay dpy, EGLImage image)
Part of EGL_VERSION_1_5, EGL_KHR_image
Alias for: eglDestroyImageKHR
More...
 
static long eglGetPlatformDisplay (int platform, long native_display, PointerBuffer attrib_list)
 Entry point to C language function: EGLDisplay eglGetPlatformDisplay(EGLenum platform, void * native_display, const EGLAttrib * attrib_list)
Part of EGL_VERSION_1_5, EGL_EXT_platform_base
Alias for: eglGetPlatformDisplayEXT More...
 
static long eglCreatePlatformWindowSurface (long dpy, long config, long native_window, PointerBuffer attrib_list)
 Entry point to C language function: EGLSurface eglCreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void * native_window, const EGLAttrib * attrib_list)
Part of EGL_VERSION_1_5, EGL_EXT_platform_base
Alias for: eglCreatePlatformWindowSurfaceEXT More...
 
static long eglCreatePlatformPixmapSurface (long dpy, long config, long native_pixmap, PointerBuffer attrib_list)
 Entry point to C language function: EGLSurface eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void * native_pixmap, const EGLAttrib * attrib_list)
Part of EGL_VERSION_1_5, EGL_EXT_platform_base
Alias for: eglCreatePlatformPixmapSurfaceEXT More...
 
static boolean eglWaitSync (long dpy, long sync, int flags)
 Entry point to C language function: EGLBoolean eglWaitSync(EGLDisplay dpy, EGLSync sync, EGLint flags)
Part of EGL_VERSION_1_5, EGL_KHR_wait_sync
Alias for: eglWaitSyncKHR
More...
 
static void eglGetConfigAttributes (long dpy, long config, IntBuffer attributes, IntBuffer values)
 In case of an error on a particualr attribute, the attribute in the attributes-buffer is set to 0. More...
 

Static Public Attributes

static final int KHRONOS_FALSE = 0x0
 Defined as part of enum type "khronos_boolean_enum_t" with expression '0', CType: int. More...
 
static final int KHRONOS_TRUE = 0x1
 Defined as part of enum type "khronos_boolean_enum_t" with expression '1', CType: int. More...
 
static final int EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y = 0x30b6
 EGL_VERSION_1_5, EGL_KHR_gl_texture_cubemap_image
Alias for: EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR
Define "EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y" with expression '0x30B6', CType: int More...
 
static final int EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X = 0x30b4
 EGL_VERSION_1_5, EGL_KHR_gl_texture_cubemap_image
Alias for: EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X_KHR
Define "EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X" with expression '0x30B4', CType: int More...
 
static final int EGL_MULTISAMPLE_RESOLVE_DEFAULT = 0x309a
 EGL_VERSION_1_4
Define "EGL_MULTISAMPLE_RESOLVE_DEFAULT" with expression '0x309A', CType: int More...
 
static final int EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z = 0x30b8
 EGL_VERSION_1_5, EGL_KHR_gl_texture_cubemap_image
Alias for: EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_KHR
Define "EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z" with expression '0x30B8', CType: int More...
 
static final int EGL_GL_COLORSPACE = 0x309d
 EGL_VERSION_1_5, EGL_KHR_gl_colorspace
Alias for: EGL_GL_COLORSPACE_KHR
Define "EGL_GL_COLORSPACE" with expression '0x309D', CType: int More...
 
static final int EGL_BAD_CURRENT_SURFACE = 0x3007
 EGL_VERSION_1_0
Define "EGL_BAD_CURRENT_SURFACE" with expression '0x3007', CType: int More...
 
static final int EGL_BIND_TO_TEXTURE_RGB = 0x3039
 EGL_VERSION_1_1
Define "EGL_BIND_TO_TEXTURE_RGB" with expression '0x3039', CType: int More...
 
static final int EGL_TEXTURE_FORMAT = 0x3080
 EGL_VERSION_1_1
Define "EGL_TEXTURE_FORMAT" with expression '0x3080', CType: int More...
 
static final int EGL_COLOR_BUFFER_TYPE = 0x303f
 EGL_VERSION_1_2
Define "EGL_COLOR_BUFFER_TYPE" with expression '0x303F', CType: int More...
 
static final int EGL_ALPHA_FORMAT_NONPRE = 0x308b
 EGL_VERSION_1_2
Define "EGL_ALPHA_FORMAT_NONPRE" with expression '0x308B', CType: int More...
 
static final int EGL_MULTISAMPLE_RESOLVE_BOX = 0x309b
 EGL_VERSION_1_4
Define "EGL_MULTISAMPLE_RESOLVE_BOX" with expression '0x309B', CType: int More...
 
static final int EGL_SURFACE_TYPE = 0x3033
 EGL_VERSION_1_0
Define "EGL_SURFACE_TYPE" with expression '0x3033', CType: int More...
 
static final int EGL_CONTEXT_OPENGL_DEBUG = 0x31b0
 EGL_VERSION_1_5
Define "EGL_CONTEXT_OPENGL_DEBUG" with expression '0x31B0', CType: int More...
 
static final int EGL_TRANSPARENT_TYPE = 0x3034
 EGL_VERSION_1_0
Define "EGL_TRANSPARENT_TYPE" with expression '0x3034', CType: int More...
 
static final int EGL_BACK_BUFFER = 0x3084
 EGL_VERSION_1_1
Define "EGL_BACK_BUFFER" with expression '0x3084', CType: int More...
 
static final int EGL_LUMINANCE_SIZE = 0x303d
 EGL_VERSION_1_2
Define "EGL_LUMINANCE_SIZE" with expression '0x303D', CType: int More...
 
static final int EGL_MIN_SWAP_INTERVAL = 0x303b
 EGL_VERSION_1_1
Define "EGL_MIN_SWAP_INTERVAL" with expression '0x303B', CType: int More...
 
static final int EGL_CONTEXT_LOST = 0x300e
 EGL_VERSION_1_1
Define "EGL_CONTEXT_LOST" with expression '0x300E', CType: int More...
 
static final int EGL_VG_ALPHA_FORMAT = 0x3088
 EGL_VERSION_1_3
Define "EGL_VG_ALPHA_FORMAT" with expression '0x3088', CType: int More...
 
static final int EGL_SYNC_CL_EVENT_COMPLETE = 0x30ff
 EGL_VERSION_1_5, EGL_KHR_cl_event
Alias for: EGL_SYNC_CL_EVENT_COMPLETE_KHR
Define "EGL_SYNC_CL_EVENT_COMPLETE" with expression '0x30FF', CType: int More...
 
static final int EGL_VG_ALPHA_FORMAT_NONPRE = 0x308b
 EGL_VERSION_1_3
Define "EGL_VG_ALPHA_FORMAT_NONPRE" with expression '0x308B', CType: int More...
 
static final int EGL_SAMPLE_BUFFERS = 0x3032
 EGL_VERSION_1_0
Define "EGL_SAMPLE_BUFFERS" with expression '0x3032', CType: int More...
 
static final int EGL_TRANSPARENT_BLUE_VALUE = 0x3035
 EGL_VERSION_1_0
Define "EGL_TRANSPARENT_BLUE_VALUE" with expression '0x3035', CType: int More...
 
static final int EGL_ALPHA_MASK_SIZE = 0x303e
 EGL_VERSION_1_2
Define "EGL_ALPHA_MASK_SIZE" with expression '0x303E', CType: int More...
 
static final int EGL_NO_RESET_NOTIFICATION = 0x31be
 EGL_VERSION_1_5, EGL_KHR_create_context, EGL_EXT_create_context_robustness
Alias for: EGL_NO_RESET_NOTIFICATION_KHR, EGL_NO_RESET_NOTIFICATION_EXT
Define "EGL_NO_RESET_NOTIFICATION" with expression '0x31BE', CType: int More...
 
static final int EGL_GL_RENDERBUFFER = 0x30b9
 EGL_VERSION_1_5, EGL_KHR_gl_renderbuffer_image
Alias for: EGL_GL_RENDERBUFFER_KHR
Define "EGL_GL_RENDERBUFFER" with expression '0x30B9', CType: int More...
 
static final int EGL_SYNC_CL_EVENT = 0x30fe
 EGL_VERSION_1_5, EGL_KHR_cl_event
Alias for: EGL_SYNC_CL_EVENT_KHR
Define "EGL_SYNC_CL_EVENT" with expression '0x30FE', CType: int More...
 
static final int EGL_TRANSPARENT_RGB = 0x3052
 EGL_VERSION_1_0
Define "EGL_TRANSPARENT_RGB" with expression '0x3052', CType: int More...
 
static final int EGL_WINDOW_BIT = 0x4
 EGL_VERSION_1_0
Define "EGL_WINDOW_BIT" with expression '0x0004', CType: int More...
 
static final int EGL_ALPHA_FORMAT = 0x3088
 EGL_VERSION_1_2
Define "EGL_ALPHA_FORMAT" with expression '0x3088', CType: int More...
 
static final int EGL_OPENGL_ES2_BIT = 0x4
 EGL_VERSION_1_3
Define "EGL_OPENGL_ES2_BIT" with expression '0x0004', CType: int More...
 
static final int EGL_BAD_DISPLAY = 0x3008
 EGL_VERSION_1_0
Define "EGL_BAD_DISPLAY" with expression '0x3008', CType: int More...
 
static final int EGL_BAD_PARAMETER = 0x300c
 EGL_VERSION_1_0
Define "EGL_BAD_PARAMETER" with expression '0x300C', CType: int More...
 
static final int EGL_BAD_CONTEXT = 0x3006
 EGL_VERSION_1_0
Define "EGL_BAD_CONTEXT" with expression '0x3006', CType: int More...
 
static final int EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE = 0x31b1
 EGL_VERSION_1_5
Define "EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE" with expression '0x31B1', CType: int More...
 
static final int EGL_MULTISAMPLE_RESOLVE = 0x3099
 EGL_VERSION_1_4
Define "EGL_MULTISAMPLE_RESOLVE" with expression '0x3099', CType: int More...
 
static final int EGL_SLOW_CONFIG = 0x3050
 EGL_VERSION_1_0
Define "EGL_SLOW_CONFIG" with expression '0x3050', CType: int More...
 
static final int EGL_FALSE = 0x0
 EGL_VERSION_1_0
Define "EGL_FALSE" with expression '0', CType: int More...
 
static final int EGL_SINGLE_BUFFER = 0x3085
 EGL_VERSION_1_2
Define "EGL_SINGLE_BUFFER" with expression '0x3085', CType: int More...
 
static final int EGL_MULTISAMPLE_RESOLVE_BOX_BIT = 0x200
 EGL_VERSION_1_4
Define "EGL_MULTISAMPLE_RESOLVE_BOX_BIT" with expression '0x0200', CType: int More...
 
static final int EGL_COLORSPACE_LINEAR = 0x308a
 EGL_VERSION_1_2
Define "EGL_COLORSPACE_LINEAR" with expression '0x308A', CType: int More...
 
static final int EGL_EXTENSIONS = 0x3055
 EGL_VERSION_1_0
Define "EGL_EXTENSIONS" with expression '0x3055', CType: int More...
 
static final int EGL_ALPHA_FORMAT_PRE = 0x308c
 EGL_VERSION_1_2
Define "EGL_ALPHA_FORMAT_PRE" with expression '0x308C', CType: int More...
 
static final int EGL_CONFORMANT = 0x3042
 EGL_VERSION_1_3, EGL_KHR_config_attribs
Alias for: EGL_CONFORMANT_KHR
Define "EGL_CONFORMANT" with expression '0x3042', CType: int More...
 
static final int EGL_SIGNALED = 0x30f2
 EGL_VERSION_1_5, EGL_NV_sync, EGL_KHR_reusable_sync
Alias for: EGL_SIGNALED_NV, EGL_SIGNALED_KHR
Define "EGL_SIGNALED" with expression '0x30F2', CType: int More...
 
static final int EGL_SAMPLES = 0x3031
 EGL_VERSION_1_0
Define "EGL_SAMPLES" with expression '0x3031', CType: int More...
 
static final int EGL_LUMINANCE_BUFFER = 0x308f
 EGL_VERSION_1_2
Define "EGL_LUMINANCE_BUFFER" with expression '0x308F', CType: int More...
 
static final int EGL_LOSE_CONTEXT_ON_RESET = 0x31bf
 EGL_VERSION_1_5, EGL_KHR_create_context, EGL_EXT_create_context_robustness
Alias for: EGL_LOSE_CONTEXT_ON_RESET_KHR, EGL_LOSE_CONTEXT_ON_RESET_EXT
Define "EGL_LOSE_CONTEXT_ON_RESET" with expression '0x31BF', CType: int More...
 
static final int EGL_VG_COLORSPACE_LINEAR_BIT = 0x20
 EGL_VERSION_1_3, EGL_KHR_config_attribs
Alias for: EGL_VG_COLORSPACE_LINEAR_BIT_KHR
Define "EGL_VG_COLORSPACE_LINEAR_BIT" with expression '0x0020', CType: int More...
 
static final int EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X = 0x30b3
 EGL_VERSION_1_5, EGL_KHR_gl_texture_cubemap_image
Alias for: EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X_KHR
Define "EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X" with expression '0x30B3', CType: int More...
 
static final int EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y = 0x30b5
 EGL_VERSION_1_5, EGL_KHR_gl_texture_cubemap_image
Alias for: EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y_KHR
Define "EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y" with expression '0x30B5', CType: int More...
 
static final int EGL_DEPTH_SIZE = 0x3025
 EGL_VERSION_1_0
Define "EGL_DEPTH_SIZE" with expression '0x3025', CType: int More...
 
static final int EGL_MAX_PBUFFER_HEIGHT = 0x302a
 EGL_VERSION_1_0
Define "EGL_MAX_PBUFFER_HEIGHT" with expression '0x302A', CType: int More...
 
static final int EGL_BAD_CONFIG = 0x3005
 EGL_VERSION_1_0
Define "EGL_BAD_CONFIG" with expression '0x3005', CType: int More...
 
static final int EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z = 0x30b7
 EGL_VERSION_1_5, EGL_KHR_gl_texture_cubemap_image
Alias for: EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z_KHR
Define "EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z" with expression '0x30B7', CType: int More...
 
static final int EGL_GL_TEXTURE_ZOFFSET = 0x30bd
 EGL_VERSION_1_5, EGL_KHR_gl_texture_3D_image
Alias for: EGL_GL_TEXTURE_ZOFFSET_KHR
Define "EGL_GL_TEXTURE_ZOFFSET" with expression '0x30BD', CType: int More...
 
static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098
 EGL_VERSION_1_3
Define "EGL_CONTEXT_CLIENT_VERSION" with expression '0x3098', CType: int More...
 
static final int EGL_SWAP_BEHAVIOR_PRESERVED_BIT = 0x400
 EGL_VERSION_1_4
Define "EGL_SWAP_BEHAVIOR_PRESERVED_BIT" with expression '0x0400', CType: int More...
 
static final int EGL_SWAP_BEHAVIOR = 0x3093
 EGL_VERSION_1_2
Define "EGL_SWAP_BEHAVIOR" with expression '0x3093', CType: int More...
 
static final int EGL_CONDITION_SATISFIED = 0x30f6
 EGL_VERSION_1_5, EGL_NV_sync, EGL_KHR_reusable_sync
Alias for: EGL_CONDITION_SATISFIED_NV, EGL_CONDITION_SATISFIED_KHR
Define "EGL_CONDITION_SATISFIED" with expression '0x30F6', CType: int More...
 
static final int EGL_MIPMAP_TEXTURE = 0x3082
 EGL_VERSION_1_1
Define "EGL_MIPMAP_TEXTURE" with expression '0x3082', CType: int More...
 
static final int EGL_WIDTH = 0x3057
 EGL_VERSION_1_0
Define "EGL_WIDTH" with expression '0x3057', CType: int More...
 
static final int EGL_CL_EVENT_HANDLE = 0x309c
 EGL_VERSION_1_5, EGL_KHR_cl_event
Alias for: EGL_CL_EVENT_HANDLE_KHR
Define "EGL_CL_EVENT_HANDLE" with expression '0x309C', CType: int More...
 
static final int EGL_READ = 0x305a
 EGL_VERSION_1_0
Define "EGL_READ" with expression '0x305A', CType: int More...
 
static final int EGL_SYNC_TYPE = 0x30f7
 EGL_VERSION_1_5, EGL_NV_sync, EGL_KHR_reusable_sync
Alias for: EGL_SYNC_TYPE_NV, EGL_SYNC_TYPE_KHR
Define "EGL_SYNC_TYPE" with expression '0x30F7', CType: int More...
 
static final int EGL_RENDER_BUFFER = 0x3086
 EGL_VERSION_1_2
Define "EGL_RENDER_BUFFER" with expression '0x3086', CType: int More...
 
static final int EGL_TRUE = 0x1
 EGL_VERSION_1_0
Define "EGL_TRUE" with expression '1', CType: int More...
 
static final int EGL_BUFFER_PRESERVED = 0x3094
 EGL_VERSION_1_2
Define "EGL_BUFFER_PRESERVED" with expression '0x3094', CType: int More...
 
static final int EGL_OPENGL_ES3_BIT = 0x40
 EGL_VERSION_1_5, EGL_KHR_create_context
Alias for: EGL_OPENGL_ES3_BIT_KHR
Define "EGL_OPENGL_ES3_BIT" with expression '0x00000040', CType: int More...
 
static final int EGL_MATCH_NATIVE_PIXMAP = 0x3041
 EGL_VERSION_1_3
Define "EGL_MATCH_NATIVE_PIXMAP" with expression '0x3041', CType: int More...
 
static final int EGL_BUFFER_DESTROYED = 0x3095
 EGL_VERSION_1_2
Define "EGL_BUFFER_DESTROYED" with expression '0x3095', CType: int More...
 
static final int EGL_GL_COLORSPACE_LINEAR = 0x308a
 EGL_VERSION_1_5, EGL_KHR_gl_colorspace
Alias for: EGL_GL_COLORSPACE_LINEAR_KHR
Define "EGL_GL_COLORSPACE_LINEAR" with expression '0x308A', CType: int More...
 
static final int EGL_COLORSPACE = 0x3087
 EGL_VERSION_1_2
Define "EGL_COLORSPACE" with expression '0x3087', CType: int More...
 
static final int EGL_PBUFFER_BIT = 0x1
 EGL_VERSION_1_0
Define "EGL_PBUFFER_BIT" with expression '0x0001', CType: int More...
 
static final int EGL_LEVEL = 0x3029
 EGL_VERSION_1_0
Define "EGL_LEVEL" with expression '0x3029', CType: int More...
 
static final int EGL_UNSIGNALED = 0x30f3
 EGL_VERSION_1_5, EGL_KHR_reusable_sync, EGL_NV_sync
Alias for: EGL_UNSIGNALED_KHR, EGL_UNSIGNALED_NV
Define "EGL_UNSIGNALED" with expression '0x30F3', CType: int More...
 
static final int EGL_CONTEXT_OPENGL_PROFILE_MASK = 0x30fd
 EGL_VERSION_1_5, EGL_KHR_create_context
Alias for: EGL_CONTEXT_OPENGL_PROFILE_MASK_KHR
Define "EGL_CONTEXT_OPENGL_PROFILE_MASK" with expression '0x30FD', CType: int More...
 
static final int EGL_STENCIL_SIZE = 0x3026
 EGL_VERSION_1_0
Define "EGL_STENCIL_SIZE" with expression '0x3026', CType: int More...
 
static final int EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY = 0x31bd
 EGL_VERSION_1_5, EGL_KHR_create_context, EGL_EXT_create_context_robustness
Alias for: EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_KHR, EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_EXT
Define "EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY" with expression '0x31BD', CType: int More...
 
static final int EGL_GREEN_SIZE = 0x3023
 EGL_VERSION_1_0
Define "EGL_GREEN_SIZE" with expression '0x3023', CType: int More...
 
static final int EGL_TEXTURE_2D = 0x305f
 EGL_VERSION_1_1
Define "EGL_TEXTURE_2D" with expression '0x305F', CType: int More...
 
static final int EGL_BAD_ACCESS = 0x3002
 EGL_VERSION_1_0
Define "EGL_BAD_ACCESS" with expression '0x3002', CType: int More...
 
static final int EGL_DISPLAY_SCALING = 0x2710
 EGL_VERSION_1_2
Define "EGL_DISPLAY_SCALING" with expression '10000', CType: int More...
 
static final int EGL_BAD_SURFACE = 0x300d
 EGL_VERSION_1_0
Define "EGL_BAD_SURFACE" with expression '0x300D', CType: int More...
 
static final int EGL_MIPMAP_LEVEL = 0x3083
 EGL_VERSION_1_1
Define "EGL_MIPMAP_LEVEL" with expression '0x3083', CType: int More...
 
static final int EGL_BLUE_SIZE = 0x3022
 EGL_VERSION_1_0
Define "EGL_BLUE_SIZE" with expression '0x3022', CType: int More...
 
static final int EGL_BAD_ATTRIBUTE = 0x3004
 EGL_VERSION_1_0
Define "EGL_BAD_ATTRIBUTE" with expression '0x3004', CType: int More...
 
static final int EGL_CONTEXT_MAJOR_VERSION = 0x3098
 EGL_VERSION_1_5, EGL_KHR_create_context
Alias for: EGL_CONTEXT_MAJOR_VERSION_KHR
Define "EGL_CONTEXT_MAJOR_VERSION" with expression '0x3098', CType: int More...
 
static final int EGL_SYNC_STATUS = 0x30f1
 EGL_VERSION_1_5, EGL_NV_sync, EGL_KHR_reusable_sync
Alias for: EGL_SYNC_STATUS_NV, EGL_SYNC_STATUS_KHR
Define "EGL_SYNC_STATUS" with expression '0x30F1', CType: int More...
 
static final int EGL_OPENGL_ES_API = 0x30a0
 EGL_VERSION_1_2
Define "EGL_OPENGL_ES_API" with expression '0x30A0', CType: int More...
 
static final int EGL_CONTEXT_CLIENT_TYPE = 0x3097
 EGL_VERSION_1_2
Define "EGL_CONTEXT_CLIENT_TYPE" with expression '0x3097', CType: int More...
 
static final int EGL_BAD_NATIVE_PIXMAP = 0x300a
 EGL_VERSION_1_0
Define "EGL_BAD_NATIVE_PIXMAP" with expression '0x300A', CType: int More...
 
static final int EGL_TIMEOUT_EXPIRED = 0x30f5
 EGL_VERSION_1_5, EGL_KHR_reusable_sync, EGL_NV_sync
Alias for: EGL_TIMEOUT_EXPIRED_KHR, EGL_TIMEOUT_EXPIRED_NV
Define "EGL_TIMEOUT_EXPIRED" with expression '0x30F5', CType: int More...
 
static final int EGL_SYNC_FLUSH_COMMANDS_BIT = 0x1
 EGL_VERSION_1_5, EGL_NV_sync, EGL_KHR_reusable_sync
Alias for: EGL_SYNC_FLUSH_COMMANDS_BIT_NV, EGL_SYNC_FLUSH_COMMANDS_BIT_KHR
Define "EGL_SYNC_FLUSH_COMMANDS_BIT" with expression '0x0001', CType: int More...
 
static final int EGL_GL_COLORSPACE_SRGB = 0x3089
 EGL_VERSION_1_5, EGL_KHR_gl_colorspace
Alias for: EGL_GL_COLORSPACE_SRGB_KHR
Define "EGL_GL_COLORSPACE_SRGB" with expression '0x3089', CType: int More...
 
static final int EGL_VERTICAL_RESOLUTION = 0x3091
 EGL_VERSION_1_2
Define "EGL_VERTICAL_RESOLUTION" with expression '0x3091', CType: int More...
 
static final int EGL_VG_COLORSPACE = 0x3087
 EGL_VERSION_1_3
Define "EGL_VG_COLORSPACE" with expression '0x3087', CType: int More...
 
static final int EGL_VG_COLORSPACE_LINEAR = 0x308a
 EGL_VERSION_1_3
Define "EGL_VG_COLORSPACE_LINEAR" with expression '0x308A', CType: int More...
 
static final int EGL_CONFIG_CAVEAT = 0x3027
 EGL_VERSION_1_0
Define "EGL_CONFIG_CAVEAT" with expression '0x3027', CType: int More...
 
static final int EGL_PIXEL_ASPECT_RATIO = 0x3092
 EGL_VERSION_1_2
Define "EGL_PIXEL_ASPECT_RATIO" with expression '0x3092', CType: int More...
 
static final int EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT = 0x1
 EGL_VERSION_1_5, EGL_KHR_create_context
Alias for: EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR
Define "EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT" with expression '0x00000001', CType: int More...
 
static final int EGL_TEXTURE_TARGET = 0x3081
 EGL_VERSION_1_1
Define "EGL_TEXTURE_TARGET" with expression '0x3081', CType: int More...
 
static final int EGL_CLIENT_APIS = 0x308d
 EGL_VERSION_1_2
Define "EGL_CLIENT_APIS" with expression '0x308D', CType: int More...
 
static final int EGL_VG_ALPHA_FORMAT_PRE = 0x308c
 EGL_VERSION_1_3
Define "EGL_VG_ALPHA_FORMAT_PRE" with expression '0x308C', CType: int More...
 
static final int EGL_BIND_TO_TEXTURE_RGBA = 0x303a
 EGL_VERSION_1_1
Define "EGL_BIND_TO_TEXTURE_RGBA" with expression '0x303A', CType: int More...
 
static final int EGL_NATIVE_VISUAL_TYPE = 0x302f
 EGL_VERSION_1_0
Define "EGL_NATIVE_VISUAL_TYPE" with expression '0x302F', CType: int More...
 
static final int EGL_BAD_MATCH = 0x3009
 EGL_VERSION_1_0
Define "EGL_BAD_MATCH" with expression '0x3009', CType: int More...
 
static final int EGL_NON_CONFORMANT_CONFIG = 0x3051
 EGL_VERSION_1_0
Define "EGL_NON_CONFORMANT_CONFIG" with expression '0x3051', CType: int More...
 
static final int EGL_TEXTURE_RGB = 0x305d
 EGL_VERSION_1_1
Define "EGL_TEXTURE_RGB" with expression '0x305D', CType: int More...
 
static final int EGL_RGB_BUFFER = 0x308e
 EGL_VERSION_1_2
Define "EGL_RGB_BUFFER" with expression '0x308E', CType: int More...
 
static final int EGL_CONTEXT_MINOR_VERSION = 0x30fb
 EGL_VERSION_1_5, EGL_KHR_create_context
Alias for: EGL_CONTEXT_MINOR_VERSION_KHR
Define "EGL_CONTEXT_MINOR_VERSION" with expression '0x30FB', CType: int More...
 
static final int EGL_HORIZONTAL_RESOLUTION = 0x3090
 EGL_VERSION_1_2
Define "EGL_HORIZONTAL_RESOLUTION" with expression '0x3090', CType: int More...
 
static final int EGL_SYNC_PRIOR_COMMANDS_COMPLETE = 0x30f0
 EGL_VERSION_1_5, EGL_KHR_fence_sync, EGL_NV_sync
Alias for: EGL_SYNC_PRIOR_COMMANDS_COMPLETE_KHR, EGL_SYNC_PRIOR_COMMANDS_COMPLETE_NV
Define "EGL_SYNC_PRIOR_COMMANDS_COMPLETE" with expression '0x30F0', CType: int More...
 
static final int EGL_SYNC_FENCE = 0x30f9
 EGL_VERSION_1_5, EGL_NV_sync, EGL_KHR_fence_sync
Alias for: EGL_SYNC_FENCE_NV, EGL_SYNC_FENCE_KHR
Define "EGL_SYNC_FENCE" with expression '0x30F9', CType: int More...
 
static final int EGL_BAD_ALLOC = 0x3003
 EGL_VERSION_1_0
Define "EGL_BAD_ALLOC" with expression '0x3003', CType: int More...
 
static final int EGL_OPENGL_ES_BIT = 0x1
 EGL_VERSION_1_2
Define "EGL_OPENGL_ES_BIT" with expression '0x0001', CType: int More...
 
static final int EGL_NATIVE_VISUAL_ID = 0x302e
 EGL_VERSION_1_0
Define "EGL_NATIVE_VISUAL_ID" with expression '0x302E', CType: int More...
 
static final int EGL_MAX_PBUFFER_PIXELS = 0x302b
 EGL_VERSION_1_0
Define "EGL_MAX_PBUFFER_PIXELS" with expression '0x302B', CType: int More...
 
static final int EGL_MAX_SWAP_INTERVAL = 0x303c
 EGL_VERSION_1_1
Define "EGL_MAX_SWAP_INTERVAL" with expression '0x303C', CType: int More...
 
static final int EGL_BUFFER_SIZE = 0x3020
 EGL_VERSION_1_0
Define "EGL_BUFFER_SIZE" with expression '0x3020', CType: int More...
 
static final int EGL_NATIVE_RENDERABLE = 0x302d
 EGL_VERSION_1_0
Define "EGL_NATIVE_RENDERABLE" with expression '0x302D', CType: int More...
 
static final int EGL_VERSION = 0x3054
 EGL_VERSION_1_0
Define "EGL_VERSION" with expression '0x3054', CType: int More...
 
static final int EGL_CONFIG_ID = 0x3028
 EGL_VERSION_1_0
Define "EGL_CONFIG_ID" with expression '0x3028', CType: int More...
 
static final int EGL_LARGEST_PBUFFER = 0x3058
 EGL_VERSION_1_0
Define "EGL_LARGEST_PBUFFER" with expression '0x3058', CType: int More...
 
static final int EGL_TRANSPARENT_GREEN_VALUE = 0x3036
 EGL_VERSION_1_0
Define "EGL_TRANSPARENT_GREEN_VALUE" with expression '0x3036', CType: int More...
 
static final int EGL_MAX_PBUFFER_WIDTH = 0x302c
 EGL_VERSION_1_0
Define "EGL_MAX_PBUFFER_WIDTH" with expression '0x302C', CType: int More...
 
static final int EGL_HEIGHT = 0x3056
 EGL_VERSION_1_0
Define "EGL_HEIGHT" with expression '0x3056', CType: int More...
 
static final int EGL_TRANSPARENT_RED_VALUE = 0x3037
 EGL_VERSION_1_0
Define "EGL_TRANSPARENT_RED_VALUE" with expression '0x3037', CType: int More...
 
static final int EGL_TEXTURE_RGBA = 0x305e
 EGL_VERSION_1_1
Define "EGL_TEXTURE_RGBA" with expression '0x305E', CType: int More...
 
static final int EGL_ALPHA_SIZE = 0x3021
 EGL_VERSION_1_0
Define "EGL_ALPHA_SIZE" with expression '0x3021', CType: int More...
 
static final int EGL_SYNC_CONDITION = 0x30f8
 EGL_VERSION_1_5, EGL_KHR_fence_sync, EGL_NV_sync
Alias for: EGL_SYNC_CONDITION_KHR, EGL_SYNC_CONDITION_NV
Define "EGL_SYNC_CONDITION" with expression '0x30F8', CType: int More...
 
static final int EGL_IMAGE_PRESERVED = 0x30d2
 EGL_VERSION_1_5, EGL_KHR_image_base
Alias for: EGL_IMAGE_PRESERVED_KHR
Define "EGL_IMAGE_PRESERVED" with expression '0x30D2', CType: int More...
 
static final int EGL_GL_TEXTURE_2D = 0x30b1
 EGL_VERSION_1_5, EGL_KHR_gl_texture_2D_image
Alias for: EGL_GL_TEXTURE_2D_KHR
Define "EGL_GL_TEXTURE_2D" with expression '0x30B1', CType: int More...
 
static final int EGL_BAD_NATIVE_WINDOW = 0x300b
 EGL_VERSION_1_0
Define "EGL_BAD_NATIVE_WINDOW" with expression '0x300B', CType: int More...
 
static final int EGL_PIXMAP_BIT = 0x2
 EGL_VERSION_1_0
Define "EGL_PIXMAP_BIT" with expression '0x0002', CType: int More...
 
static final int EGL_COLORSPACE_sRGB = 0x3089
 EGL_VERSION_1_2
Define "EGL_COLORSPACE_sRGB" with expression '0x3089', CType: int More...
 
static final int EGL_VG_ALPHA_FORMAT_PRE_BIT = 0x40
 EGL_VERSION_1_3, EGL_KHR_config_attribs
Alias for: EGL_VG_ALPHA_FORMAT_PRE_BIT_KHR
Define "EGL_VG_ALPHA_FORMAT_PRE_BIT" with expression '0x0040', CType: int More...
 
static final int EGL_OPENVG_API = 0x30a1
 EGL_VERSION_1_2
Define "EGL_OPENVG_API" with expression '0x30A1', CType: int More...
 
static final int EGL_NOT_INITIALIZED = 0x3001
 EGL_VERSION_1_0
Define "EGL_NOT_INITIALIZED" with expression '0x3001', CType: int More...
 
static final int EGL_VG_COLORSPACE_sRGB = 0x3089
 EGL_VERSION_1_3
Define "EGL_VG_COLORSPACE_sRGB" with expression '0x3089', CType: int More...
 
static final int EGL_RED_SIZE = 0x3024
 EGL_VERSION_1_0
Define "EGL_RED_SIZE" with expression '0x3024', CType: int More...
 
static final int EGL_NO_TEXTURE = 0x305c
 EGL_VERSION_1_1
Define "EGL_NO_TEXTURE" with expression '0x305C', CType: int More...
 
static final int EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT = 0x2
 EGL_VERSION_1_5, EGL_KHR_create_context
Alias for: EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT_KHR
Define "EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT" with expression '0x00000002', CType: int More...
 
static final int EGL_OPENVG_BIT = 0x2
 EGL_VERSION_1_2
Define "EGL_OPENVG_BIT" with expression '0x0002', CType: int More...
 
static final int EGL_SUCCESS = 0x3000
 EGL_VERSION_1_0
Define "EGL_SUCCESS" with expression '0x3000', CType: int More...
 
static final int EGL_CONTEXT_OPENGL_ROBUST_ACCESS = 0x31b2
 EGL_VERSION_1_5, EGL_EXT_create_context_robustness
Alias for: EGL_CONTEXT_OPENGL_ROBUST_ACCESS_EXT
Define "EGL_CONTEXT_OPENGL_ROBUST_ACCESS" with expression '0x31B2', CType: int More...
 
static final int EGL_DRAW = 0x3059
 EGL_VERSION_1_0
Define "EGL_DRAW" with expression '0x3059', CType: int More...
 
static final int EGL_CORE_NATIVE_ENGINE = 0x305b
 EGL_VERSION_1_0
Define "EGL_CORE_NATIVE_ENGINE" with expression '0x305B', CType: int More...
 
static final int EGL_OPENGL_BIT = 0x8
 EGL_VERSION_1_4
Define "EGL_OPENGL_BIT" with expression '0x0008', CType: int More...
 
static final int EGL_GL_TEXTURE_3D = 0x30b2
 EGL_VERSION_1_5, EGL_KHR_gl_texture_3D_image
Alias for: EGL_GL_TEXTURE_3D_KHR
Define "EGL_GL_TEXTURE_3D" with expression '0x30B2', CType: int More...
 
static final int EGL_NONE = 0x3038
 EGL_VERSION_1_0
Define "EGL_NONE" with expression '0x3038', CType: int More...
 
static final int EGL_OPENVG_IMAGE = 0x3096
 EGL_VERSION_1_2
Define "EGL_OPENVG_IMAGE" with expression '0x3096', CType: int More...
 
static final int EGL_RENDERABLE_TYPE = 0x3040
 EGL_VERSION_1_2
Define "EGL_RENDERABLE_TYPE" with expression '0x3040', CType: int More...
 
static final int EGL_VENDOR = 0x3053
 EGL_VERSION_1_0
Define "EGL_VENDOR" with expression '0x3053', CType: int More...
 
static final int EGL_GL_TEXTURE_LEVEL = 0x30bc
 EGL_VERSION_1_5, EGL_KHR_gl_texture_2D_image
Alias for: EGL_GL_TEXTURE_LEVEL_KHR
Define "EGL_GL_TEXTURE_LEVEL" with expression '0x30BC', CType: int More...
 
static final int EGL_OPENGL_API = 0x30a2
 EGL_VERSION_1_4
Define "EGL_OPENGL_API" with expression '0x30A2', CType: int More...
 
static final long KHRONOS_BOOLEAN_ENUM_FORCE_SIZE = 0x7fffffff
 Defined as part of enum type "khronos_boolean_enum_t" - CType: int. More...
 
static final long EGL_DEFAULT_DISPLAY = 0
 
static final long EGL_NO_CONTEXT = 0
 
static final long EGL_NO_DISPLAY = 0
 
static final long EGL_NO_SURFACE = 0
 
static final int EGL_DONT_CARE = -1
 
static final int EGL_UNKNOWN = -1
 

Static Protected Member Functions

static boolean resetProcAddressTable (DynamicLookupHelper lookup)
 

Detailed Description

Definition at line 22 of file EGL.java.

Member Function Documentation

◆ eglBindAPI()

static boolean com.jogamp.opengl.egl.EGL.eglBindAPI ( int  api)
static

Entry point to C language function: EGLBoolean eglBindAPI(EGLenum api)
Part of EGL_VERSION_1_2

Definition at line 790 of file EGL.java.

◆ eglBindTexImage()

static boolean com.jogamp.opengl.egl.EGL.eglBindTexImage ( long  dpy,
long  surface,
int  buffer 
)
static

Entry point to C language function: EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer)
Part of EGL_VERSION_1_1

Definition at line 738 of file EGL.java.

◆ eglChooseConfig()

static boolean com.jogamp.opengl.egl.EGL.eglChooseConfig ( long  dpy,
IntBuffer  attrib_list,
PointerBuffer  configs,
int  config_size,
IntBuffer  num_config 
)
static

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_0

Parameters
attrib_lista direct only java.nio.IntBuffer
configsa direct only com.jogamp.common.nio.PointerBuffer
num_configa direct only java.nio.IntBuffer

Definition at line 386 of file EGL.java.

◆ eglClientWaitSync()

static int com.jogamp.opengl.egl.EGL.eglClientWaitSync ( long  dpy,
long  sync,
int  flags,
long  timeout 
)
static

Entry point to C language function: EGLint eglClientWaitSync(EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout)
Part of EGL_VERSION_1_5, EGL_KHR_fence_sync, EGL_NV_sync
Alias for: eglClientWaitSyncKHR, eglClientWaitSyncNV

Definition at line 902 of file EGL.java.

◆ eglCopyBuffers()

static boolean com.jogamp.opengl.egl.EGL.eglCopyBuffers ( long  dpy,
long  surface,
long  target 
)
static

Entry point to C language function: EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target)
Part of EGL_VERSION_1_0

Definition at line 408 of file EGL.java.

◆ eglCreateContext()

static long com.jogamp.opengl.egl.EGL.eglCreateContext ( long  dpy,
long  config,
long  share_context,
IntBuffer  attrib_list 
)
static

Entry point to C language function: EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint * attrib_list)
Part of EGL_VERSION_1_0

Parameters
attrib_lista direct only java.nio.IntBuffer

Definition at line 422 of file EGL.java.

◆ eglCreateImage()

static long com.jogamp.opengl.egl.EGL.eglCreateImage ( long  dpy,
long  ctx,
int  target,
long  buffer,
PointerBuffer  attrib_list 
)
static

Entry point to C language function: EGLImage eglCreateImage(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib * attrib_list)
Part of EGL_VERSION_1_5, EGL_KHR_image
Alias for: eglCreateImageKHR

Parameters
attrib_lista direct only com.jogamp.common.nio.PointerBuffer

Definition at line 933 of file EGL.java.

◆ eglCreatePbufferFromClientBuffer()

static long com.jogamp.opengl.egl.EGL.eglCreatePbufferFromClientBuffer ( long  dpy,
int  buftype,
long  buffer,
long  config,
IntBuffer  attrib_list 
)
static

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_2

Parameters
attrib_lista direct only java.nio.IntBuffer

Definition at line 817 of file EGL.java.

◆ eglCreatePbufferSurface()

static long com.jogamp.opengl.egl.EGL.eglCreatePbufferSurface ( long  dpy,
long  config,
IntBuffer  attrib_list 
)
static

Entry point to C language function: EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint * attrib_list)
Part of EGL_VERSION_1_0

Parameters
attrib_lista direct only java.nio.IntBuffer

Definition at line 439 of file EGL.java.

◆ eglCreatePixmapSurface()

static long com.jogamp.opengl.egl.EGL.eglCreatePixmapSurface ( long  dpy,
long  config,
long  pixmap,
IntBuffer  attrib_list 
)
static

Entry point to C language function: EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint * attrib_list)
Part of EGL_VERSION_1_0, EGL_HI_clientpixmap
Alias for: eglCreatePixmapSurfaceHI

Parameters
attrib_lista direct only java.nio.IntBuffer

Definition at line 456 of file EGL.java.

◆ eglCreatePlatformPixmapSurface()

static long com.jogamp.opengl.egl.EGL.eglCreatePlatformPixmapSurface ( long  dpy,
long  config,
long  native_pixmap,
PointerBuffer  attrib_list 
)
static

Entry point to C language function: EGLSurface eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void * native_pixmap, const EGLAttrib * attrib_list)
Part of EGL_VERSION_1_5, EGL_EXT_platform_base
Alias for: eglCreatePlatformPixmapSurfaceEXT

Parameters
attrib_lista direct only com.jogamp.common.nio.PointerBuffer

Definition at line 997 of file EGL.java.

◆ eglCreatePlatformWindowSurface()

static long com.jogamp.opengl.egl.EGL.eglCreatePlatformWindowSurface ( long  dpy,
long  config,
long  native_window,
PointerBuffer  attrib_list 
)
static

Entry point to C language function: EGLSurface eglCreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void * native_window, const EGLAttrib * attrib_list)
Part of EGL_VERSION_1_5, EGL_EXT_platform_base
Alias for: eglCreatePlatformWindowSurfaceEXT

Parameters
attrib_lista direct only com.jogamp.common.nio.PointerBuffer

Definition at line 980 of file EGL.java.

◆ eglCreateSync()

static long com.jogamp.opengl.egl.EGL.eglCreateSync ( long  dpy,
int  type,
PointerBuffer  attrib_list 
)
static

Entry point to C language function: EGLSync eglCreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib * attrib_list)
Part of EGL_VERSION_1_5, EGL_KHR_fence_sync
Alias for: eglCreateSyncKHR

Parameters
attrib_lista direct only com.jogamp.common.nio.PointerBuffer

Definition at line 873 of file EGL.java.

◆ eglCreateWindowSurface()

static long com.jogamp.opengl.egl.EGL.eglCreateWindowSurface ( long  dpy,
long  config,
long  win,
IntBuffer  attrib_list 
)
static

Entry point to C language function: EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint * attrib_list)
Part of EGL_VERSION_1_0

Parameters
attrib_lista direct only java.nio.IntBuffer

Definition at line 473 of file EGL.java.

◆ eglDestroyContext()

static boolean com.jogamp.opengl.egl.EGL.eglDestroyContext ( long  dpy,
long  ctx 
)
static

Entry point to C language function: EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx)
Part of EGL_VERSION_1_0

Definition at line 489 of file EGL.java.

◆ eglDestroyImage()

static boolean com.jogamp.opengl.egl.EGL.eglDestroyImage ( long  dpy,
long  image 
)
static

Entry point to C language function: EGLBoolean eglDestroyImage(EGLDisplay dpy, EGLImage image)
Part of EGL_VERSION_1_5, EGL_KHR_image
Alias for: eglDestroyImageKHR

Definition at line 949 of file EGL.java.

◆ eglDestroySurface()

static boolean com.jogamp.opengl.egl.EGL.eglDestroySurface ( long  dpy,
long  surface 
)
static

Entry point to C language function: EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface)
Part of EGL_VERSION_1_0

Definition at line 502 of file EGL.java.

◆ eglDestroySync()

static boolean com.jogamp.opengl.egl.EGL.eglDestroySync ( long  dpy,
long  sync 
)
static

Entry point to C language function: EGLBoolean eglDestroySync(EGLDisplay dpy, EGLSync sync)
Part of EGL_VERSION_1_5, EGL_KHR_fence_sync, EGL_NV_sync
Alias for: eglDestroySyncKHR, eglDestroySyncNV

Definition at line 889 of file EGL.java.

◆ eglGetConfigAttrib()

static boolean com.jogamp.opengl.egl.EGL.eglGetConfigAttrib ( long  dpy,
long  config,
int  attribute,
IntBuffer  value 
)
static

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

Parameters
valuea direct only java.nio.IntBuffer

Definition at line 516 of file EGL.java.

◆ eglGetConfigAttributes()

static void com.jogamp.opengl.egl.EGL.eglGetConfigAttributes ( long  dpy,
long  config,
IntBuffer  attributes,
IntBuffer  values 
)
static

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_0

Definition at line 1050 of file EGL.java.

◆ eglGetConfigs()

static boolean com.jogamp.opengl.egl.EGL.eglGetConfigs ( long  dpy,
PointerBuffer  configs,
int  config_size,
IntBuffer  num_config 
)
static

Entry point to C language function: EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig * configs, EGLint config_size, EGLint * num_config)
Part of EGL_VERSION_1_0

Parameters
configsa direct only com.jogamp.common.nio.PointerBuffer
num_configa direct only java.nio.IntBuffer

Definition at line 534 of file EGL.java.

◆ eglGetCurrentContext()

static long com.jogamp.opengl.egl.EGL.eglGetCurrentContext ( )
static

Entry point to C language function: EGLContext eglGetCurrentContext()
Part of EGL_VERSION_1_4

Definition at line 859 of file EGL.java.

◆ eglGetCurrentDisplay()

static long com.jogamp.opengl.egl.EGL.eglGetCurrentDisplay ( )
static

Entry point to C language function: EGLDisplay eglGetCurrentDisplay()
Part of EGL_VERSION_1_0

Definition at line 553 of file EGL.java.

◆ eglGetCurrentSurface()

static long com.jogamp.opengl.egl.EGL.eglGetCurrentSurface ( int  readdraw)
static

Entry point to C language function: EGLSurface eglGetCurrentSurface(EGLint readdraw)
Part of EGL_VERSION_1_0

Definition at line 566 of file EGL.java.

◆ eglGetDisplay()

static long com.jogamp.opengl.egl.EGL.eglGetDisplay ( long  display_id)
static

Entry point to C language function: EGLDisplay eglGetDisplay(EGLNativeDisplayType display_id)
Part of EGL_VERSION_1_0

Definition at line 579 of file EGL.java.

◆ eglGetError()

static int com.jogamp.opengl.egl.EGL.eglGetError ( )
static

Entry point to C language function: EGLint eglGetError()
Part of EGL_VERSION_1_0

Definition at line 592 of file EGL.java.

◆ eglGetPlatformDisplay()

static long com.jogamp.opengl.egl.EGL.eglGetPlatformDisplay ( int  platform,
long  native_display,
PointerBuffer  attrib_list 
)
static

Entry point to C language function: EGLDisplay eglGetPlatformDisplay(EGLenum platform, void * native_display, const EGLAttrib * attrib_list)
Part of EGL_VERSION_1_5, EGL_EXT_platform_base
Alias for: eglGetPlatformDisplayEXT

Parameters
attrib_lista direct only com.jogamp.common.nio.PointerBuffer

Definition at line 963 of file EGL.java.

◆ eglGetSyncAttrib()

static boolean com.jogamp.opengl.egl.EGL.eglGetSyncAttrib ( long  dpy,
long  sync,
int  attribute,
PointerBuffer  value 
)
static

Entry point to C language function: EGLBoolean eglGetSyncAttrib(EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib * value)
Part of EGL_VERSION_1_5, EGL_NV_sync, EGL_KHR_fence_sync
Alias for: eglGetSyncAttribNV, eglGetSyncAttribKHR

Parameters
valuea direct only com.jogamp.common.nio.PointerBuffer

Definition at line 916 of file EGL.java.

◆ eglInitialize()

static boolean com.jogamp.opengl.egl.EGL.eglInitialize ( long  dpy,
IntBuffer  major,
IntBuffer  minor 
)
static

Entry point to C language function: EGLBoolean eglInitialize(EGLDisplay dpy, EGLint * major, EGLint * minor)
Part of EGL_VERSION_1_0

Parameters
majora direct only java.nio.IntBuffer
minora direct only java.nio.IntBuffer

Definition at line 607 of file EGL.java.

◆ eglMakeCurrent()

static boolean com.jogamp.opengl.egl.EGL.eglMakeCurrent ( long  dpy,
long  draw,
long  read,
long  ctx 
)
static

Entry point to C language function: EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx)
Part of EGL_VERSION_1_0

Definition at line 626 of file EGL.java.

◆ eglQueryAPI()

static int com.jogamp.opengl.egl.EGL.eglQueryAPI ( )
static

Entry point to C language function: EGLenum eglQueryAPI()
Part of EGL_VERSION_1_2

Definition at line 803 of file EGL.java.

◆ eglQueryContext()

static boolean com.jogamp.opengl.egl.EGL.eglQueryContext ( long  dpy,
long  ctx,
int  attribute,
IntBuffer  value 
)
static

Entry point to C language function: EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint * value)
Part of EGL_VERSION_1_0

Parameters
valuea direct only java.nio.IntBuffer

Definition at line 640 of file EGL.java.

◆ eglQueryString()

static String com.jogamp.opengl.egl.EGL.eglQueryString ( long  dpy,
int  name 
)
static

Entry point to C language function: const char * eglQueryString(EGLDisplay dpy, EGLint name)
Part of EGL_VERSION_1_0

Definition at line 656 of file EGL.java.

◆ eglQuerySurface()

static boolean com.jogamp.opengl.egl.EGL.eglQuerySurface ( long  dpy,
long  surface,
int  attribute,
IntBuffer  value 
)
static

Entry point to C language function: EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint * value)
Part of EGL_VERSION_1_0

Parameters
valuea direct only java.nio.IntBuffer

Definition at line 670 of file EGL.java.

◆ eglReleaseTexImage()

static boolean com.jogamp.opengl.egl.EGL.eglReleaseTexImage ( long  dpy,
long  surface,
int  buffer 
)
static

Entry point to C language function: EGLBoolean eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer)
Part of EGL_VERSION_1_1

Definition at line 751 of file EGL.java.

◆ eglReleaseThread()

static boolean com.jogamp.opengl.egl.EGL.eglReleaseThread ( )
static

Entry point to C language function: EGLBoolean eglReleaseThread()
Part of EGL_VERSION_1_2

Definition at line 833 of file EGL.java.

◆ eglSurfaceAttrib()

static boolean com.jogamp.opengl.egl.EGL.eglSurfaceAttrib ( long  dpy,
long  surface,
int  attribute,
int  value 
)
static

Entry point to C language function: EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)
Part of EGL_VERSION_1_1

Definition at line 764 of file EGL.java.

◆ eglSwapBuffers()

static boolean com.jogamp.opengl.egl.EGL.eglSwapBuffers ( long  dpy,
long  surface 
)
static

Entry point to C language function: EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface)
Part of EGL_VERSION_1_0

Definition at line 686 of file EGL.java.

◆ eglSwapInterval()

static boolean com.jogamp.opengl.egl.EGL.eglSwapInterval ( long  dpy,
int  interval 
)
static

Entry point to C language function: EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval)
Part of EGL_VERSION_1_1

Definition at line 777 of file EGL.java.

◆ eglTerminate()

static boolean com.jogamp.opengl.egl.EGL.eglTerminate ( long  dpy)
static

Entry point to C language function: EGLBoolean eglTerminate(EGLDisplay dpy)
Part of EGL_VERSION_1_0

Definition at line 699 of file EGL.java.

◆ eglWaitClient()

static boolean com.jogamp.opengl.egl.EGL.eglWaitClient ( )
static

Entry point to C language function: EGLBoolean eglWaitClient()
Part of EGL_VERSION_1_2

Definition at line 846 of file EGL.java.

◆ eglWaitGL()

static boolean com.jogamp.opengl.egl.EGL.eglWaitGL ( )
static

Entry point to C language function: EGLBoolean eglWaitGL()
Part of EGL_VERSION_1_0

Definition at line 712 of file EGL.java.

◆ eglWaitNative()

static boolean com.jogamp.opengl.egl.EGL.eglWaitNative ( int  engine)
static

Entry point to C language function: EGLBoolean eglWaitNative(EGLint engine)
Part of EGL_VERSION_1_0

Definition at line 725 of file EGL.java.

◆ eglWaitSync()

static boolean com.jogamp.opengl.egl.EGL.eglWaitSync ( long  dpy,
long  sync,
int  flags 
)
static

Entry point to C language function: EGLBoolean eglWaitSync(EGLDisplay dpy, EGLSync sync, EGLint flags)
Part of EGL_VERSION_1_5, EGL_KHR_wait_sync
Alias for: eglWaitSyncKHR

Definition at line 1013 of file EGL.java.

◆ resetProcAddressTable()

static boolean com.jogamp.opengl.egl.EGL.resetProcAddressTable ( DynamicLookupHelper  lookup)
staticprotected

Definition at line 1031 of file EGL.java.

Member Data Documentation

◆ EGL_ALPHA_FORMAT

final int com.jogamp.opengl.egl.EGL.EGL_ALPHA_FORMAT = 0x3088
static

EGL_VERSION_1_2
Define "EGL_ALPHA_FORMAT" with expression '0x3088', CType: int

Definition at line 95 of file EGL.java.

◆ EGL_ALPHA_FORMAT_NONPRE

final int com.jogamp.opengl.egl.EGL.EGL_ALPHA_FORMAT_NONPRE = 0x308b
static

EGL_VERSION_1_2
Define "EGL_ALPHA_FORMAT_NONPRE" with expression '0x308B', CType: int

Definition at line 51 of file EGL.java.

◆ EGL_ALPHA_FORMAT_PRE

final int com.jogamp.opengl.egl.EGL.EGL_ALPHA_FORMAT_PRE = 0x308c
static

EGL_VERSION_1_2
Define "EGL_ALPHA_FORMAT_PRE" with expression '0x308C', CType: int

Definition at line 121 of file EGL.java.

◆ EGL_ALPHA_MASK_SIZE

final int com.jogamp.opengl.egl.EGL.EGL_ALPHA_MASK_SIZE = 0x303e
static

EGL_VERSION_1_2
Define "EGL_ALPHA_MASK_SIZE" with expression '0x303E', CType: int

Definition at line 80 of file EGL.java.

◆ EGL_ALPHA_SIZE

final int com.jogamp.opengl.egl.EGL.EGL_ALPHA_SIZE = 0x3021
static

EGL_VERSION_1_0
Define "EGL_ALPHA_SIZE" with expression '0x3021', CType: int

Definition at line 320 of file EGL.java.

◆ EGL_BACK_BUFFER

final int com.jogamp.opengl.egl.EGL.EGL_BACK_BUFFER = 0x3084
static

EGL_VERSION_1_1
Define "EGL_BACK_BUFFER" with expression '0x3084', CType: int

Definition at line 61 of file EGL.java.

◆ EGL_BAD_ACCESS

final int com.jogamp.opengl.egl.EGL.EGL_BAD_ACCESS = 0x3002
static

EGL_VERSION_1_0
Define "EGL_BAD_ACCESS" with expression '0x3002', CType: int

Definition at line 215 of file EGL.java.

◆ EGL_BAD_ALLOC

final int com.jogamp.opengl.egl.EGL.EGL_BAD_ALLOC = 0x3003
static

EGL_VERSION_1_0
Define "EGL_BAD_ALLOC" with expression '0x3003', CType: int

Definition at line 290 of file EGL.java.

◆ EGL_BAD_ATTRIBUTE

final int com.jogamp.opengl.egl.EGL.EGL_BAD_ATTRIBUTE = 0x3004
static

EGL_VERSION_1_0
Define "EGL_BAD_ATTRIBUTE" with expression '0x3004', CType: int

Definition at line 225 of file EGL.java.

◆ EGL_BAD_CONFIG

final int com.jogamp.opengl.egl.EGL.EGL_BAD_CONFIG = 0x3005
static

EGL_VERSION_1_0
Define "EGL_BAD_CONFIG" with expression '0x3005', CType: int

Definition at line 149 of file EGL.java.

◆ EGL_BAD_CONTEXT

final int com.jogamp.opengl.egl.EGL.EGL_BAD_CONTEXT = 0x3006
static

EGL_VERSION_1_0
Define "EGL_BAD_CONTEXT" with expression '0x3006', CType: int

Definition at line 103 of file EGL.java.

◆ EGL_BAD_CURRENT_SURFACE

final int com.jogamp.opengl.egl.EGL.EGL_BAD_CURRENT_SURFACE = 0x3007
static

EGL_VERSION_1_0
Define "EGL_BAD_CURRENT_SURFACE" with expression '0x3007', CType: int

Definition at line 43 of file EGL.java.

◆ EGL_BAD_DISPLAY

final int com.jogamp.opengl.egl.EGL.EGL_BAD_DISPLAY = 0x3008
static

EGL_VERSION_1_0
Define "EGL_BAD_DISPLAY" with expression '0x3008', CType: int

Definition at line 99 of file EGL.java.

◆ EGL_BAD_MATCH

final int com.jogamp.opengl.egl.EGL.EGL_BAD_MATCH = 0x3009
static

EGL_VERSION_1_0
Define "EGL_BAD_MATCH" with expression '0x3009', CType: int

Definition at line 271 of file EGL.java.

◆ EGL_BAD_NATIVE_PIXMAP

final int com.jogamp.opengl.egl.EGL.EGL_BAD_NATIVE_PIXMAP = 0x300a
static

EGL_VERSION_1_0
Define "EGL_BAD_NATIVE_PIXMAP" with expression '0x300A', CType: int

Definition at line 237 of file EGL.java.

◆ EGL_BAD_NATIVE_WINDOW

final int com.jogamp.opengl.egl.EGL.EGL_BAD_NATIVE_WINDOW = 0x300b
static

EGL_VERSION_1_0
Define "EGL_BAD_NATIVE_WINDOW" with expression '0x300B', CType: int

Definition at line 331 of file EGL.java.

◆ EGL_BAD_PARAMETER

final int com.jogamp.opengl.egl.EGL.EGL_BAD_PARAMETER = 0x300c
static

EGL_VERSION_1_0
Define "EGL_BAD_PARAMETER" with expression '0x300C', CType: int

Definition at line 101 of file EGL.java.

◆ EGL_BAD_SURFACE

final int com.jogamp.opengl.egl.EGL.EGL_BAD_SURFACE = 0x300d
static

EGL_VERSION_1_0
Define "EGL_BAD_SURFACE" with expression '0x300D', CType: int

Definition at line 219 of file EGL.java.

◆ EGL_BIND_TO_TEXTURE_RGB

final int com.jogamp.opengl.egl.EGL.EGL_BIND_TO_TEXTURE_RGB = 0x3039
static

EGL_VERSION_1_1
Define "EGL_BIND_TO_TEXTURE_RGB" with expression '0x3039', CType: int

Definition at line 45 of file EGL.java.

◆ EGL_BIND_TO_TEXTURE_RGBA

final int com.jogamp.opengl.egl.EGL.EGL_BIND_TO_TEXTURE_RGBA = 0x303a
static

EGL_VERSION_1_1
Define "EGL_BIND_TO_TEXTURE_RGBA" with expression '0x303A', CType: int

Definition at line 267 of file EGL.java.

◆ EGL_BLUE_SIZE

final int com.jogamp.opengl.egl.EGL.EGL_BLUE_SIZE = 0x3022
static

EGL_VERSION_1_0
Define "EGL_BLUE_SIZE" with expression '0x3022', CType: int

Definition at line 223 of file EGL.java.

◆ EGL_BUFFER_DESTROYED

final int com.jogamp.opengl.egl.EGL.EGL_BUFFER_DESTROYED = 0x3095
static

EGL_VERSION_1_2
Define "EGL_BUFFER_DESTROYED" with expression '0x3095', CType: int

Definition at line 189 of file EGL.java.

◆ EGL_BUFFER_PRESERVED

final int com.jogamp.opengl.egl.EGL.EGL_BUFFER_PRESERVED = 0x3094
static

EGL_VERSION_1_2
Define "EGL_BUFFER_PRESERVED" with expression '0x3094', CType: int

Definition at line 182 of file EGL.java.

◆ EGL_BUFFER_SIZE

final int com.jogamp.opengl.egl.EGL.EGL_BUFFER_SIZE = 0x3020
static

EGL_VERSION_1_0
Define "EGL_BUFFER_SIZE" with expression '0x3020', CType: int

Definition at line 300 of file EGL.java.

◆ EGL_CL_EVENT_HANDLE

final int com.jogamp.opengl.egl.EGL.EGL_CL_EVENT_HANDLE = 0x309c
static

EGL_VERSION_1_5, EGL_KHR_cl_event
Alias for: EGL_CL_EVENT_HANDLE_KHR
Define "EGL_CL_EVENT_HANDLE" with expression '0x309C', CType: int

Definition at line 171 of file EGL.java.

◆ EGL_CLIENT_APIS

final int com.jogamp.opengl.egl.EGL.EGL_CLIENT_APIS = 0x308d
static

EGL_VERSION_1_2
Define "EGL_CLIENT_APIS" with expression '0x308D', CType: int

Definition at line 263 of file EGL.java.

◆ EGL_COLOR_BUFFER_TYPE

final int com.jogamp.opengl.egl.EGL.EGL_COLOR_BUFFER_TYPE = 0x303f
static

EGL_VERSION_1_2
Define "EGL_COLOR_BUFFER_TYPE" with expression '0x303F', CType: int

Definition at line 49 of file EGL.java.

◆ EGL_COLORSPACE

final int com.jogamp.opengl.egl.EGL.EGL_COLORSPACE = 0x3087
static

EGL_VERSION_1_2
Define "EGL_COLORSPACE" with expression '0x3087', CType: int

Definition at line 194 of file EGL.java.

◆ EGL_COLORSPACE_LINEAR

final int com.jogamp.opengl.egl.EGL.EGL_COLORSPACE_LINEAR = 0x308a
static

EGL_VERSION_1_2
Define "EGL_COLORSPACE_LINEAR" with expression '0x308A', CType: int

Definition at line 117 of file EGL.java.

◆ EGL_COLORSPACE_sRGB

final int com.jogamp.opengl.egl.EGL.EGL_COLORSPACE_sRGB = 0x3089
static

EGL_VERSION_1_2
Define "EGL_COLORSPACE_sRGB" with expression '0x3089', CType: int

Definition at line 335 of file EGL.java.

◆ EGL_CONDITION_SATISFIED

final int com.jogamp.opengl.egl.EGL.EGL_CONDITION_SATISFIED = 0x30f6
static

EGL_VERSION_1_5, EGL_NV_sync, EGL_KHR_reusable_sync
Alias for: EGL_CONDITION_SATISFIED_NV, EGL_CONDITION_SATISFIED_KHR
Define "EGL_CONDITION_SATISFIED" with expression '0x30F6', CType: int

Definition at line 164 of file EGL.java.

◆ EGL_CONFIG_CAVEAT

final int com.jogamp.opengl.egl.EGL.EGL_CONFIG_CAVEAT = 0x3027
static

EGL_VERSION_1_0
Define "EGL_CONFIG_CAVEAT" with expression '0x3027', CType: int

Definition at line 254 of file EGL.java.

◆ EGL_CONFIG_ID

final int com.jogamp.opengl.egl.EGL.EGL_CONFIG_ID = 0x3028
static

EGL_VERSION_1_0
Define "EGL_CONFIG_ID" with expression '0x3028', CType: int

Definition at line 306 of file EGL.java.

◆ EGL_CONFORMANT

final int com.jogamp.opengl.egl.EGL.EGL_CONFORMANT = 0x3042
static

EGL_VERSION_1_3, EGL_KHR_config_attribs
Alias for: EGL_CONFORMANT_KHR
Define "EGL_CONFORMANT" with expression '0x3042', CType: int

Definition at line 124 of file EGL.java.

◆ EGL_CONTEXT_CLIENT_TYPE

final int com.jogamp.opengl.egl.EGL.EGL_CONTEXT_CLIENT_TYPE = 0x3097
static

EGL_VERSION_1_2
Define "EGL_CONTEXT_CLIENT_TYPE" with expression '0x3097', CType: int

Definition at line 235 of file EGL.java.

◆ EGL_CONTEXT_CLIENT_VERSION

final int com.jogamp.opengl.egl.EGL.EGL_CONTEXT_CLIENT_VERSION = 0x3098
static

EGL_VERSION_1_3
Define "EGL_CONTEXT_CLIENT_VERSION" with expression '0x3098', CType: int

Definition at line 157 of file EGL.java.

◆ EGL_CONTEXT_LOST

final int com.jogamp.opengl.egl.EGL.EGL_CONTEXT_LOST = 0x300e
static

EGL_VERSION_1_1
Define "EGL_CONTEXT_LOST" with expression '0x300E', CType: int

Definition at line 67 of file EGL.java.

◆ EGL_CONTEXT_MAJOR_VERSION

final int com.jogamp.opengl.egl.EGL.EGL_CONTEXT_MAJOR_VERSION = 0x3098
static

EGL_VERSION_1_5, EGL_KHR_create_context
Alias for: EGL_CONTEXT_MAJOR_VERSION_KHR
Define "EGL_CONTEXT_MAJOR_VERSION" with expression '0x3098', CType: int

Definition at line 228 of file EGL.java.

◆ EGL_CONTEXT_MINOR_VERSION

final int com.jogamp.opengl.egl.EGL.EGL_CONTEXT_MINOR_VERSION = 0x30fb
static

EGL_VERSION_1_5, EGL_KHR_create_context
Alias for: EGL_CONTEXT_MINOR_VERSION_KHR
Define "EGL_CONTEXT_MINOR_VERSION" with expression '0x30FB', CType: int

Definition at line 280 of file EGL.java.

◆ EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT

final int com.jogamp.opengl.egl.EGL.EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT = 0x2
static

EGL_VERSION_1_5, EGL_KHR_create_context
Alias for: EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT_KHR
Define "EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT" with expression '0x00000002', CType: int

Definition at line 351 of file EGL.java.

◆ EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT

final int com.jogamp.opengl.egl.EGL.EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT = 0x1
static

EGL_VERSION_1_5, EGL_KHR_create_context
Alias for: EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR
Define "EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT" with expression '0x00000001', CType: int

Definition at line 259 of file EGL.java.

◆ EGL_CONTEXT_OPENGL_DEBUG

final int com.jogamp.opengl.egl.EGL.EGL_CONTEXT_OPENGL_DEBUG = 0x31b0
static

EGL_VERSION_1_5
Define "EGL_CONTEXT_OPENGL_DEBUG" with expression '0x31B0', CType: int

Definition at line 57 of file EGL.java.

◆ EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE

final int com.jogamp.opengl.egl.EGL.EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE = 0x31b1
static

EGL_VERSION_1_5
Define "EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE" with expression '0x31B1', CType: int

Definition at line 105 of file EGL.java.

◆ EGL_CONTEXT_OPENGL_PROFILE_MASK

final int com.jogamp.opengl.egl.EGL.EGL_CONTEXT_OPENGL_PROFILE_MASK = 0x30fd
static

EGL_VERSION_1_5, EGL_KHR_create_context
Alias for: EGL_CONTEXT_OPENGL_PROFILE_MASK_KHR
Define "EGL_CONTEXT_OPENGL_PROFILE_MASK" with expression '0x30FD', CType: int

Definition at line 204 of file EGL.java.

◆ EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY

final int com.jogamp.opengl.egl.EGL.EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY = 0x31bd
static

EGL_VERSION_1_5, EGL_KHR_create_context, EGL_EXT_create_context_robustness
Alias for: EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_KHR, EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_EXT
Define "EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY" with expression '0x31BD', CType: int

Definition at line 209 of file EGL.java.

◆ EGL_CONTEXT_OPENGL_ROBUST_ACCESS

final int com.jogamp.opengl.egl.EGL.EGL_CONTEXT_OPENGL_ROBUST_ACCESS = 0x31b2
static

EGL_VERSION_1_5, EGL_EXT_create_context_robustness
Alias for: EGL_CONTEXT_OPENGL_ROBUST_ACCESS_EXT
Define "EGL_CONTEXT_OPENGL_ROBUST_ACCESS" with expression '0x31B2', CType: int

Definition at line 358 of file EGL.java.

◆ EGL_CORE_NATIVE_ENGINE

final int com.jogamp.opengl.egl.EGL.EGL_CORE_NATIVE_ENGINE = 0x305b
static

EGL_VERSION_1_0
Define "EGL_CORE_NATIVE_ENGINE" with expression '0x305B', CType: int

Definition at line 362 of file EGL.java.

◆ EGL_DEFAULT_DISPLAY

final long com.jogamp.opengl.egl.EGL.EGL_DEFAULT_DISPLAY = 0
static

Definition at line 1037 of file EGL.java.

◆ EGL_DEPTH_SIZE

final int com.jogamp.opengl.egl.EGL.EGL_DEPTH_SIZE = 0x3025
static

EGL_VERSION_1_0
Define "EGL_DEPTH_SIZE" with expression '0x3025', CType: int

Definition at line 145 of file EGL.java.

◆ EGL_DISPLAY_SCALING

final int com.jogamp.opengl.egl.EGL.EGL_DISPLAY_SCALING = 0x2710
static

EGL_VERSION_1_2
Define "EGL_DISPLAY_SCALING" with expression '10000', CType: int

Definition at line 217 of file EGL.java.

◆ EGL_DONT_CARE

final int com.jogamp.opengl.egl.EGL.EGL_DONT_CARE = -1
static

Definition at line 1041 of file EGL.java.

◆ EGL_DRAW

final int com.jogamp.opengl.egl.EGL.EGL_DRAW = 0x3059
static

EGL_VERSION_1_0
Define "EGL_DRAW" with expression '0x3059', CType: int

Definition at line 360 of file EGL.java.

◆ EGL_EXTENSIONS

final int com.jogamp.opengl.egl.EGL.EGL_EXTENSIONS = 0x3055
static

EGL_VERSION_1_0
Define "EGL_EXTENSIONS" with expression '0x3055', CType: int

Definition at line 119 of file EGL.java.

◆ EGL_FALSE

final int com.jogamp.opengl.egl.EGL.EGL_FALSE = 0x0
static

EGL_VERSION_1_0
Define "EGL_FALSE" with expression '0', CType: int

Definition at line 111 of file EGL.java.

◆ EGL_GL_COLORSPACE

final int com.jogamp.opengl.egl.EGL.EGL_GL_COLORSPACE = 0x309d
static

EGL_VERSION_1_5, EGL_KHR_gl_colorspace
Alias for: EGL_GL_COLORSPACE_KHR
Define "EGL_GL_COLORSPACE" with expression '0x309D', CType: int

Definition at line 41 of file EGL.java.

◆ EGL_GL_COLORSPACE_LINEAR

final int com.jogamp.opengl.egl.EGL.EGL_GL_COLORSPACE_LINEAR = 0x308a
static

EGL_VERSION_1_5, EGL_KHR_gl_colorspace
Alias for: EGL_GL_COLORSPACE_LINEAR_KHR
Define "EGL_GL_COLORSPACE_LINEAR" with expression '0x308A', CType: int

Definition at line 192 of file EGL.java.

◆ EGL_GL_COLORSPACE_SRGB

final int com.jogamp.opengl.egl.EGL.EGL_GL_COLORSPACE_SRGB = 0x3089
static

EGL_VERSION_1_5, EGL_KHR_gl_colorspace
Alias for: EGL_GL_COLORSPACE_SRGB_KHR
Define "EGL_GL_COLORSPACE_SRGB" with expression '0x3089', CType: int

Definition at line 246 of file EGL.java.

◆ EGL_GL_RENDERBUFFER

final int com.jogamp.opengl.egl.EGL.EGL_GL_RENDERBUFFER = 0x30b9
static

EGL_VERSION_1_5, EGL_KHR_gl_renderbuffer_image
Alias for: EGL_GL_RENDERBUFFER_KHR
Define "EGL_GL_RENDERBUFFER" with expression '0x30B9', CType: int

Definition at line 86 of file EGL.java.

◆ EGL_GL_TEXTURE_2D

final int com.jogamp.opengl.egl.EGL.EGL_GL_TEXTURE_2D = 0x30b1
static

EGL_VERSION_1_5, EGL_KHR_gl_texture_2D_image
Alias for: EGL_GL_TEXTURE_2D_KHR
Define "EGL_GL_TEXTURE_2D" with expression '0x30B1', CType: int

Definition at line 329 of file EGL.java.

◆ EGL_GL_TEXTURE_3D

final int com.jogamp.opengl.egl.EGL.EGL_GL_TEXTURE_3D = 0x30b2
static

EGL_VERSION_1_5, EGL_KHR_gl_texture_3D_image
Alias for: EGL_GL_TEXTURE_3D_KHR
Define "EGL_GL_TEXTURE_3D" with expression '0x30B2', CType: int

Definition at line 367 of file EGL.java.

◆ EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X

final int com.jogamp.opengl.egl.EGL.EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X = 0x30b4
static

EGL_VERSION_1_5, EGL_KHR_gl_texture_cubemap_image
Alias for: EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X_KHR
Define "EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X" with expression '0x30B4', CType: int

Definition at line 33 of file EGL.java.

◆ EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y

final int com.jogamp.opengl.egl.EGL.EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y = 0x30b6
static

EGL_VERSION_1_5, EGL_KHR_gl_texture_cubemap_image
Alias for: EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR
Define "EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y" with expression '0x30B6', CType: int

Definition at line 30 of file EGL.java.

◆ EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z

final int com.jogamp.opengl.egl.EGL.EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z = 0x30b8
static

EGL_VERSION_1_5, EGL_KHR_gl_texture_cubemap_image
Alias for: EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_KHR
Define "EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z" with expression '0x30B8', CType: int

Definition at line 38 of file EGL.java.

◆ EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X

final int com.jogamp.opengl.egl.EGL.EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X = 0x30b3
static

EGL_VERSION_1_5, EGL_KHR_gl_texture_cubemap_image
Alias for: EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X_KHR
Define "EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X" with expression '0x30B3', CType: int

Definition at line 140 of file EGL.java.

◆ EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y

final int com.jogamp.opengl.egl.EGL.EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y = 0x30b5
static

EGL_VERSION_1_5, EGL_KHR_gl_texture_cubemap_image
Alias for: EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y_KHR
Define "EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y" with expression '0x30B5', CType: int

Definition at line 143 of file EGL.java.

◆ EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z

final int com.jogamp.opengl.egl.EGL.EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z = 0x30b7
static

EGL_VERSION_1_5, EGL_KHR_gl_texture_cubemap_image
Alias for: EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z_KHR
Define "EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z" with expression '0x30B7', CType: int

Definition at line 152 of file EGL.java.

◆ EGL_GL_TEXTURE_LEVEL

final int com.jogamp.opengl.egl.EGL.EGL_GL_TEXTURE_LEVEL = 0x30bc
static

EGL_VERSION_1_5, EGL_KHR_gl_texture_2D_image
Alias for: EGL_GL_TEXTURE_LEVEL_KHR
Define "EGL_GL_TEXTURE_LEVEL" with expression '0x30BC', CType: int

Definition at line 378 of file EGL.java.

◆ EGL_GL_TEXTURE_ZOFFSET

final int com.jogamp.opengl.egl.EGL.EGL_GL_TEXTURE_ZOFFSET = 0x30bd
static

EGL_VERSION_1_5, EGL_KHR_gl_texture_3D_image
Alias for: EGL_GL_TEXTURE_ZOFFSET_KHR
Define "EGL_GL_TEXTURE_ZOFFSET" with expression '0x30BD', CType: int

Definition at line 155 of file EGL.java.

◆ EGL_GREEN_SIZE

final int com.jogamp.opengl.egl.EGL.EGL_GREEN_SIZE = 0x3023
static

EGL_VERSION_1_0
Define "EGL_GREEN_SIZE" with expression '0x3023', CType: int

Definition at line 211 of file EGL.java.

◆ EGL_HEIGHT

final int com.jogamp.opengl.egl.EGL.EGL_HEIGHT = 0x3056
static

EGL_VERSION_1_0
Define "EGL_HEIGHT" with expression '0x3056', CType: int

Definition at line 314 of file EGL.java.

◆ EGL_HORIZONTAL_RESOLUTION

final int com.jogamp.opengl.egl.EGL.EGL_HORIZONTAL_RESOLUTION = 0x3090
static

EGL_VERSION_1_2
Define "EGL_HORIZONTAL_RESOLUTION" with expression '0x3090', CType: int

Definition at line 282 of file EGL.java.

◆ EGL_IMAGE_PRESERVED

final int com.jogamp.opengl.egl.EGL.EGL_IMAGE_PRESERVED = 0x30d2
static

EGL_VERSION_1_5, EGL_KHR_image_base
Alias for: EGL_IMAGE_PRESERVED_KHR
Define "EGL_IMAGE_PRESERVED" with expression '0x30D2', CType: int

Definition at line 326 of file EGL.java.

◆ EGL_LARGEST_PBUFFER

final int com.jogamp.opengl.egl.EGL.EGL_LARGEST_PBUFFER = 0x3058
static

EGL_VERSION_1_0
Define "EGL_LARGEST_PBUFFER" with expression '0x3058', CType: int

Definition at line 308 of file EGL.java.

◆ EGL_LEVEL

final int com.jogamp.opengl.egl.EGL.EGL_LEVEL = 0x3029
static

EGL_VERSION_1_0
Define "EGL_LEVEL" with expression '0x3029', CType: int

Definition at line 198 of file EGL.java.

◆ EGL_LOSE_CONTEXT_ON_RESET

final int com.jogamp.opengl.egl.EGL.EGL_LOSE_CONTEXT_ON_RESET = 0x31bf
static

EGL_VERSION_1_5, EGL_KHR_create_context, EGL_EXT_create_context_robustness
Alias for: EGL_LOSE_CONTEXT_ON_RESET_KHR, EGL_LOSE_CONTEXT_ON_RESET_EXT
Define "EGL_LOSE_CONTEXT_ON_RESET" with expression '0x31BF', CType: int

Definition at line 134 of file EGL.java.

◆ EGL_LUMINANCE_BUFFER

final int com.jogamp.opengl.egl.EGL.EGL_LUMINANCE_BUFFER = 0x308f
static

EGL_VERSION_1_2
Define "EGL_LUMINANCE_BUFFER" with expression '0x308F', CType: int

Definition at line 131 of file EGL.java.

◆ EGL_LUMINANCE_SIZE

final int com.jogamp.opengl.egl.EGL.EGL_LUMINANCE_SIZE = 0x303d
static

EGL_VERSION_1_2
Define "EGL_LUMINANCE_SIZE" with expression '0x303D', CType: int

Definition at line 63 of file EGL.java.

◆ EGL_MATCH_NATIVE_PIXMAP

final int com.jogamp.opengl.egl.EGL.EGL_MATCH_NATIVE_PIXMAP = 0x3041
static

EGL_VERSION_1_3
Define "EGL_MATCH_NATIVE_PIXMAP" with expression '0x3041', CType: int

Definition at line 187 of file EGL.java.

◆ EGL_MAX_PBUFFER_HEIGHT

final int com.jogamp.opengl.egl.EGL.EGL_MAX_PBUFFER_HEIGHT = 0x302a
static

EGL_VERSION_1_0
Define "EGL_MAX_PBUFFER_HEIGHT" with expression '0x302A', CType: int

Definition at line 147 of file EGL.java.

◆ EGL_MAX_PBUFFER_PIXELS

final int com.jogamp.opengl.egl.EGL.EGL_MAX_PBUFFER_PIXELS = 0x302b
static

EGL_VERSION_1_0
Define "EGL_MAX_PBUFFER_PIXELS" with expression '0x302B', CType: int

Definition at line 296 of file EGL.java.

◆ EGL_MAX_PBUFFER_WIDTH

final int com.jogamp.opengl.egl.EGL.EGL_MAX_PBUFFER_WIDTH = 0x302c
static

EGL_VERSION_1_0
Define "EGL_MAX_PBUFFER_WIDTH" with expression '0x302C', CType: int

Definition at line 312 of file EGL.java.

◆ EGL_MAX_SWAP_INTERVAL

final int com.jogamp.opengl.egl.EGL.EGL_MAX_SWAP_INTERVAL = 0x303c
static

EGL_VERSION_1_1
Define "EGL_MAX_SWAP_INTERVAL" with expression '0x303C', CType: int

Definition at line 298 of file EGL.java.

◆ EGL_MIN_SWAP_INTERVAL

final int com.jogamp.opengl.egl.EGL.EGL_MIN_SWAP_INTERVAL = 0x303b
static

EGL_VERSION_1_1
Define "EGL_MIN_SWAP_INTERVAL" with expression '0x303B', CType: int

Definition at line 65 of file EGL.java.

◆ EGL_MIPMAP_LEVEL

final int com.jogamp.opengl.egl.EGL.EGL_MIPMAP_LEVEL = 0x3083
static

EGL_VERSION_1_1
Define "EGL_MIPMAP_LEVEL" with expression '0x3083', CType: int

Definition at line 221 of file EGL.java.

◆ EGL_MIPMAP_TEXTURE

final int com.jogamp.opengl.egl.EGL.EGL_MIPMAP_TEXTURE = 0x3082
static

EGL_VERSION_1_1
Define "EGL_MIPMAP_TEXTURE" with expression '0x3082', CType: int

Definition at line 166 of file EGL.java.

◆ EGL_MULTISAMPLE_RESOLVE

final int com.jogamp.opengl.egl.EGL.EGL_MULTISAMPLE_RESOLVE = 0x3099
static

EGL_VERSION_1_4
Define "EGL_MULTISAMPLE_RESOLVE" with expression '0x3099', CType: int

Definition at line 107 of file EGL.java.

◆ EGL_MULTISAMPLE_RESOLVE_BOX

final int com.jogamp.opengl.egl.EGL.EGL_MULTISAMPLE_RESOLVE_BOX = 0x309b
static

EGL_VERSION_1_4
Define "EGL_MULTISAMPLE_RESOLVE_BOX" with expression '0x309B', CType: int

Definition at line 53 of file EGL.java.

◆ EGL_MULTISAMPLE_RESOLVE_BOX_BIT

final int com.jogamp.opengl.egl.EGL.EGL_MULTISAMPLE_RESOLVE_BOX_BIT = 0x200
static

EGL_VERSION_1_4
Define "EGL_MULTISAMPLE_RESOLVE_BOX_BIT" with expression '0x0200', CType: int

Definition at line 115 of file EGL.java.

◆ EGL_MULTISAMPLE_RESOLVE_DEFAULT

final int com.jogamp.opengl.egl.EGL.EGL_MULTISAMPLE_RESOLVE_DEFAULT = 0x309a
static

EGL_VERSION_1_4
Define "EGL_MULTISAMPLE_RESOLVE_DEFAULT" with expression '0x309A', CType: int

Definition at line 35 of file EGL.java.

◆ EGL_NATIVE_RENDERABLE

final int com.jogamp.opengl.egl.EGL.EGL_NATIVE_RENDERABLE = 0x302d
static

EGL_VERSION_1_0
Define "EGL_NATIVE_RENDERABLE" with expression '0x302D', CType: int

Definition at line 302 of file EGL.java.

◆ EGL_NATIVE_VISUAL_ID

final int com.jogamp.opengl.egl.EGL.EGL_NATIVE_VISUAL_ID = 0x302e
static

EGL_VERSION_1_0
Define "EGL_NATIVE_VISUAL_ID" with expression '0x302E', CType: int

Definition at line 294 of file EGL.java.

◆ EGL_NATIVE_VISUAL_TYPE

final int com.jogamp.opengl.egl.EGL.EGL_NATIVE_VISUAL_TYPE = 0x302f
static

EGL_VERSION_1_0
Define "EGL_NATIVE_VISUAL_TYPE" with expression '0x302F', CType: int

Definition at line 269 of file EGL.java.

◆ EGL_NO_CONTEXT

final long com.jogamp.opengl.egl.EGL.EGL_NO_CONTEXT = 0
static

Definition at line 1038 of file EGL.java.

◆ EGL_NO_DISPLAY

final long com.jogamp.opengl.egl.EGL.EGL_NO_DISPLAY = 0
static

Definition at line 1039 of file EGL.java.

◆ EGL_NO_RESET_NOTIFICATION

final int com.jogamp.opengl.egl.EGL.EGL_NO_RESET_NOTIFICATION = 0x31be
static

EGL_VERSION_1_5, EGL_KHR_create_context, EGL_EXT_create_context_robustness
Alias for: EGL_NO_RESET_NOTIFICATION_KHR, EGL_NO_RESET_NOTIFICATION_EXT
Define "EGL_NO_RESET_NOTIFICATION" with expression '0x31BE', CType: int

Definition at line 83 of file EGL.java.

◆ EGL_NO_SURFACE

final long com.jogamp.opengl.egl.EGL.EGL_NO_SURFACE = 0
static

Definition at line 1040 of file EGL.java.

◆ EGL_NO_TEXTURE

final int com.jogamp.opengl.egl.EGL.EGL_NO_TEXTURE = 0x305c
static

EGL_VERSION_1_1
Define "EGL_NO_TEXTURE" with expression '0x305C', CType: int

Definition at line 348 of file EGL.java.

◆ EGL_NON_CONFORMANT_CONFIG

final int com.jogamp.opengl.egl.EGL.EGL_NON_CONFORMANT_CONFIG = 0x3051
static

EGL_VERSION_1_0
Define "EGL_NON_CONFORMANT_CONFIG" with expression '0x3051', CType: int

Definition at line 273 of file EGL.java.

◆ EGL_NONE

final int com.jogamp.opengl.egl.EGL.EGL_NONE = 0x3038
static

EGL_VERSION_1_0
Define "EGL_NONE" with expression '0x3038', CType: int

Definition at line 369 of file EGL.java.

◆ EGL_NOT_INITIALIZED

final int com.jogamp.opengl.egl.EGL.EGL_NOT_INITIALIZED = 0x3001
static

EGL_VERSION_1_0
Define "EGL_NOT_INITIALIZED" with expression '0x3001', CType: int

Definition at line 342 of file EGL.java.

◆ EGL_OPENGL_API

final int com.jogamp.opengl.egl.EGL.EGL_OPENGL_API = 0x30a2
static

EGL_VERSION_1_4
Define "EGL_OPENGL_API" with expression '0x30A2', CType: int

Definition at line 380 of file EGL.java.

◆ EGL_OPENGL_BIT

final int com.jogamp.opengl.egl.EGL.EGL_OPENGL_BIT = 0x8
static

EGL_VERSION_1_4
Define "EGL_OPENGL_BIT" with expression '0x0008', CType: int

Definition at line 364 of file EGL.java.

◆ EGL_OPENGL_ES2_BIT

final int com.jogamp.opengl.egl.EGL.EGL_OPENGL_ES2_BIT = 0x4
static

EGL_VERSION_1_3
Define "EGL_OPENGL_ES2_BIT" with expression '0x0004', CType: int

Definition at line 97 of file EGL.java.

◆ EGL_OPENGL_ES3_BIT

final int com.jogamp.opengl.egl.EGL.EGL_OPENGL_ES3_BIT = 0x40
static

EGL_VERSION_1_5, EGL_KHR_create_context
Alias for: EGL_OPENGL_ES3_BIT_KHR
Define "EGL_OPENGL_ES3_BIT" with expression '0x00000040', CType: int

Definition at line 185 of file EGL.java.

◆ EGL_OPENGL_ES_API

final int com.jogamp.opengl.egl.EGL.EGL_OPENGL_ES_API = 0x30a0
static

EGL_VERSION_1_2
Define "EGL_OPENGL_ES_API" with expression '0x30A0', CType: int

Definition at line 233 of file EGL.java.

◆ EGL_OPENGL_ES_BIT

final int com.jogamp.opengl.egl.EGL.EGL_OPENGL_ES_BIT = 0x1
static

EGL_VERSION_1_2
Define "EGL_OPENGL_ES_BIT" with expression '0x0001', CType: int

Definition at line 292 of file EGL.java.

◆ EGL_OPENVG_API

final int com.jogamp.opengl.egl.EGL.EGL_OPENVG_API = 0x30a1
static

EGL_VERSION_1_2
Define "EGL_OPENVG_API" with expression '0x30A1', CType: int

Definition at line 340 of file EGL.java.

◆ EGL_OPENVG_BIT

final int com.jogamp.opengl.egl.EGL.EGL_OPENVG_BIT = 0x2
static

EGL_VERSION_1_2
Define "EGL_OPENVG_BIT" with expression '0x0002', CType: int

Definition at line 353 of file EGL.java.

◆ EGL_OPENVG_IMAGE

final int com.jogamp.opengl.egl.EGL.EGL_OPENVG_IMAGE = 0x3096
static

EGL_VERSION_1_2
Define "EGL_OPENVG_IMAGE" with expression '0x3096', CType: int

Definition at line 371 of file EGL.java.

◆ EGL_PBUFFER_BIT

final int com.jogamp.opengl.egl.EGL.EGL_PBUFFER_BIT = 0x1
static

EGL_VERSION_1_0
Define "EGL_PBUFFER_BIT" with expression '0x0001', CType: int

Definition at line 196 of file EGL.java.

◆ EGL_PIXEL_ASPECT_RATIO

final int com.jogamp.opengl.egl.EGL.EGL_PIXEL_ASPECT_RATIO = 0x3092
static

EGL_VERSION_1_2
Define "EGL_PIXEL_ASPECT_RATIO" with expression '0x3092', CType: int

Definition at line 256 of file EGL.java.

◆ EGL_PIXMAP_BIT

final int com.jogamp.opengl.egl.EGL.EGL_PIXMAP_BIT = 0x2
static

EGL_VERSION_1_0
Define "EGL_PIXMAP_BIT" with expression '0x0002', CType: int

Definition at line 333 of file EGL.java.

◆ EGL_READ

final int com.jogamp.opengl.egl.EGL.EGL_READ = 0x305a
static

EGL_VERSION_1_0
Define "EGL_READ" with expression '0x305A', CType: int

Definition at line 173 of file EGL.java.

◆ EGL_RED_SIZE

final int com.jogamp.opengl.egl.EGL.EGL_RED_SIZE = 0x3024
static

EGL_VERSION_1_0
Define "EGL_RED_SIZE" with expression '0x3024', CType: int

Definition at line 346 of file EGL.java.

◆ EGL_RENDER_BUFFER

final int com.jogamp.opengl.egl.EGL.EGL_RENDER_BUFFER = 0x3086
static

EGL_VERSION_1_2
Define "EGL_RENDER_BUFFER" with expression '0x3086', CType: int

Definition at line 178 of file EGL.java.

◆ EGL_RENDERABLE_TYPE

final int com.jogamp.opengl.egl.EGL.EGL_RENDERABLE_TYPE = 0x3040
static

EGL_VERSION_1_2
Define "EGL_RENDERABLE_TYPE" with expression '0x3040', CType: int

Definition at line 373 of file EGL.java.

◆ EGL_RGB_BUFFER

final int com.jogamp.opengl.egl.EGL.EGL_RGB_BUFFER = 0x308e
static

EGL_VERSION_1_2
Define "EGL_RGB_BUFFER" with expression '0x308E', CType: int

Definition at line 277 of file EGL.java.

◆ EGL_SAMPLE_BUFFERS

final int com.jogamp.opengl.egl.EGL.EGL_SAMPLE_BUFFERS = 0x3032
static

EGL_VERSION_1_0
Define "EGL_SAMPLE_BUFFERS" with expression '0x3032', CType: int

Definition at line 76 of file EGL.java.

◆ EGL_SAMPLES

final int com.jogamp.opengl.egl.EGL.EGL_SAMPLES = 0x3031
static

EGL_VERSION_1_0
Define "EGL_SAMPLES" with expression '0x3031', CType: int

Definition at line 129 of file EGL.java.

◆ EGL_SIGNALED

final int com.jogamp.opengl.egl.EGL.EGL_SIGNALED = 0x30f2
static

EGL_VERSION_1_5, EGL_NV_sync, EGL_KHR_reusable_sync
Alias for: EGL_SIGNALED_NV, EGL_SIGNALED_KHR
Define "EGL_SIGNALED" with expression '0x30F2', CType: int

Definition at line 127 of file EGL.java.

◆ EGL_SINGLE_BUFFER

final int com.jogamp.opengl.egl.EGL.EGL_SINGLE_BUFFER = 0x3085
static

EGL_VERSION_1_2
Define "EGL_SINGLE_BUFFER" with expression '0x3085', CType: int

Definition at line 113 of file EGL.java.

◆ EGL_SLOW_CONFIG

final int com.jogamp.opengl.egl.EGL.EGL_SLOW_CONFIG = 0x3050
static

EGL_VERSION_1_0
Define "EGL_SLOW_CONFIG" with expression '0x3050', CType: int

Definition at line 109 of file EGL.java.

◆ EGL_STENCIL_SIZE

final int com.jogamp.opengl.egl.EGL.EGL_STENCIL_SIZE = 0x3026
static

EGL_VERSION_1_0
Define "EGL_STENCIL_SIZE" with expression '0x3026', CType: int

Definition at line 206 of file EGL.java.

◆ EGL_SUCCESS

final int com.jogamp.opengl.egl.EGL.EGL_SUCCESS = 0x3000
static

EGL_VERSION_1_0
Define "EGL_SUCCESS" with expression '0x3000', CType: int

Definition at line 355 of file EGL.java.

◆ EGL_SURFACE_TYPE

final int com.jogamp.opengl.egl.EGL.EGL_SURFACE_TYPE = 0x3033
static

EGL_VERSION_1_0
Define "EGL_SURFACE_TYPE" with expression '0x3033', CType: int

Definition at line 55 of file EGL.java.

◆ EGL_SWAP_BEHAVIOR

final int com.jogamp.opengl.egl.EGL.EGL_SWAP_BEHAVIOR = 0x3093
static

EGL_VERSION_1_2
Define "EGL_SWAP_BEHAVIOR" with expression '0x3093', CType: int

Definition at line 161 of file EGL.java.

◆ EGL_SWAP_BEHAVIOR_PRESERVED_BIT

final int com.jogamp.opengl.egl.EGL.EGL_SWAP_BEHAVIOR_PRESERVED_BIT = 0x400
static

EGL_VERSION_1_4
Define "EGL_SWAP_BEHAVIOR_PRESERVED_BIT" with expression '0x0400', CType: int

Definition at line 159 of file EGL.java.

◆ EGL_SYNC_CL_EVENT

final int com.jogamp.opengl.egl.EGL.EGL_SYNC_CL_EVENT = 0x30fe
static

EGL_VERSION_1_5, EGL_KHR_cl_event
Alias for: EGL_SYNC_CL_EVENT_KHR
Define "EGL_SYNC_CL_EVENT" with expression '0x30FE', CType: int

Definition at line 89 of file EGL.java.

◆ EGL_SYNC_CL_EVENT_COMPLETE

final int com.jogamp.opengl.egl.EGL.EGL_SYNC_CL_EVENT_COMPLETE = 0x30ff
static

EGL_VERSION_1_5, EGL_KHR_cl_event
Alias for: EGL_SYNC_CL_EVENT_COMPLETE_KHR
Define "EGL_SYNC_CL_EVENT_COMPLETE" with expression '0x30FF', CType: int

Definition at line 72 of file EGL.java.

◆ EGL_SYNC_CONDITION

final int com.jogamp.opengl.egl.EGL.EGL_SYNC_CONDITION = 0x30f8
static

EGL_VERSION_1_5, EGL_KHR_fence_sync, EGL_NV_sync
Alias for: EGL_SYNC_CONDITION_KHR, EGL_SYNC_CONDITION_NV
Define "EGL_SYNC_CONDITION" with expression '0x30F8', CType: int

Definition at line 323 of file EGL.java.

◆ EGL_SYNC_FENCE

final int com.jogamp.opengl.egl.EGL.EGL_SYNC_FENCE = 0x30f9
static

EGL_VERSION_1_5, EGL_NV_sync, EGL_KHR_fence_sync
Alias for: EGL_SYNC_FENCE_NV, EGL_SYNC_FENCE_KHR
Define "EGL_SYNC_FENCE" with expression '0x30F9', CType: int

Definition at line 288 of file EGL.java.

◆ EGL_SYNC_FLUSH_COMMANDS_BIT

final int com.jogamp.opengl.egl.EGL.EGL_SYNC_FLUSH_COMMANDS_BIT = 0x1
static

EGL_VERSION_1_5, EGL_NV_sync, EGL_KHR_reusable_sync
Alias for: EGL_SYNC_FLUSH_COMMANDS_BIT_NV, EGL_SYNC_FLUSH_COMMANDS_BIT_KHR
Define "EGL_SYNC_FLUSH_COMMANDS_BIT" with expression '0x0001', CType: int

Definition at line 243 of file EGL.java.

◆ EGL_SYNC_PRIOR_COMMANDS_COMPLETE

final int com.jogamp.opengl.egl.EGL.EGL_SYNC_PRIOR_COMMANDS_COMPLETE = 0x30f0
static

EGL_VERSION_1_5, EGL_KHR_fence_sync, EGL_NV_sync
Alias for: EGL_SYNC_PRIOR_COMMANDS_COMPLETE_KHR, EGL_SYNC_PRIOR_COMMANDS_COMPLETE_NV
Define "EGL_SYNC_PRIOR_COMMANDS_COMPLETE" with expression '0x30F0', CType: int

Definition at line 285 of file EGL.java.

◆ EGL_SYNC_STATUS

final int com.jogamp.opengl.egl.EGL.EGL_SYNC_STATUS = 0x30f1
static

EGL_VERSION_1_5, EGL_NV_sync, EGL_KHR_reusable_sync
Alias for: EGL_SYNC_STATUS_NV, EGL_SYNC_STATUS_KHR
Define "EGL_SYNC_STATUS" with expression '0x30F1', CType: int

Definition at line 231 of file EGL.java.

◆ EGL_SYNC_TYPE

final int com.jogamp.opengl.egl.EGL.EGL_SYNC_TYPE = 0x30f7
static

EGL_VERSION_1_5, EGL_NV_sync, EGL_KHR_reusable_sync
Alias for: EGL_SYNC_TYPE_NV, EGL_SYNC_TYPE_KHR
Define "EGL_SYNC_TYPE" with expression '0x30F7', CType: int

Definition at line 176 of file EGL.java.

◆ EGL_TEXTURE_2D

final int com.jogamp.opengl.egl.EGL.EGL_TEXTURE_2D = 0x305f
static

EGL_VERSION_1_1
Define "EGL_TEXTURE_2D" with expression '0x305F', CType: int

Definition at line 213 of file EGL.java.

◆ EGL_TEXTURE_FORMAT

final int com.jogamp.opengl.egl.EGL.EGL_TEXTURE_FORMAT = 0x3080
static

EGL_VERSION_1_1
Define "EGL_TEXTURE_FORMAT" with expression '0x3080', CType: int

Definition at line 47 of file EGL.java.

◆ EGL_TEXTURE_RGB

final int com.jogamp.opengl.egl.EGL.EGL_TEXTURE_RGB = 0x305d
static

EGL_VERSION_1_1
Define "EGL_TEXTURE_RGB" with expression '0x305D', CType: int

Definition at line 275 of file EGL.java.

◆ EGL_TEXTURE_RGBA

final int com.jogamp.opengl.egl.EGL.EGL_TEXTURE_RGBA = 0x305e
static

EGL_VERSION_1_1
Define "EGL_TEXTURE_RGBA" with expression '0x305E', CType: int

Definition at line 318 of file EGL.java.

◆ EGL_TEXTURE_TARGET

final int com.jogamp.opengl.egl.EGL.EGL_TEXTURE_TARGET = 0x3081
static

EGL_VERSION_1_1
Define "EGL_TEXTURE_TARGET" with expression '0x3081', CType: int

Definition at line 261 of file EGL.java.

◆ EGL_TIMEOUT_EXPIRED

final int com.jogamp.opengl.egl.EGL.EGL_TIMEOUT_EXPIRED = 0x30f5
static

EGL_VERSION_1_5, EGL_KHR_reusable_sync, EGL_NV_sync
Alias for: EGL_TIMEOUT_EXPIRED_KHR, EGL_TIMEOUT_EXPIRED_NV
Define "EGL_TIMEOUT_EXPIRED" with expression '0x30F5', CType: int

Definition at line 240 of file EGL.java.

◆ EGL_TRANSPARENT_BLUE_VALUE

final int com.jogamp.opengl.egl.EGL.EGL_TRANSPARENT_BLUE_VALUE = 0x3035
static

EGL_VERSION_1_0
Define "EGL_TRANSPARENT_BLUE_VALUE" with expression '0x3035', CType: int

Definition at line 78 of file EGL.java.

◆ EGL_TRANSPARENT_GREEN_VALUE

final int com.jogamp.opengl.egl.EGL.EGL_TRANSPARENT_GREEN_VALUE = 0x3036
static

EGL_VERSION_1_0
Define "EGL_TRANSPARENT_GREEN_VALUE" with expression '0x3036', CType: int

Definition at line 310 of file EGL.java.

◆ EGL_TRANSPARENT_RED_VALUE

final int com.jogamp.opengl.egl.EGL.EGL_TRANSPARENT_RED_VALUE = 0x3037
static

EGL_VERSION_1_0
Define "EGL_TRANSPARENT_RED_VALUE" with expression '0x3037', CType: int

Definition at line 316 of file EGL.java.

◆ EGL_TRANSPARENT_RGB

final int com.jogamp.opengl.egl.EGL.EGL_TRANSPARENT_RGB = 0x3052
static

EGL_VERSION_1_0
Define "EGL_TRANSPARENT_RGB" with expression '0x3052', CType: int

Definition at line 91 of file EGL.java.

◆ EGL_TRANSPARENT_TYPE

final int com.jogamp.opengl.egl.EGL.EGL_TRANSPARENT_TYPE = 0x3034
static

EGL_VERSION_1_0
Define "EGL_TRANSPARENT_TYPE" with expression '0x3034', CType: int

Definition at line 59 of file EGL.java.

◆ EGL_TRUE

final int com.jogamp.opengl.egl.EGL.EGL_TRUE = 0x1
static

EGL_VERSION_1_0
Define "EGL_TRUE" with expression '1', CType: int

Definition at line 180 of file EGL.java.

◆ EGL_UNKNOWN

final int com.jogamp.opengl.egl.EGL.EGL_UNKNOWN = -1
static

Definition at line 1042 of file EGL.java.

◆ EGL_UNSIGNALED

final int com.jogamp.opengl.egl.EGL.EGL_UNSIGNALED = 0x30f3
static

EGL_VERSION_1_5, EGL_KHR_reusable_sync, EGL_NV_sync
Alias for: EGL_UNSIGNALED_KHR, EGL_UNSIGNALED_NV
Define "EGL_UNSIGNALED" with expression '0x30F3', CType: int

Definition at line 201 of file EGL.java.

◆ EGL_VENDOR

final int com.jogamp.opengl.egl.EGL.EGL_VENDOR = 0x3053
static

EGL_VERSION_1_0
Define "EGL_VENDOR" with expression '0x3053', CType: int

Definition at line 375 of file EGL.java.

◆ EGL_VERSION

final int com.jogamp.opengl.egl.EGL.EGL_VERSION = 0x3054
static

EGL_VERSION_1_0
Define "EGL_VERSION" with expression '0x3054', CType: int

Definition at line 304 of file EGL.java.

◆ EGL_VERTICAL_RESOLUTION

final int com.jogamp.opengl.egl.EGL.EGL_VERTICAL_RESOLUTION = 0x3091
static

EGL_VERSION_1_2
Define "EGL_VERTICAL_RESOLUTION" with expression '0x3091', CType: int

Definition at line 248 of file EGL.java.

◆ EGL_VG_ALPHA_FORMAT

final int com.jogamp.opengl.egl.EGL.EGL_VG_ALPHA_FORMAT = 0x3088
static

EGL_VERSION_1_3
Define "EGL_VG_ALPHA_FORMAT" with expression '0x3088', CType: int

Definition at line 69 of file EGL.java.

◆ EGL_VG_ALPHA_FORMAT_NONPRE

final int com.jogamp.opengl.egl.EGL.EGL_VG_ALPHA_FORMAT_NONPRE = 0x308b
static

EGL_VERSION_1_3
Define "EGL_VG_ALPHA_FORMAT_NONPRE" with expression '0x308B', CType: int

Definition at line 74 of file EGL.java.

◆ EGL_VG_ALPHA_FORMAT_PRE

final int com.jogamp.opengl.egl.EGL.EGL_VG_ALPHA_FORMAT_PRE = 0x308c
static

EGL_VERSION_1_3
Define "EGL_VG_ALPHA_FORMAT_PRE" with expression '0x308C', CType: int

Definition at line 265 of file EGL.java.

◆ EGL_VG_ALPHA_FORMAT_PRE_BIT

final int com.jogamp.opengl.egl.EGL.EGL_VG_ALPHA_FORMAT_PRE_BIT = 0x40
static

EGL_VERSION_1_3, EGL_KHR_config_attribs
Alias for: EGL_VG_ALPHA_FORMAT_PRE_BIT_KHR
Define "EGL_VG_ALPHA_FORMAT_PRE_BIT" with expression '0x0040', CType: int

Definition at line 338 of file EGL.java.

◆ EGL_VG_COLORSPACE

final int com.jogamp.opengl.egl.EGL.EGL_VG_COLORSPACE = 0x3087
static

EGL_VERSION_1_3
Define "EGL_VG_COLORSPACE" with expression '0x3087', CType: int

Definition at line 250 of file EGL.java.

◆ EGL_VG_COLORSPACE_LINEAR

final int com.jogamp.opengl.egl.EGL.EGL_VG_COLORSPACE_LINEAR = 0x308a
static

EGL_VERSION_1_3
Define "EGL_VG_COLORSPACE_LINEAR" with expression '0x308A', CType: int

Definition at line 252 of file EGL.java.

◆ EGL_VG_COLORSPACE_LINEAR_BIT

final int com.jogamp.opengl.egl.EGL.EGL_VG_COLORSPACE_LINEAR_BIT = 0x20
static

EGL_VERSION_1_3, EGL_KHR_config_attribs
Alias for: EGL_VG_COLORSPACE_LINEAR_BIT_KHR
Define "EGL_VG_COLORSPACE_LINEAR_BIT" with expression '0x0020', CType: int

Definition at line 137 of file EGL.java.

◆ EGL_VG_COLORSPACE_sRGB

final int com.jogamp.opengl.egl.EGL.EGL_VG_COLORSPACE_sRGB = 0x3089
static

EGL_VERSION_1_3
Define "EGL_VG_COLORSPACE_sRGB" with expression '0x3089', CType: int

Definition at line 344 of file EGL.java.

◆ EGL_WIDTH

final int com.jogamp.opengl.egl.EGL.EGL_WIDTH = 0x3057
static

EGL_VERSION_1_0
Define "EGL_WIDTH" with expression '0x3057', CType: int

Definition at line 168 of file EGL.java.

◆ EGL_WINDOW_BIT

final int com.jogamp.opengl.egl.EGL.EGL_WINDOW_BIT = 0x4
static

EGL_VERSION_1_0
Define "EGL_WINDOW_BIT" with expression '0x0004', CType: int

Definition at line 93 of file EGL.java.

◆ KHRONOS_BOOLEAN_ENUM_FORCE_SIZE

final long com.jogamp.opengl.egl.EGL.KHRONOS_BOOLEAN_ENUM_FORCE_SIZE = 0x7fffffff
static

Defined as part of enum type "khronos_boolean_enum_t" - CType: int.

Definition at line 1028 of file EGL.java.

◆ KHRONOS_FALSE

final int com.jogamp.opengl.egl.EGL.KHRONOS_FALSE = 0x0
static

Defined as part of enum type "khronos_boolean_enum_t" with expression '0', CType: int.

Definition at line 25 of file EGL.java.

◆ KHRONOS_TRUE

final int com.jogamp.opengl.egl.EGL.KHRONOS_TRUE = 0x1
static

Defined as part of enum type "khronos_boolean_enum_t" with expression '1', CType: int.

Definition at line 27 of file EGL.java.


The documentation for this class was generated from the following file: