A B C E G H I K M N O P S T V W
A
- ALIGNOF - Static variable in class org.lwjgl.egl.EGLClientPixmapHI
-
The struct alignment in bytes.
- ANDROIDBlobCache - Class in org.lwjgl.egl
-
Native bindings to the ANDROID_blob_cache extension.
- ANDROIDCreateNativeClientBuffer - Class in org.lwjgl.egl
-
Native bindings to the ANDROID_create_native_client_buffer extension.
- ANDROIDFramebufferTarget - Class in org.lwjgl.egl
-
Native bindings to the ANDROID_framebuffer_target extension.
- ANDROIDFrontBufferAutoRefresh - Class in org.lwjgl.egl
-
Native bindings to the ANDROID_front_buffer_auto_refresh extension.
- ANDROIDImageNativeBuffer - Class in org.lwjgl.egl
-
Native bindings to the ANDROID_image_native_buffer extension.
- ANDROIDNativeFenceSync - Class in org.lwjgl.egl
-
Native bindings to the ANDROID_native_fence_sync extension.
- ANDROIDPresentationTime - Class in org.lwjgl.egl
-
Native bindings to the ANDROID_presentation_time extension.
- ANDROIDRecordable - Class in org.lwjgl.egl
-
Native bindings to the ANDROID_recordable extension.
- ANGLED3DShareHandleClientBuffer - Class in org.lwjgl.egl
-
Native bindings to the ANGLE_d3d_share_handle_client_buffer extension.
- ANGLEDeviceD3D - Class in org.lwjgl.egl
-
Native bindings to the ANGLE_device_d3d extension.
- ANGLEQuerySurfacePointer - Class in org.lwjgl.egl
-
Native bindings to the ANGLE_query_surface_pointer extension.
- ANGLESurfaceD3DTexture2DShareHandle - Class in org.lwjgl.egl
-
Native bindings to the ANGLE_surface_d3d_texture_2d_share_handle extension.
- ANGLESyncControlRate - Class in org.lwjgl.egl
-
Native bindings to the ANGLE_sync_control_rate extension.
- ANGLEWindowFixedSize - Class in org.lwjgl.egl
-
Native bindings to the ANGLE_window_fixed_size extension.
- ARMImageFormat - Class in org.lwjgl.egl
-
Native bindings to the ARM_image_format extension.
- ARMPixmapMultisampleDiscard - Class in org.lwjgl.egl
-
Native bindings to the ARM_pixmap_multisample_discard extension.
B
- Buffer(long, int) - Constructor for class org.lwjgl.egl.EGLClientPixmapHI.Buffer
- Buffer(ByteBuffer) - Constructor for class org.lwjgl.egl.EGLClientPixmapHI.Buffer
-
Creates a new
EGLClientPixmapHI.Buffer
instance backed by the specified container.
C
- callback(long, long) - Method in interface org.lwjgl.egl.EGLDebugMessageKHRCallbackI
- callback(long, long) - Method in interface org.lwjgl.egl.EGLGetBlobFuncANDROIDI
- callback(long, long) - Method in interface org.lwjgl.egl.EGLSetBlobFuncANDROIDI
- calloc() - Static method in class org.lwjgl.egl.EGLClientPixmapHI
-
Returns a new
EGLClientPixmapHI
instance allocated withmemCalloc
. - calloc(int) - Static method in class org.lwjgl.egl.EGLClientPixmapHI
-
Returns a new
EGLClientPixmapHI.Buffer
instance allocated withmemCalloc
. - calloc(int, MemoryStack) - Static method in class org.lwjgl.egl.EGLClientPixmapHI
-
Returns a new
EGLClientPixmapHI.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - calloc(MemoryStack) - Static method in class org.lwjgl.egl.EGLClientPixmapHI
-
Returns a new
EGLClientPixmapHI
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack() - Static method in class org.lwjgl.egl.EGLClientPixmapHI
-
Deprecated.
- callocStack(int) - Static method in class org.lwjgl.egl.EGLClientPixmapHI
-
Deprecated.
- callocStack(int, MemoryStack) - Static method in class org.lwjgl.egl.EGLClientPixmapHI
-
Deprecated.
- callocStack(MemoryStack) - Static method in class org.lwjgl.egl.EGLClientPixmapHI
-
Deprecated.
- CIF - Static variable in interface org.lwjgl.egl.EGLDebugMessageKHRCallbackI
- CIF - Static variable in interface org.lwjgl.egl.EGLGetBlobFuncANDROIDI
- CIF - Static variable in interface org.lwjgl.egl.EGLSetBlobFuncANDROIDI
- create() - Static method in class org.lwjgl.egl.EGLClientPixmapHI
-
Returns a new
EGLClientPixmapHI
instance allocated withBufferUtils
. - create(int) - Static method in class org.lwjgl.egl.EGLClientPixmapHI
-
Returns a new
EGLClientPixmapHI.Buffer
instance allocated withBufferUtils
. - create(long) - Static method in class org.lwjgl.egl.EGLClientPixmapHI
-
Returns a new
EGLClientPixmapHI
instance for the specified memory address. - create(long) - Static method in class org.lwjgl.egl.EGLDebugMessageKHRCallback
-
Creates a
EGLDebugMessageKHRCallback
instance from the specified function pointer. - create(long) - Static method in class org.lwjgl.egl.EGLGetBlobFuncANDROID
-
Creates a
EGLGetBlobFuncANDROID
instance from the specified function pointer. - create(long) - Static method in class org.lwjgl.egl.EGLSetBlobFuncANDROID
-
Creates a
EGLSetBlobFuncANDROID
instance from the specified function pointer. - create(long, int) - Static method in class org.lwjgl.egl.EGLClientPixmapHI
-
Create a
EGLClientPixmapHI.Buffer
instance at the specified memory. - create(EGLDebugMessageKHRCallbackI) - Static method in class org.lwjgl.egl.EGLDebugMessageKHRCallback
-
Creates a
EGLDebugMessageKHRCallback
instance that delegates to the specifiedEGLDebugMessageKHRCallbackI
instance. - create(EGLGetBlobFuncANDROIDI) - Static method in class org.lwjgl.egl.EGLGetBlobFuncANDROID
-
Creates a
EGLGetBlobFuncANDROID
instance that delegates to the specifiedEGLGetBlobFuncANDROIDI
instance. - create(EGLSetBlobFuncANDROIDI) - Static method in class org.lwjgl.egl.EGLSetBlobFuncANDROID
-
Creates a
EGLSetBlobFuncANDROID
instance that delegates to the specifiedEGLSetBlobFuncANDROIDI
instance. - createSafe(long) - Static method in class org.lwjgl.egl.EGLClientPixmapHI
- createSafe(long) - Static method in class org.lwjgl.egl.EGLDebugMessageKHRCallback
- createSafe(long) - Static method in class org.lwjgl.egl.EGLGetBlobFuncANDROID
- createSafe(long) - Static method in class org.lwjgl.egl.EGLSetBlobFuncANDROID
- createSafe(long, int) - Static method in class org.lwjgl.egl.EGLClientPixmapHI
E
- EGL_ALPHA_FORMAT - Static variable in class org.lwjgl.egl.EGL12
- EGL_ALPHA_FORMAT_NONPRE - Static variable in class org.lwjgl.egl.EGL12
- EGL_ALPHA_FORMAT_PRE - Static variable in class org.lwjgl.egl.EGL12
- EGL_ALPHA_MASK_SIZE - Static variable in class org.lwjgl.egl.EGL12
- EGL_ALPHA_SIZE - Static variable in class org.lwjgl.egl.EGL10
- EGL_ALREADY_SIGNALED_NV - Static variable in class org.lwjgl.egl.NVSync
- EGL_ANDROID_blob_cache - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
ANDROIDBlobCache
is supported. - EGL_ANDROID_create_native_client_buffer - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
ANDROIDCreateNativeClientBuffer
is supported. - EGL_ANDROID_framebuffer_target - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
ANDROIDFramebufferTarget
is supported. - EGL_ANDROID_front_buffer_auto_refresh - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
ANDROIDFrontBufferAutoRefresh
is supported. - EGL_ANDROID_image_native_buffer - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
ANDROIDImageNativeBuffer
is supported. - EGL_ANDROID_native_fence_sync - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
ANDROIDNativeFenceSync
is supported. - EGL_ANDROID_presentation_time - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
ANDROIDPresentationTime
is supported. - EGL_ANDROID_recordable - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
ANDROIDRecordable
is supported. - EGL_ANGLE_d3d_share_handle_client_buffer - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
ANGLED3DShareHandleClientBuffer
is supported. - EGL_ANGLE_device_d3d - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
ANGLEDeviceD3D
is supported. - EGL_ANGLE_query_surface_pointer - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
ANGLEQuerySurfacePointer
is supported. - EGL_ANGLE_surface_d3d_texture_2d_share_handle - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
ANGLESurfaceD3DTexture2DShareHandle
is supported. - EGL_ANGLE_sync_control_rate - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
ANGLESyncControlRate
is supported. - EGL_ANGLE_window_fixed_size - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
ANGLEWindowFixedSize
is supported. - EGL_ARM_image_format - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
ARMImageFormat
is supported. - EGL_ARM_pixmap_multisample_discard - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
ARMPixmapMultisampleDiscard
is supported. - EGL_AUTO_STEREO_NV - Static variable in class org.lwjgl.egl.NV3dvisionSurface
- EGL_BACK_BUFFER - Static variable in class org.lwjgl.egl.EGL11
- EGL_BAD_ACCESS - Static variable in class org.lwjgl.egl.EGL10
- EGL_BAD_ALLOC - Static variable in class org.lwjgl.egl.EGL10
- EGL_BAD_ATTRIBUTE - Static variable in class org.lwjgl.egl.EGL10
- EGL_BAD_CONFIG - Static variable in class org.lwjgl.egl.EGL10
- EGL_BAD_CONTEXT - Static variable in class org.lwjgl.egl.EGL10
- EGL_BAD_CURRENT_SURFACE - Static variable in class org.lwjgl.egl.EGL10
- EGL_BAD_DEVICE_EXT - Static variable in class org.lwjgl.egl.EXTDeviceBase
- EGL_BAD_DEVICE_EXT - Static variable in class org.lwjgl.egl.EXTDeviceQuery
- EGL_BAD_DISPLAY - Static variable in class org.lwjgl.egl.EGL10
- EGL_BAD_MATCH - Static variable in class org.lwjgl.egl.EGL10
- EGL_BAD_NATIVE_PIXMAP - Static variable in class org.lwjgl.egl.EGL10
- EGL_BAD_NATIVE_WINDOW - Static variable in class org.lwjgl.egl.EGL10
- EGL_BAD_OUTPUT_LAYER_EXT - Static variable in class org.lwjgl.egl.EXTOutputBase
- EGL_BAD_OUTPUT_PORT_EXT - Static variable in class org.lwjgl.egl.EXTOutputBase
- EGL_BAD_PARAMETER - Static variable in class org.lwjgl.egl.EGL10
- EGL_BAD_STATE_KHR - Static variable in class org.lwjgl.egl.KHRStream
- EGL_BAD_STREAM_KHR - Static variable in class org.lwjgl.egl.KHRStream
- EGL_BAD_SURFACE - Static variable in class org.lwjgl.egl.EGL10
- EGL_BIND_TO_TEXTURE_RGB - Static variable in class org.lwjgl.egl.EGL11
- EGL_BIND_TO_TEXTURE_RGBA - Static variable in class org.lwjgl.egl.EGL11
- EGL_BITMAP_ORIGIN_KHR - Static variable in class org.lwjgl.egl.KHRLockSurface3
- EGL_BITMAP_PITCH_KHR - Static variable in class org.lwjgl.egl.KHRLockSurface3
- EGL_BITMAP_PIXEL_ALPHA_OFFSET_KHR - Static variable in class org.lwjgl.egl.KHRLockSurface3
- EGL_BITMAP_PIXEL_BLUE_OFFSET_KHR - Static variable in class org.lwjgl.egl.KHRLockSurface3
- EGL_BITMAP_PIXEL_GREEN_OFFSET_KHR - Static variable in class org.lwjgl.egl.KHRLockSurface3
- EGL_BITMAP_PIXEL_LUMINANCE_OFFSET_KHR - Static variable in class org.lwjgl.egl.KHRLockSurface3
- EGL_BITMAP_PIXEL_RED_OFFSET_KHR - Static variable in class org.lwjgl.egl.KHRLockSurface3
- EGL_BITMAP_PIXEL_SIZE_KHR - Static variable in class org.lwjgl.egl.KHRLockSurface3
- EGL_BITMAP_POINTER_KHR - Static variable in class org.lwjgl.egl.KHRLockSurface3
- EGL_BLUE_SIZE - Static variable in class org.lwjgl.egl.EGL10
- EGL_BUFFER_AGE_EXT - Static variable in class org.lwjgl.egl.EXTBufferAge
- EGL_BUFFER_AGE_KHR - Static variable in class org.lwjgl.egl.KHRPartialUpdate
- EGL_BUFFER_DESTROYED - Static variable in class org.lwjgl.egl.EGL12
- EGL_BUFFER_PRESERVED - Static variable in class org.lwjgl.egl.EGL12
- EGL_BUFFER_SIZE - Static variable in class org.lwjgl.egl.EGL10
- EGL_CL_EVENT_HANDLE - Static variable in class org.lwjgl.egl.EGL15
- EGL_CL_EVENT_HANDLE_KHR - Static variable in class org.lwjgl.egl.KHRCLEvent2
- EGL_CLIENT_APIS - Static variable in class org.lwjgl.egl.EGL12
- EGL_CLIENT_PIXMAP_POINTER_HI - Static variable in class org.lwjgl.egl.HIClientpixmap
- EGL_COLOR_ARGB_HI - Static variable in class org.lwjgl.egl.HIColorformats
- EGL_COLOR_BUFFER_TYPE - Static variable in class org.lwjgl.egl.EGL12
- EGL_COLOR_COMPONENT_TYPE_EXT - Static variable in class org.lwjgl.egl.ARMImageFormat
-
Accepted as an attribute name in the
attrib_list
argument ofCreateImageKHR
. - EGL_COLOR_COMPONENT_TYPE_EXT - Static variable in class org.lwjgl.egl.EXTPixelFormatFloat
-
Accepted as an attribute name in the
attrib_list
argument ofChooseConfig
, and theattribute
argument ofGetConfigAttrib
. - EGL_COLOR_COMPONENT_TYPE_FIXED_EXT - Static variable in class org.lwjgl.egl.ARMImageFormat
-
Accepted as attribute values for the
COLOR_COMPONENT_TYPE_EXT
attribute ofCreateImageKHR
. - EGL_COLOR_COMPONENT_TYPE_FIXED_EXT - Static variable in class org.lwjgl.egl.EXTPixelFormatFloat
-
Accepted as attribute values for the
COLOR_COMPONENT_TYPE_EXT
attribute ofChooseConfig
. - EGL_COLOR_COMPONENT_TYPE_FLOAT_EXT - Static variable in class org.lwjgl.egl.ARMImageFormat
-
Accepted as attribute values for the
COLOR_COMPONENT_TYPE_EXT
attribute ofCreateImageKHR
. - EGL_COLOR_COMPONENT_TYPE_FLOAT_EXT - Static variable in class org.lwjgl.egl.EXTPixelFormatFloat
-
Accepted as attribute values for the
COLOR_COMPONENT_TYPE_EXT
attribute ofChooseConfig
. - EGL_COLOR_COMPONENT_TYPE_INTEGER_ARM - Static variable in class org.lwjgl.egl.ARMImageFormat
-
Accepted as attribute values for the
COLOR_COMPONENT_TYPE_EXT
attribute ofCreateImageKHR
. - EGL_COLOR_COMPONENT_TYPE_UNSIGNED_INTEGER_ARM - Static variable in class org.lwjgl.egl.ARMImageFormat
-
Accepted as attribute values for the
COLOR_COMPONENT_TYPE_EXT
attribute ofCreateImageKHR
. - EGL_COLOR_FORMAT_HI - Static variable in class org.lwjgl.egl.HIColorformats
- EGL_COLOR_RGB_HI - Static variable in class org.lwjgl.egl.HIColorformats
- EGL_COLOR_RGBA_HI - Static variable in class org.lwjgl.egl.HIColorformats
- EGL_COLORSPACE - Static variable in class org.lwjgl.egl.EGL12
- EGL_COLORSPACE_LINEAR - Static variable in class org.lwjgl.egl.EGL12
- EGL_COLORSPACE_sRGB - Static variable in class org.lwjgl.egl.EGL12
- EGL_COMPOSITOR_DROP_NEWEST_FRAME_EXT - Static variable in class org.lwjgl.egl.EXTCompositor
-
New attributes accepted by the
policy
argument ofCompositorSwapPolicyEXT
. - EGL_COMPOSITOR_KEEP_NEWEST_FRAME_EXT - Static variable in class org.lwjgl.egl.EXTCompositor
-
New attributes accepted by the
policy
argument ofCompositorSwapPolicyEXT
. - EGL_CONDITION_SATISFIED - Static variable in class org.lwjgl.egl.EGL15
- EGL_CONDITION_SATISFIED_KHR - Static variable in class org.lwjgl.egl.KHRReusableSync
- EGL_CONDITION_SATISFIED_NV - Static variable in class org.lwjgl.egl.NVSync
- EGL_CONFIG_CAVEAT - Static variable in class org.lwjgl.egl.EGL10
- EGL_CONFIG_ID - Static variable in class org.lwjgl.egl.EGL10
- EGL_CONFIG_SELECT_GROUP_EXT - Static variable in class org.lwjgl.egl.EXTConfigSelectGroup
-
Accepted as a new
EGLConfig
attribute. - EGL_CONFORMANT - Static variable in class org.lwjgl.egl.EGL13
- EGL_CONFORMANT_KHR - Static variable in class org.lwjgl.egl.KHRConfigAttribs
- EGL_CONSUMER_ACQUIRE_TIMEOUT_USEC_KHR - Static variable in class org.lwjgl.egl.KHRStreamConsumerGLTexture
- EGL_CONSUMER_FRAME_KHR - Static variable in class org.lwjgl.egl.KHRStream
- EGL_CONSUMER_LATENCY_USEC_KHR - Static variable in class org.lwjgl.egl.KHRStream
- EGL_CONSUMER_MAX_FRAME_HINT_NV - Static variable in class org.lwjgl.egl.NVStreamFrameLimits
-
Accepted as an attribute name in the
attrib_list
parameter ofCreateStreamKHR
and as theattribute
parameter ofQueryStreamKHR
. - EGL_CONSUMER_METADATA_NV - Static variable in class org.lwjgl.egl.NVStreamMetadata
-
Accepted as
name
byQueryStreamMetadataNV
. - EGL_CONTEXT_CLIENT_TYPE - Static variable in class org.lwjgl.egl.EGL12
- EGL_CONTEXT_CLIENT_VERSION - Static variable in class org.lwjgl.egl.EGL13
- EGL_CONTEXT_FLAGS_KHR - Static variable in class org.lwjgl.egl.KHRCreateContext
- EGL_CONTEXT_LOST - Static variable in class org.lwjgl.egl.EGL11
- EGL_CONTEXT_MAJOR_VERSION - Static variable in class org.lwjgl.egl.EGL15
- EGL_CONTEXT_MAJOR_VERSION_KHR - Static variable in class org.lwjgl.egl.KHRCreateContext
- EGL_CONTEXT_MINOR_VERSION - Static variable in class org.lwjgl.egl.EGL15
- EGL_CONTEXT_MINOR_VERSION_KHR - Static variable in class org.lwjgl.egl.KHRCreateContext
- EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT - Static variable in class org.lwjgl.egl.EGL15
- EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT_KHR - Static variable in class org.lwjgl.egl.KHRCreateContext
- EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT - Static variable in class org.lwjgl.egl.EGL15
- EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR - Static variable in class org.lwjgl.egl.KHRCreateContext
- EGL_CONTEXT_OPENGL_DEBUG - Static variable in class org.lwjgl.egl.EGL15
- EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR - Static variable in class org.lwjgl.egl.KHRCreateContext
- EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE - Static variable in class org.lwjgl.egl.EGL15
- EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR - Static variable in class org.lwjgl.egl.KHRCreateContext
- EGL_CONTEXT_OPENGL_NO_ERROR_KHR - Static variable in class org.lwjgl.egl.KHRCreateContextNoError
- EGL_CONTEXT_OPENGL_PROFILE_MASK - Static variable in class org.lwjgl.egl.EGL15
- EGL_CONTEXT_OPENGL_PROFILE_MASK_KHR - Static variable in class org.lwjgl.egl.KHRCreateContext
- EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY - Static variable in class org.lwjgl.egl.EGL15
- EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_EXT - Static variable in class org.lwjgl.egl.EXTCreateContextRobustness
- EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_KHR - Static variable in class org.lwjgl.egl.KHRCreateContext
- EGL_CONTEXT_OPENGL_ROBUST_ACCESS - Static variable in class org.lwjgl.egl.EGL15
- EGL_CONTEXT_OPENGL_ROBUST_ACCESS_BIT_KHR - Static variable in class org.lwjgl.egl.KHRCreateContext
- EGL_CONTEXT_OPENGL_ROBUST_ACCESS_EXT - Static variable in class org.lwjgl.egl.EXTCreateContextRobustness
- EGL_CONTEXT_PRIORITY_HIGH_IMG - Static variable in class org.lwjgl.egl.IMGContextPriority
- EGL_CONTEXT_PRIORITY_LEVEL_IMG - Static variable in class org.lwjgl.egl.IMGContextPriority
- EGL_CONTEXT_PRIORITY_LOW_IMG - Static variable in class org.lwjgl.egl.IMGContextPriority
- EGL_CONTEXT_PRIORITY_MEDIUM_IMG - Static variable in class org.lwjgl.egl.IMGContextPriority
- EGL_CONTEXT_PRIORITY_REALTIME_NV - Static variable in class org.lwjgl.egl.NVContextPriorityRealtime
-
New attribute value accepted for the
CONTEXT_PRIORITY_LEVEL_IMG
attribute in theattrib_list
argument ofCreateContext
. - EGL_CONTEXT_RELEASE_BEHAVIOR_FLUSH_KHR - Static variable in class org.lwjgl.egl.KHRContextFlushControl
-
Accepted as an attribute value for
CONTEXT_RELEASE_BEHAVIOR_KHR
in the*attrib_list
argument toCreateContext
. - EGL_CONTEXT_RELEASE_BEHAVIOR_KHR - Static variable in class org.lwjgl.egl.KHRContextFlushControl
-
Accepted as an attribute name in the
*attrib_list
argument toCreateContext
. - EGL_CONTEXT_RELEASE_BEHAVIOR_NONE_KHR - Static variable in class org.lwjgl.egl.KHRContextFlushControl
-
Accepted as an attribute value for
CONTEXT_RELEASE_BEHAVIOR_KHR
in the*attrib_list
argument toCreateContext
. - EGL_CORE_NATIVE_ENGINE - Static variable in class org.lwjgl.egl.EGL10
- EGL_COVERAGE_BUFFERS_NV - Static variable in class org.lwjgl.egl.NVCoverageSample
- EGL_COVERAGE_SAMPLE_RESOLVE_DEFAULT_NV - Static variable in class org.lwjgl.egl.NVCoverageSampleResolve
- EGL_COVERAGE_SAMPLE_RESOLVE_NONE_NV - Static variable in class org.lwjgl.egl.NVCoverageSampleResolve
- EGL_COVERAGE_SAMPLE_RESOLVE_NV - Static variable in class org.lwjgl.egl.NVCoverageSampleResolve
- EGL_COVERAGE_SAMPLES_NV - Static variable in class org.lwjgl.egl.NVCoverageSample
- EGL_CTA861_3_MAX_CONTENT_LIGHT_LEVEL_EXT - Static variable in class org.lwjgl.egl.EXTSurfaceCTA861_3Metadata
-
Accepted as attribute by
SurfaceAttrib
andQuerySurface
. - EGL_CTA861_3_MAX_FRAME_AVERAGE_LEVEL_EXT - Static variable in class org.lwjgl.egl.EXTSurfaceCTA861_3Metadata
-
Accepted as attribute by
SurfaceAttrib
andQuerySurface
. - EGL_CUDA_DEVICE_NV - Static variable in class org.lwjgl.egl.NVDeviceCUDA
- EGL_CUDA_EVENT_HANDLE_NV - Static variable in class org.lwjgl.egl.NVCUDAEvent
- EGL_D3D_TEXTURE_2D_SHARE_HANDLE_ANGLE - Static variable in class org.lwjgl.egl.ANGLED3DShareHandleClientBuffer
- EGL_D3D_TEXTURE_2D_SHARE_HANDLE_ANGLE - Static variable in class org.lwjgl.egl.ANGLESurfaceD3DTexture2DShareHandle
- EGL_D3D11_DEVICE_ANGLE - Static variable in class org.lwjgl.egl.ANGLEDeviceD3D
- EGL_D3D9_DEVICE_ANGLE - Static variable in class org.lwjgl.egl.ANGLEDeviceD3D
- EGL_DEBUG_CALLBACK_KHR - Static variable in class org.lwjgl.egl.KHRDebug
-
Tokens provided by the input attribute to eglQueryDebugKHR.
- EGL_DEBUG_MSG_CRITICAL_KHR - Static variable in class org.lwjgl.egl.KHRDebug
-
Tokens provided by the
messageType
parameter of EGLDEBUGPROCKHR or the attributes input toDebugMessageControlKHR
or attribute ofQueryDebugKHR
. - EGL_DEBUG_MSG_ERROR_KHR - Static variable in class org.lwjgl.egl.KHRDebug
-
Tokens provided by the
messageType
parameter of EGLDEBUGPROCKHR or the attributes input toDebugMessageControlKHR
or attribute ofQueryDebugKHR
. - EGL_DEBUG_MSG_INFO_KHR - Static variable in class org.lwjgl.egl.KHRDebug
-
Tokens provided by the
messageType
parameter of EGLDEBUGPROCKHR or the attributes input toDebugMessageControlKHR
or attribute ofQueryDebugKHR
. - EGL_DEBUG_MSG_WARN_KHR - Static variable in class org.lwjgl.egl.KHRDebug
-
Tokens provided by the
messageType
parameter of EGLDEBUGPROCKHR or the attributes input toDebugMessageControlKHR
or attribute ofQueryDebugKHR
. - EGL_DEFAULT_DISPLAY - Static variable in class org.lwjgl.egl.EGL14
- EGL_DEPTH_ENCODING_NONE_NV - Static variable in class org.lwjgl.egl.NVDepthNonlinear
- EGL_DEPTH_ENCODING_NONLINEAR_NV - Static variable in class org.lwjgl.egl.NVDepthNonlinear
- EGL_DEPTH_ENCODING_NV - Static variable in class org.lwjgl.egl.NVDepthNonlinear
- EGL_DEPTH_SIZE - Static variable in class org.lwjgl.egl.EGL10
- EGL_DEVICE_EXT - Static variable in class org.lwjgl.egl.EXTDeviceBase
- EGL_DEVICE_EXT - Static variable in class org.lwjgl.egl.EXTDeviceQuery
- EGL_DEVICE_UUID_EXT - Static variable in class org.lwjgl.egl.EXTDevicePersistentID
-
Accepted by the
name
parameter ofQueryDeviceBinaryEXT
. - EGL_DISCARD_SAMPLES_ARM - Static variable in class org.lwjgl.egl.ARMPixmapMultisampleDiscard
- EGL_DISPLAY_SCALING - Static variable in class org.lwjgl.egl.EGL12
- EGL_DMA_BUF_PLANE0_FD_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImport
- EGL_DMA_BUF_PLANE0_MODIFIER_HI_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImportModifiers
-
Accepted as an attribute in the
attrib_list
parameter ofCreateImageKHR
. - EGL_DMA_BUF_PLANE0_MODIFIER_LO_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImportModifiers
-
Accepted as an attribute in the
attrib_list
parameter ofCreateImageKHR
. - EGL_DMA_BUF_PLANE0_OFFSET_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImport
- EGL_DMA_BUF_PLANE0_PITCH_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImport
- EGL_DMA_BUF_PLANE1_FD_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImport
- EGL_DMA_BUF_PLANE1_MODIFIER_HI_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImportModifiers
-
Accepted as an attribute in the
attrib_list
parameter ofCreateImageKHR
. - EGL_DMA_BUF_PLANE1_MODIFIER_LO_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImportModifiers
-
Accepted as an attribute in the
attrib_list
parameter ofCreateImageKHR
. - EGL_DMA_BUF_PLANE1_OFFSET_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImport
- EGL_DMA_BUF_PLANE1_PITCH_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImport
- EGL_DMA_BUF_PLANE2_FD_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImport
- EGL_DMA_BUF_PLANE2_MODIFIER_HI_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImportModifiers
-
Accepted as an attribute in the
attrib_list
parameter ofCreateImageKHR
. - EGL_DMA_BUF_PLANE2_MODIFIER_LO_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImportModifiers
-
Accepted as an attribute in the
attrib_list
parameter ofCreateImageKHR
. - EGL_DMA_BUF_PLANE2_OFFSET_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImport
- EGL_DMA_BUF_PLANE2_PITCH_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImport
- EGL_DMA_BUF_PLANE3_FD_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImportModifiers
-
Accepted as an attribute in the
attrib_list
parameter ofCreateImageKHR
. - EGL_DMA_BUF_PLANE3_MODIFIER_HI_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImportModifiers
-
Accepted as an attribute in the
attrib_list
parameter ofCreateImageKHR
. - EGL_DMA_BUF_PLANE3_MODIFIER_LO_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImportModifiers
-
Accepted as an attribute in the
attrib_list
parameter ofCreateImageKHR
. - EGL_DMA_BUF_PLANE3_OFFSET_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImportModifiers
-
Accepted as an attribute in the
attrib_list
parameter ofCreateImageKHR
. - EGL_DMA_BUF_PLANE3_PITCH_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImportModifiers
-
Accepted as an attribute in the
attrib_list
parameter ofCreateImageKHR
. - EGL_DONT_CARE - Static variable in class org.lwjgl.egl.EGL10
- EGL_DRAW - Static variable in class org.lwjgl.egl.EGL10
- EGL_DRIVER_NAME_EXT - Static variable in class org.lwjgl.egl.EXTDevicePersistentID
-
Accepted by the
name
parameter ofQueryDeviceStringEXT
. - EGL_DRIVER_UUID_EXT - Static variable in class org.lwjgl.egl.EXTDevicePersistentID
-
Accepted by the
name
parameter ofQueryDeviceBinaryEXT
. - EGL_DRM_BUFFER_FORMAT_ARGB32_MESA - Static variable in class org.lwjgl.egl.MESADRMImage
- EGL_DRM_BUFFER_FORMAT_MESA - Static variable in class org.lwjgl.egl.MESADRMImage
- EGL_DRM_BUFFER_MESA - Static variable in class org.lwjgl.egl.MESADRMImage
- EGL_DRM_BUFFER_STRIDE_MESA - Static variable in class org.lwjgl.egl.MESADRMImage
- EGL_DRM_BUFFER_USE_MESA - Static variable in class org.lwjgl.egl.MESADRMImage
- EGL_DRM_BUFFER_USE_SCANOUT_MESA - Static variable in class org.lwjgl.egl.MESADRMImage
- EGL_DRM_BUFFER_USE_SHARE_MESA - Static variable in class org.lwjgl.egl.MESADRMImage
- EGL_DRM_CONNECTOR_EXT - Static variable in class org.lwjgl.egl.EXTOutputDRM
- EGL_DRM_CRTC_EXT - Static variable in class org.lwjgl.egl.EXTOutputDRM
- EGL_DRM_DEVICE_FILE_EXT - Static variable in class org.lwjgl.egl.EXTDeviceDRM
- EGL_DRM_PLANE_EXT - Static variable in class org.lwjgl.egl.EXTOutputDRM
- EGL_DRM_RENDER_NODE_FILE_EXT - Static variable in class org.lwjgl.egl.EXTDeviceDRMRenderNode
-
Accepted as the
name
parameter ofQueryDeviceStringEXT
. - EGL_EXT_bind_to_front - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTBindToFront
is supported. - EGL_EXT_buffer_age - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTBufferAge
is supported. - EGL_EXT_client_extensions - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true, the EXT_client_extensions extension is supported.
- EGL_EXT_client_sync - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTClientSync
is supported. - EGL_EXT_compositor - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTCompositor
is supported. - EGL_EXT_config_select_group - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTConfigSelectGroup
is supported. - EGL_EXT_create_context_robustness - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTCreateContextRobustness
is supported. - EGL_EXT_device_base - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTDeviceBase
is supported. - EGL_EXT_device_drm - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTDeviceDRM
is supported. - EGL_EXT_device_drm_render_node - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTDeviceDRMRenderNode
is supported. - EGL_EXT_device_enumeration - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTDeviceEnumeration
is supported. - EGL_EXT_device_openwf - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTDeviceOpenWF
is supported. - EGL_EXT_device_persistent_id - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTDevicePersistentID
is supported. - EGL_EXT_device_query - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTDeviceQuery
is supported. - EGL_EXT_device_query_name - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTDeviceQueryName
is supported. - EGL_EXT_gl_colorspace_bt2020_linear - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTGLColorspaceBT2020Linear
is supported. - EGL_EXT_gl_colorspace_bt2020_pq - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTGLColorspaceBT2020PQ
is supported. - EGL_EXT_gl_colorspace_display_p3 - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTGLColorspaceDisplayP3
is supported. - EGL_EXT_gl_colorspace_display_p3_linear - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTGLColorspaceDisplayP3Linear
is supported. - EGL_EXT_gl_colorspace_display_p3_passthrough - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTGLColorspaceDisplayP3Passthrough
is supported. - EGL_EXT_gl_colorspace_scrgb - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTGLColorspaceSCRGB
is supported. - EGL_EXT_gl_colorspace_scrgb_linear - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTGLColorspaceSCRGBLinear
is supported. - EGL_EXT_image_dma_buf_import - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTImageDMABufImport
is supported. - EGL_EXT_image_dma_buf_import_modifiers - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTImageDMABufImportModifiers
is supported. - EGL_EXT_image_gl_colorspace - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTImageGLColorspace
is supported. - EGL_EXT_image_implicit_sync_control - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTImageImplicitSyncControl
is supported. - EGL_EXT_multiview_window - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTMultiviewWindow
is supported. - EGL_EXT_output_base - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTOutputBase
is supported. - EGL_EXT_output_drm - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTOutputDRM
is supported. - EGL_EXT_output_openwf - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTOutputOpenWF
is supported. - EGL_EXT_pixel_format_float - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTPixelFormatFloat
is supported. - EGL_EXT_platform_base - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTPlatformBase
is supported. - EGL_EXT_platform_device - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTPlatformDevice
is supported. - EGL_EXT_platform_wayland - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTPlatformWayland
is supported. - EGL_EXT_platform_x11 - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTPlatformX11
is supported. - EGL_EXT_platform_xcb - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTPlatformXCB
is supported. - EGL_EXT_present_opaque - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTPresentOpaque
is supported. - EGL_EXT_protected_content - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTProtectedContent
is supported. - EGL_EXT_protected_surface - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTProtectedSurface
is supported. - EGL_EXT_stream_consumer_egloutput - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTStreamConsumerEGLOutput
is supported. - EGL_EXT_surface_compression - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTSurfaceCompression
is supported. - EGL_EXT_surface_CTA861_3_metadata - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTSurfaceCTA861_3Metadata
is supported. - EGL_EXT_surface_SMPTE2086_metadata - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTSurfaceSMPTE2086Metadata
is supported. - EGL_EXT_swap_buffers_with_damage - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTSwapBuffersWithDamage
is supported. - EGL_EXT_sync_reuse - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTSyncReuse
is supported. - EGL_EXT_yuv_surface - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EXTYUVSurface
is supported. - EGL_EXTENSIONS - Static variable in class org.lwjgl.egl.EGL10
- EGL_EXTERNAL_REF_ID_EXT - Static variable in class org.lwjgl.egl.EXTCompositor
- EGL_FALSE - Static variable in class org.lwjgl.egl.EGL10
- EGL_FIXED_SIZE_ANGLE - Static variable in class org.lwjgl.egl.ANGLEWindowFixedSize
- EGL_FOREVER - Static variable in class org.lwjgl.egl.EGL15
- EGL_FOREVER_KHR - Static variable in class org.lwjgl.egl.KHRReusableSync
- EGL_FOREVER_NV - Static variable in class org.lwjgl.egl.NVSync
- EGL_FORMAT_RGB_565_EXACT_KHR - Static variable in class org.lwjgl.egl.KHRLockSurface3
- EGL_FORMAT_RGB_565_KHR - Static variable in class org.lwjgl.egl.KHRLockSurface3
- EGL_FORMAT_RGBA_8888_EXACT_KHR - Static variable in class org.lwjgl.egl.KHRLockSurface3
- EGL_FORMAT_RGBA_8888_KHR - Static variable in class org.lwjgl.egl.KHRLockSurface3
- EGL_FRAMEBUFFER_TARGET_ANDROID - Static variable in class org.lwjgl.egl.ANDROIDFramebufferTarget
- EGL_FRONT_BUFFER_AUTO_REFRESH_ANDROID - Static variable in class org.lwjgl.egl.ANDROIDFrontBufferAutoRefresh
-
When used as an attribute in
SurfaceAttrib
, the value specifies whether to enable or disable auto-refresh in the Android compositor when doing front-buffer rendering. - EGL_FRONT_BUFFER_EXT - Static variable in class org.lwjgl.egl.EXTBindToFront
-
Used to denote reading the textures data from the front buffer of a double buffered Pbuffer.
- EGL_GENERATE_RESET_ON_VIDEO_MEMORY_PURGE_NV - Static variable in class org.lwjgl.egl.NVRobustnessVideoMemoryPurge
-
Accepted as an attribute name in the
*attrib_list
argument of eglCreateContext. - EGL_GL_COLORSPACE - Static variable in class org.lwjgl.egl.EGL15
- EGL_GL_COLORSPACE_BT2020_LINEAR_EXT - Static variable in class org.lwjgl.egl.EXTGLColorspaceBT2020Linear
-
Accepted as attribute values for
GL_COLORSPACE
byCreateWindowSurface
,CreatePbufferSurface
andCreatePixmapSurface
. - EGL_GL_COLORSPACE_BT2020_PQ_EXT - Static variable in class org.lwjgl.egl.EXTGLColorspaceBT2020PQ
-
Accepted as attribute values for
GL_COLORSPACE
byCreateWindowSurface
,CreatePbufferSurface
andCreatePixmapSurface
. - EGL_GL_COLORSPACE_DEFAULT_EXT - Static variable in class org.lwjgl.egl.EXTImageGLColorspace
- EGL_GL_COLORSPACE_DISPLAY_P3_EXT - Static variable in class org.lwjgl.egl.EXTGLColorspaceDisplayP3
-
Accepted as attribute values for
GL_COLORSPACE
byCreateWindowSurface
,CreatePbufferSurface
andCreatePixmapSurface
. - EGL_GL_COLORSPACE_DISPLAY_P3_LINEAR_EXT - Static variable in class org.lwjgl.egl.EXTGLColorspaceDisplayP3Linear
-
Accepted as attribute values for
GL_COLORSPACE
byCreateWindowSurface
,CreatePbufferSurface
andCreatePixmapSurface
. - EGL_GL_COLORSPACE_DISPLAY_P3_PASSTHROUGH_EXT - Static variable in class org.lwjgl.egl.EXTGLColorspaceDisplayP3Passthrough
-
Accepted as attribute values for
GL_COLORSPACE
byCreateWindowSurface
,CreatePbufferSurface
andCreatePixmapSurface
. - EGL_GL_COLORSPACE_KHR - Static variable in class org.lwjgl.egl.KHRGLColorspace
- EGL_GL_COLORSPACE_LINEAR - Static variable in class org.lwjgl.egl.EGL15
- EGL_GL_COLORSPACE_LINEAR_KHR - Static variable in class org.lwjgl.egl.KHRGLColorspace
- EGL_GL_COLORSPACE_SCRGB_EXT - Static variable in class org.lwjgl.egl.EXTGLColorspaceSCRGB
-
Accepted as attribute values for
GL_COLORSPACE
byCreateWindowSurface
,CreatePbufferSurface
andCreatePixmapSurface
. - EGL_GL_COLORSPACE_SCRGB_LINEAR_EXT - Static variable in class org.lwjgl.egl.EXTGLColorspaceSCRGBLinear
-
Accepted as attribute values for
GL_COLORSPACE
byCreateWindowSurface
,CreatePbufferSurface
andCreatePixmapSurface
. - EGL_GL_COLORSPACE_SRGB - Static variable in class org.lwjgl.egl.EGL15
- EGL_GL_COLORSPACE_SRGB_KHR - Static variable in class org.lwjgl.egl.KHRGLColorspace
- EGL_GL_RENDERBUFFER - Static variable in class org.lwjgl.egl.EGL15
- EGL_GL_RENDERBUFFER_KHR - Static variable in class org.lwjgl.egl.KHRGLRenderbufferImage
- EGL_GL_TEXTURE_2D - Static variable in class org.lwjgl.egl.EGL15
- EGL_GL_TEXTURE_2D_KHR - Static variable in class org.lwjgl.egl.KHRGLTexture2DImage
- EGL_GL_TEXTURE_3D - Static variable in class org.lwjgl.egl.EGL15
- EGL_GL_TEXTURE_3D_KHR - Static variable in class org.lwjgl.egl.KHRGLTexture3DImage
- EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X - Static variable in class org.lwjgl.egl.EGL15
- EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X_KHR - Static variable in class org.lwjgl.egl.KHRGLTextureCubemapImage
- EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y - Static variable in class org.lwjgl.egl.EGL15
- EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR - Static variable in class org.lwjgl.egl.KHRGLTextureCubemapImage
- EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z - Static variable in class org.lwjgl.egl.EGL15
- EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_KHR - Static variable in class org.lwjgl.egl.KHRGLTextureCubemapImage
- EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X - Static variable in class org.lwjgl.egl.EGL15
- EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X_KHR - Static variable in class org.lwjgl.egl.KHRGLTextureCubemapImage
- EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y - Static variable in class org.lwjgl.egl.EGL15
- EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y_KHR - Static variable in class org.lwjgl.egl.KHRGLTextureCubemapImage
- EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z - Static variable in class org.lwjgl.egl.EGL15
- EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z_KHR - Static variable in class org.lwjgl.egl.KHRGLTextureCubemapImage
- EGL_GL_TEXTURE_LEVEL - Static variable in class org.lwjgl.egl.EGL15
- EGL_GL_TEXTURE_LEVEL_KHR - Static variable in class org.lwjgl.egl.KHRGLTexture2DImage
- EGL_GL_TEXTURE_ZOFFSET - Static variable in class org.lwjgl.egl.EGL15
- EGL_GL_TEXTURE_ZOFFSET_KHR - Static variable in class org.lwjgl.egl.KHRGLTexture3DImage
- EGL_GREEN_SIZE - Static variable in class org.lwjgl.egl.EGL10
- EGL_HEIGHT - Static variable in class org.lwjgl.egl.EGL10
- EGL_HI_clientpixmap - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
HIClientpixmap
is supported. - EGL_HI_colorformats - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
HIColorformats
is supported. - EGL_HORIZONTAL_RESOLUTION - Static variable in class org.lwjgl.egl.EGL12
- EGL_IMAGE_PRESERVED - Static variable in class org.lwjgl.egl.EGL15
- EGL_IMAGE_PRESERVED_KHR - Static variable in class org.lwjgl.egl.KHRImageBase
- EGL_IMG_context_priority - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
IMGContextPriority
is supported. - EGL_IMG_image_plane_attribs - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
IMGImagePlaneAttribs
is supported. - EGL_IMPORT_EXPLICIT_SYNC_EXT - Static variable in class org.lwjgl.egl.EXTImageImplicitSyncControl
-
Accepted as the value for the
IMPORT_SYNC_TYPE_EXT
attribute. - EGL_IMPORT_IMPLICIT_SYNC_EXT - Static variable in class org.lwjgl.egl.EXTImageImplicitSyncControl
-
Accepted as the value for the
IMPORT_SYNC_TYPE_EXT
attribute. - EGL_IMPORT_SYNC_TYPE_EXT - Static variable in class org.lwjgl.egl.EXTImageImplicitSyncControl
-
Accepted as an attribute in the
attrib_list
parameter ofCreateImageKHR
. - EGL_ITU_REC2020_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImport
- EGL_ITU_REC601_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImport
- EGL_ITU_REC709_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImport
- EGL_KHR_cl_event2 - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRCLEvent2
is supported. - EGL_KHR_client_get_all_proc_addresses - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true, the KHR_client_get_all_proc_addresses extension is supported.
- EGL_KHR_config_attribs - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRConfigAttribs
is supported. - EGL_KHR_context_flush_control - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRContextFlushControl
is supported. - EGL_KHR_create_context - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRCreateContext
is supported. - EGL_KHR_create_context_no_error - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRCreateContextNoError
is supported. - EGL_KHR_debug - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRDebug
is supported. - EGL_KHR_display_reference - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRDisplayReference
is supported. - EGL_KHR_fence_sync - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRFenceSync
is supported. - EGL_KHR_get_all_proc_addresses - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true, the KHR_get_all_proc_addresses extension is supported.
- EGL_KHR_gl_colorspace - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRGLColorspace
is supported. - EGL_KHR_gl_renderbuffer_image - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRGLRenderbufferImage
is supported. - EGL_KHR_gl_texture_2D_image - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRGLTexture2DImage
is supported. - EGL_KHR_gl_texture_3D_image - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRGLTexture3DImage
is supported. - EGL_KHR_gl_texture_cubemap_image - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRGLTextureCubemapImage
is supported. - EGL_KHR_image - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRImage
is supported. - EGL_KHR_image_base - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRImageBase
is supported. - EGL_KHR_image_pixmap - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRImagePixmap
is supported. - EGL_KHR_lock_surface3 - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRLockSurface3
is supported. - EGL_KHR_mutable_render_buffer - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRMutableRenderBuffer
is supported. - EGL_KHR_no_config_context - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRNoConfigContext
is supported. - EGL_KHR_partial_update - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRPartialUpdate
is supported. - EGL_KHR_platform_android - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRPlatformAndroid
is supported. - EGL_KHR_platform_gbm - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRPlatformGBM
is supported. - EGL_KHR_platform_wayland - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRPlatformWayland
is supported. - EGL_KHR_platform_x11 - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRPlatformX11
is supported. - EGL_KHR_reusable_sync - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRReusableSync
is supported. - EGL_KHR_stream - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRStream
is supported. - EGL_KHR_stream_attrib - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRStreamAttrib
is supported. - EGL_KHR_stream_consumer_gltexture - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRStreamConsumerGLTexture
is supported. - EGL_KHR_stream_cross_process_fd - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRStreamCrossProcessFD
is supported. - EGL_KHR_stream_fifo - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRStreamFIFO
is supported. - EGL_KHR_stream_producer_aldatalocator - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true, the KHR_stream_producer_aldatalocator extension is supported.
- EGL_KHR_stream_producer_eglsurface - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRStreamProducerEGLSurface
is supported. - EGL_KHR_surfaceless_context - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true, the KHR_surfaceless_context extension is supported.
- EGL_KHR_swap_buffers_with_damage - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRSwapBuffersWithDamage
is supported. - EGL_KHR_vg_parent_image - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRVGParentImage
is supported. - EGL_KHR_wait_sync - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
KHRWaitSync
is supported. - EGL_LARGEST_PBUFFER - Static variable in class org.lwjgl.egl.EGL10
- EGL_LEVEL - Static variable in class org.lwjgl.egl.EGL10
- EGL_LINUX_DMA_BUF_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImport
- EGL_LINUX_DRM_FOURCC_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImport
- EGL_LOCK_SURFACE_BIT_KHR - Static variable in class org.lwjgl.egl.KHRLockSurface3
- EGL_LOCK_USAGE_HINT_KHR - Static variable in class org.lwjgl.egl.KHRLockSurface3
- EGL_LOSE_CONTEXT_ON_RESET - Static variable in class org.lwjgl.egl.EGL15
- EGL_LOSE_CONTEXT_ON_RESET_EXT - Static variable in class org.lwjgl.egl.EXTCreateContextRobustness
- EGL_LOSE_CONTEXT_ON_RESET_KHR - Static variable in class org.lwjgl.egl.KHRCreateContext
- EGL_LOWER_LEFT_KHR - Static variable in class org.lwjgl.egl.KHRLockSurface3
- EGL_LUMINANCE_BUFFER - Static variable in class org.lwjgl.egl.EGL12
- EGL_LUMINANCE_SIZE - Static variable in class org.lwjgl.egl.EGL12
- EGL_MAP_PRESERVE_PIXELS_KHR - Static variable in class org.lwjgl.egl.KHRLockSurface3
- EGL_MATCH_FORMAT_KHR - Static variable in class org.lwjgl.egl.KHRLockSurface3
- EGL_MATCH_NATIVE_PIXMAP - Static variable in class org.lwjgl.egl.EGL13
- EGL_MAX_PBUFFER_HEIGHT - Static variable in class org.lwjgl.egl.EGL10
- EGL_MAX_PBUFFER_PIXELS - Static variable in class org.lwjgl.egl.EGL10
- EGL_MAX_PBUFFER_WIDTH - Static variable in class org.lwjgl.egl.EGL10
- EGL_MAX_STREAM_METADATA_BLOCK_SIZE_NV - Static variable in class org.lwjgl.egl.NVStreamMetadata
-
Accepted as
attribute
byQueryDisplayAttribNV
. - EGL_MAX_STREAM_METADATA_BLOCKS_NV - Static variable in class org.lwjgl.egl.NVStreamMetadata
-
Accepted as
attribute
byQueryDisplayAttribNV
. - EGL_MAX_STREAM_METADATA_TOTAL_SIZE_NV - Static variable in class org.lwjgl.egl.NVStreamMetadata
-
Accepted as
attribute
byQueryDisplayAttribNV
. - EGL_MAX_SWAP_INTERVAL - Static variable in class org.lwjgl.egl.EGL11
- EGL_MESA_drm_image - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
MESADRMImage
is supported. - EGL_MESA_image_dma_buf_export - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
MESAImageDMABufExport
is supported. - EGL_MESA_platform_gbm - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
MESAPlatformGBM
is supported. - EGL_METADATA0_SIZE_NV - Static variable in class org.lwjgl.egl.NVStreamMetadata
- EGL_METADATA0_TYPE_NV - Static variable in class org.lwjgl.egl.NVStreamMetadata
- EGL_METADATA1_SIZE_NV - Static variable in class org.lwjgl.egl.NVStreamMetadata
- EGL_METADATA1_TYPE_NV - Static variable in class org.lwjgl.egl.NVStreamMetadata
- EGL_METADATA2_SIZE_NV - Static variable in class org.lwjgl.egl.NVStreamMetadata
- EGL_METADATA2_TYPE_NV - Static variable in class org.lwjgl.egl.NVStreamMetadata
- EGL_METADATA3_SIZE_NV - Static variable in class org.lwjgl.egl.NVStreamMetadata
- EGL_METADATA3_TYPE_NV - Static variable in class org.lwjgl.egl.NVStreamMetadata
- EGL_MIN_SWAP_INTERVAL - Static variable in class org.lwjgl.egl.EGL11
- EGL_MIPMAP_LEVEL - Static variable in class org.lwjgl.egl.EGL11
- EGL_MIPMAP_TEXTURE - Static variable in class org.lwjgl.egl.EGL11
- EGL_MULTISAMPLE_RESOLVE - Static variable in class org.lwjgl.egl.EGL14
- EGL_MULTISAMPLE_RESOLVE_BOX - Static variable in class org.lwjgl.egl.EGL14
- EGL_MULTISAMPLE_RESOLVE_BOX_BIT - Static variable in class org.lwjgl.egl.EGL14
- EGL_MULTISAMPLE_RESOLVE_DEFAULT - Static variable in class org.lwjgl.egl.EGL14
- EGL_MULTIVIEW_VIEW_COUNT_EXT - Static variable in class org.lwjgl.egl.EXTMultiviewWindow
- EGL_MUTABLE_RENDER_BUFFER_BIT_KHR - Static variable in class org.lwjgl.egl.KHRMutableRenderBuffer
-
Accepted as a new value for the
SURFACE_TYPE
EGLConfig
attribute. - EGL_NATIVE_BUFFER_ANDROID - Static variable in class org.lwjgl.egl.ANDROIDImageNativeBuffer
- EGL_NATIVE_BUFFER_MULTIPLANE_SEPARATE_IMG - Static variable in class org.lwjgl.egl.IMGImagePlaneAttribs
-
Accepted by the
attrib_list
parameter of eglCreateImageKHR. - EGL_NATIVE_BUFFER_PLANE_OFFSET_IMG - Static variable in class org.lwjgl.egl.IMGImagePlaneAttribs
-
Accepted by the
attrib_list
parameter of eglCreateImageKHR. - EGL_NATIVE_BUFFER_TIZEN - Static variable in class org.lwjgl.egl.TIZENImageNativeBuffer
- EGL_NATIVE_BUFFER_USAGE_ANDROID - Static variable in class org.lwjgl.egl.ANDROIDCreateNativeClientBuffer
-
The usage bits of the buffer data.
- EGL_NATIVE_BUFFER_USAGE_PROTECTED_BIT_ANDROID - Static variable in class org.lwjgl.egl.ANDROIDCreateNativeClientBuffer
-
Indicates that the created buffer must have a hardware-protected path to external display sink.
- EGL_NATIVE_BUFFER_USAGE_RENDERBUFFER_BIT_ANDROID - Static variable in class org.lwjgl.egl.ANDROIDCreateNativeClientBuffer
-
The buffer will be used to create a renderbuffer.
- EGL_NATIVE_BUFFER_USAGE_TEXTURE_BIT_ANDROID - Static variable in class org.lwjgl.egl.ANDROIDCreateNativeClientBuffer
-
The buffer will be used to create a texture.
- EGL_NATIVE_PIXMAP_KHR - Static variable in class org.lwjgl.egl.KHRImage
- EGL_NATIVE_PIXMAP_KHR - Static variable in class org.lwjgl.egl.KHRImagePixmap
- EGL_NATIVE_RENDERABLE - Static variable in class org.lwjgl.egl.EGL10
- EGL_NATIVE_SURFACE_TIZEN - Static variable in class org.lwjgl.egl.TIZENImageNativeSurface
- EGL_NATIVE_VISUAL_ID - Static variable in class org.lwjgl.egl.EGL10
- EGL_NATIVE_VISUAL_TYPE - Static variable in class org.lwjgl.egl.EGL10
- EGL_NO_CONFIG_KHR - Static variable in class org.lwjgl.egl.KHRNoConfigContext
-
Accepted as the
config
parameter ofCreateContext
. - EGL_NO_CONTEXT - Static variable in class org.lwjgl.egl.EGL10
-
Null values.
- EGL_NO_DEVICE_EXT - Static variable in class org.lwjgl.egl.EXTDeviceBase
- EGL_NO_DEVICE_EXT - Static variable in class org.lwjgl.egl.EXTDeviceQuery
- EGL_NO_DISPLAY - Static variable in class org.lwjgl.egl.EGL10
-
Null values.
- EGL_NO_FILE_DESCRIPTOR_KHR - Static variable in class org.lwjgl.egl.KHRStreamCrossProcessFD
- EGL_NO_IMAGE - Static variable in class org.lwjgl.egl.EGL15
- EGL_NO_IMAGE_KHR - Static variable in class org.lwjgl.egl.KHRImage
- EGL_NO_IMAGE_KHR - Static variable in class org.lwjgl.egl.KHRImageBase
- EGL_NO_NATIVE_FENCE_FD_ANDROID - Static variable in class org.lwjgl.egl.ANDROIDNativeFenceSync
- EGL_NO_OUTPUT_LAYER_EXT - Static variable in class org.lwjgl.egl.EXTOutputBase
- EGL_NO_OUTPUT_PORT_EXT - Static variable in class org.lwjgl.egl.EXTOutputBase
- EGL_NO_RESET_NOTIFICATION - Static variable in class org.lwjgl.egl.EGL15
- EGL_NO_RESET_NOTIFICATION_EXT - Static variable in class org.lwjgl.egl.EXTCreateContextRobustness
- EGL_NO_RESET_NOTIFICATION_KHR - Static variable in class org.lwjgl.egl.KHRCreateContext
- EGL_NO_STREAM_KHR - Static variable in class org.lwjgl.egl.KHRStream
- EGL_NO_SURFACE - Static variable in class org.lwjgl.egl.EGL10
-
Null values.
- EGL_NO_SYNC - Static variable in class org.lwjgl.egl.EGL15
- EGL_NO_SYNC_KHR - Static variable in class org.lwjgl.egl.KHRReusableSync
- EGL_NO_SYNC_NV - Static variable in class org.lwjgl.egl.NVSync
- EGL_NO_TEXTURE - Static variable in class org.lwjgl.egl.EGL11
- EGL_NOK_swap_region2 - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
NOKSwapRegion2
is supported. - EGL_NOK_texture_from_pixmap - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
NOKTextureFromPixmap
is supported. - EGL_NON_CONFORMANT_CONFIG - Static variable in class org.lwjgl.egl.EGL10
- EGL_NONE - Static variable in class org.lwjgl.egl.EGL10
- EGL_NOT_INITIALIZED - Static variable in class org.lwjgl.egl.EGL10
- EGL_NV_3dvision_surface - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
NV3dvisionSurface
is supported. - EGL_NV_context_priority_realtime - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
NVContextPriorityRealtime
is supported. - EGL_NV_coverage_sample - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
NVCoverageSample
is supported. - EGL_NV_coverage_sample_resolve - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
NVCoverageSampleResolve
is supported. - EGL_NV_cuda_event - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
NVCUDAEvent
is supported. - EGL_NV_depth_nonlinear - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
NVDepthNonlinear
is supported. - EGL_NV_device_cuda - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
NVDeviceCUDA
is supported. - EGL_NV_native_query - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
NVNativeQuery
is supported. - EGL_NV_post_convert_rounding - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true, the NV_post_convert_rounding extension is supported.
- EGL_NV_post_sub_buffer - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
NVPostSubBuffer
is supported. - EGL_NV_quadruple_buffer - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
NVQuadrupleBuffer
is supported. - EGL_NV_robustness_video_memory_purge - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
NVRobustnessVideoMemoryPurge
is supported. - EGL_NV_stream_consumer_eglimage - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
NVStreamConsumerEGLImage
is supported. - EGL_NV_stream_consumer_gltexture_yuv - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
NVStreamConsumerGLTextureYUV
is supported. - EGL_NV_stream_cross_display - Variable in class org.lwjgl.egl.EGLCapabilities
-
See
NV_stream_remote
. - EGL_NV_stream_cross_object - Variable in class org.lwjgl.egl.EGLCapabilities
-
See
NV_stream_remote
. - EGL_NV_stream_cross_partition - Variable in class org.lwjgl.egl.EGLCapabilities
-
See
NV_stream_remote
. - EGL_NV_stream_cross_process - Variable in class org.lwjgl.egl.EGLCapabilities
-
See
NV_stream_remote
. - EGL_NV_stream_cross_system - Variable in class org.lwjgl.egl.EGLCapabilities
-
See
NV_stream_remote
. - EGL_NV_stream_dma - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
NVStreamDMA
is supported. - EGL_NV_stream_fifo_next - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
NVStreamFIFONext
is supported. - EGL_NV_stream_fifo_synchronous - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
NVStreamFIFOSynchronous
is supported. - EGL_NV_stream_flush - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
NVStreamFlush
is supported. - EGL_NV_stream_frame_limits - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
NVStreamFrameLimits
is supported. - EGL_NV_stream_metadata - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
NVStreamMetadata
is supported. - EGL_NV_stream_remote - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
NVStreamRemote
is supported. - EGL_NV_stream_reset - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
NVStreamReset
is supported. - EGL_NV_stream_socket - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
NVStreamSocket
is supported. - EGL_NV_stream_socket_inet - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
NVStreamSocketINet
is supported. - EGL_NV_stream_socket_unix - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
NVStreamSocketUnix
is supported. - EGL_NV_stream_sync - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
NVStreamSync
is supported. - EGL_NV_sync - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
NVSync
is supported. - EGL_NV_system_time - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
NVSystemTime
is supported. - EGL_NV_triple_buffer - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
NVTripleBuffer
is supported. - EGL_OBJECT_CONTEXT_KHR - Static variable in class org.lwjgl.egl.KHRDebug
-
Tokens accepted by the
objectType
parameter of functionLabelObjectKHR
. - EGL_OBJECT_DISPLAY_KHR - Static variable in class org.lwjgl.egl.KHRDebug
-
Tokens accepted by the
objectType
parameter of functionLabelObjectKHR
. - EGL_OBJECT_IMAGE_KHR - Static variable in class org.lwjgl.egl.KHRDebug
-
Tokens accepted by the
objectType
parameter of functionLabelObjectKHR
. - EGL_OBJECT_STREAM_KHR - Static variable in class org.lwjgl.egl.KHRDebug
-
Tokens accepted by the
objectType
parameter of functionLabelObjectKHR
. - EGL_OBJECT_SURFACE_KHR - Static variable in class org.lwjgl.egl.KHRDebug
-
Tokens accepted by the
objectType
parameter of functionLabelObjectKHR
. - EGL_OBJECT_SYNC_KHR - Static variable in class org.lwjgl.egl.KHRDebug
-
Tokens accepted by the
objectType
parameter of functionLabelObjectKHR
. - EGL_OBJECT_THREAD_KHR - Static variable in class org.lwjgl.egl.KHRDebug
-
Tokens accepted by the
objectType
parameter of functionLabelObjectKHR
. - EGL_OPENGL_API - Static variable in class org.lwjgl.egl.EGL14
- EGL_OPENGL_BIT - Static variable in class org.lwjgl.egl.EGL14
- EGL_OPENGL_ES_API - Static variable in class org.lwjgl.egl.EGL12
- EGL_OPENGL_ES_BIT - Static variable in class org.lwjgl.egl.EGL12
- EGL_OPENGL_ES2_BIT - Static variable in class org.lwjgl.egl.EGL13
- EGL_OPENGL_ES3_BIT - Static variable in class org.lwjgl.egl.EGL15
- EGL_OPENGL_ES3_BIT - Static variable in class org.lwjgl.egl.KHRCreateContext
- EGL_OPENGL_ES3_BIT_KHR - Static variable in class org.lwjgl.egl.KHRCreateContext
- EGL_OPENVG_API - Static variable in class org.lwjgl.egl.EGL12
- EGL_OPENVG_BIT - Static variable in class org.lwjgl.egl.EGL12
- EGL_OPENVG_IMAGE - Static variable in class org.lwjgl.egl.EGL12
- EGL_OPENWF_DEVICE_EXT - Static variable in class org.lwjgl.egl.EXTDeviceOpenWF
- EGL_OPENWF_DEVICE_ID_EXT - Static variable in class org.lwjgl.egl.EXTDeviceOpenWF
- EGL_OPENWF_PIPELINE_ID_EXT - Static variable in class org.lwjgl.egl.EXTOutputOpenWF
- EGL_OPENWF_PORT_ID_EXT - Static variable in class org.lwjgl.egl.EXTOutputOpenWF
- EGL_OPTIMAL_FORMAT_BIT_KHR - Static variable in class org.lwjgl.egl.KHRLockSurface3
- EGL_PBUFFER_BIT - Static variable in class org.lwjgl.egl.EGL10
- EGL_PENDING_FRAME_NV - Static variable in class org.lwjgl.egl.NVStreamFIFONext
-
Accepted as the
attribute
parameter ofQueryStreamu64KHR
. - EGL_PENDING_METADATA_NV - Static variable in class org.lwjgl.egl.NVStreamMetadata
-
Accepted as
name
byQueryStreamMetadataNV
. - EGL_PIXEL_ASPECT_RATIO - Static variable in class org.lwjgl.egl.EGL12
- EGL_PIXMAP_BIT - Static variable in class org.lwjgl.egl.EGL10
- EGL_PLATFORM_ANDROID_KHR - Static variable in class org.lwjgl.egl.KHRPlatformAndroid
- EGL_PLATFORM_DEVICE_EXT - Static variable in class org.lwjgl.egl.EXTPlatformDevice
- EGL_PLATFORM_GBM_KHR - Static variable in class org.lwjgl.egl.KHRPlatformGBM
- EGL_PLATFORM_GBM_MESA - Static variable in class org.lwjgl.egl.MESAPlatformGBM
- EGL_PLATFORM_WAYLAND_EXT - Static variable in class org.lwjgl.egl.EXTPlatformWayland
- EGL_PLATFORM_WAYLAND_KHR - Static variable in class org.lwjgl.egl.KHRPlatformWayland
- EGL_PLATFORM_X11_EXT - Static variable in class org.lwjgl.egl.EXTPlatformX11
- EGL_PLATFORM_X11_KHR - Static variable in class org.lwjgl.egl.KHRPlatformX11
- EGL_PLATFORM_X11_SCREEN_EXT - Static variable in class org.lwjgl.egl.EXTPlatformX11
- EGL_PLATFORM_X11_SCREEN_KHR - Static variable in class org.lwjgl.egl.KHRPlatformX11
- EGL_PLATFORM_XCB_EXT - Static variable in class org.lwjgl.egl.EXTPlatformXCB
-
Accepted as the
platform
argument ofGetPlatformDisplayEXT
. - EGL_PLATFORM_XCB_SCREEN_EXT - Static variable in class org.lwjgl.egl.EXTPlatformXCB
-
Accepted as an attribute name in the
attrib_list
argument ofGetPlatformDisplayEXT
. - EGL_POST_SUB_BUFFER_SUPPORTED_NV - Static variable in class org.lwjgl.egl.NVPostSubBuffer
- EGL_PRESENT_OPAQUE_EXT - Static variable in class org.lwjgl.egl.EXTPresentOpaque
-
New
EGLSurface
attribute name. - EGL_PRIMARY_COMPOSITOR_CONTEXT_EXT - Static variable in class org.lwjgl.egl.EXTCompositor
-
New attributes accepted by the
attrib_list
argument ofCreateContext
. - EGL_PRODUCER_FRAME_KHR - Static variable in class org.lwjgl.egl.KHRStream
- EGL_PRODUCER_MAX_FRAME_HINT_NV - Static variable in class org.lwjgl.egl.NVStreamFrameLimits
-
Accepted as an attribute name in the
attrib_list
parameter ofCreateStreamKHR
and as theattribute
parameter ofQueryStreamKHR
. - EGL_PRODUCER_METADATA_NV - Static variable in class org.lwjgl.egl.NVStreamMetadata
-
Accepted as
name
byQueryStreamMetadataNV
. - EGL_PROTECTED_CONTENT_EXT - Static variable in class org.lwjgl.egl.EXTProtectedContent
-
Accepted as an attribute name in the
attrib_list
parameter ofCreateContext
,CreateWindowSurface
, andCreateImageKHR
; and as an parameter ofQuerySurface
andQueryContext
. - EGL_PROTECTED_CONTENT_EXT - Static variable in class org.lwjgl.egl.EXTProtectedSurface
- EGL_QUADRUPLE_BUFFER_NV - Static variable in class org.lwjgl.egl.NVQuadrupleBuffer
- EGL_READ - Static variable in class org.lwjgl.egl.EGL10
- EGL_READ_SURFACE_BIT_KHR - Static variable in class org.lwjgl.egl.KHRLockSurface3
- EGL_RECORDABLE_ANDROID - Static variable in class org.lwjgl.egl.ANDROIDRecordable
- EGL_RED_SIZE - Static variable in class org.lwjgl.egl.EGL10
- EGL_RENDER_BUFFER - Static variable in class org.lwjgl.egl.EGL12
- EGL_RENDERABLE_TYPE - Static variable in class org.lwjgl.egl.EGL12
- EGL_RENDERER_EXT - Static variable in class org.lwjgl.egl.EXTDeviceQueryName
-
Accepted by the
name
parameter ofQueryDeviceStringEXT
. - EGL_RGB_BUFFER - Static variable in class org.lwjgl.egl.EGL12
- EGL_SAMPLE_BUFFERS - Static variable in class org.lwjgl.egl.EGL10
- EGL_SAMPLE_RANGE_HINT_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImport
- EGL_SAMPLES - Static variable in class org.lwjgl.egl.EGL10
- EGL_SIGNALED - Static variable in class org.lwjgl.egl.EGL15
- EGL_SIGNALED_KHR - Static variable in class org.lwjgl.egl.KHRReusableSync
- EGL_SIGNALED_NV - Static variable in class org.lwjgl.egl.NVSync
- EGL_SINGLE_BUFFER - Static variable in class org.lwjgl.egl.EGL12
- EGL_SLOW_CONFIG - Static variable in class org.lwjgl.egl.EGL10
- EGL_SMPTE2086_DISPLAY_PRIMARY_BX_EXT - Static variable in class org.lwjgl.egl.EXTSurfaceSMPTE2086Metadata
-
Accepted as attribute by
SurfaceAttrib
andQuerySurface
. - EGL_SMPTE2086_DISPLAY_PRIMARY_BY_EXT - Static variable in class org.lwjgl.egl.EXTSurfaceSMPTE2086Metadata
-
Accepted as attribute by
SurfaceAttrib
andQuerySurface
. - EGL_SMPTE2086_DISPLAY_PRIMARY_GX_EXT - Static variable in class org.lwjgl.egl.EXTSurfaceSMPTE2086Metadata
-
Accepted as attribute by
SurfaceAttrib
andQuerySurface
. - EGL_SMPTE2086_DISPLAY_PRIMARY_GY_EXT - Static variable in class org.lwjgl.egl.EXTSurfaceSMPTE2086Metadata
-
Accepted as attribute by
SurfaceAttrib
andQuerySurface
. - EGL_SMPTE2086_DISPLAY_PRIMARY_RX_EXT - Static variable in class org.lwjgl.egl.EXTSurfaceSMPTE2086Metadata
-
Accepted as attribute by
SurfaceAttrib
andQuerySurface
. - EGL_SMPTE2086_DISPLAY_PRIMARY_RY_EXT - Static variable in class org.lwjgl.egl.EXTSurfaceSMPTE2086Metadata
-
Accepted as attribute by
SurfaceAttrib
andQuerySurface
. - EGL_SMPTE2086_MAX_LUMINANCE_EXT - Static variable in class org.lwjgl.egl.EXTSurfaceSMPTE2086Metadata
-
Accepted as attribute by
SurfaceAttrib
andQuerySurface
. - EGL_SMPTE2086_MIN_LUMINANCE_EXT - Static variable in class org.lwjgl.egl.EXTSurfaceSMPTE2086Metadata
-
Accepted as attribute by
SurfaceAttrib
andQuerySurface
. - EGL_SMPTE2086_WHITE_POINT_X_EXT - Static variable in class org.lwjgl.egl.EXTSurfaceSMPTE2086Metadata
-
Accepted as attribute by
SurfaceAttrib
andQuerySurface
. - EGL_SMPTE2086_WHITE_POINT_Y_EXT - Static variable in class org.lwjgl.egl.EXTSurfaceSMPTE2086Metadata
-
Accepted as attribute by
SurfaceAttrib
andQuerySurface
. - EGL_SOCKET_HANDLE_NV - Static variable in class org.lwjgl.egl.NVStreamSocket
-
Accepted as attribute names by
CreateStreamKHR
andQueryStreamKHR
functions. - EGL_SOCKET_TYPE_INET_NV - Static variable in class org.lwjgl.egl.NVStreamSocketINet
- EGL_SOCKET_TYPE_NV - Static variable in class org.lwjgl.egl.NVStreamSocket
-
Accepted as attribute names by
CreateStreamKHR
andQueryStreamKHR
functions. - EGL_SOCKET_TYPE_UNIX_NV - Static variable in class org.lwjgl.egl.NVStreamSocketUnix
- EGL_STENCIL_SIZE - Static variable in class org.lwjgl.egl.EGL10
- EGL_STREAM_BIT_KHR - Static variable in class org.lwjgl.egl.KHRStreamProducerEGLSurface
- EGL_STREAM_CONSUMER_IMAGE_NV - Static variable in class org.lwjgl.egl.NVStreamConsumerEGLImage
-
Accepted by the
target
parameter ofCreateImage
. - EGL_STREAM_CONSUMER_NV - Static variable in class org.lwjgl.egl.NVStreamRemote
-
Accepted by
CreateStreamKHR
andCreateStreamAttribKHR
, and returned byQueryStreamKHR
andQueryStreamAttribKHR
when attribute isSTREAM_ENDPOINT_NV
. - EGL_STREAM_CROSS_DISPLAY_NV - Static variable in class org.lwjgl.egl.NVStreamRemote
-
When
NV_stream_cross_display
is present, accepted byCreateStreamKHR
andCreateStreamAttribKHR
and returned byQueryStreamKHR
andQueryStreamAttribKHR
as value for attributeSTREAM_TYPE_NV
. - EGL_STREAM_CROSS_OBJECT_NV - Static variable in class org.lwjgl.egl.NVStreamRemote
-
When
NV_stream_cross_object
is present, accepted byCreateStreamKHR
andCreateStreamAttribKHR
and returned byQueryStreamKHR
andQueryStreamAttribKHR
as value for attributeSTREAM_TYPE_NV
. - EGL_STREAM_CROSS_PARTITION_NV - Static variable in class org.lwjgl.egl.NVStreamRemote
-
When
NV_stream_cross_partition
is present, accepted byCreateStreamKHR
andCreateStreamAttribKHR
and returned byQueryStreamKHR
andQueryStreamAttribKHR
as value for attributeSTREAM_TYPE_NV
. - EGL_STREAM_CROSS_PROCESS_NV - Static variable in class org.lwjgl.egl.NVStreamRemote
-
When
NV_stream_cross_process
is present, accepted as value for attributeSTREAM_TYPE_NV
byCreateStreamKHR
andCreateStreamAttribKHR
. - EGL_STREAM_CROSS_SYSTEM_NV - Static variable in class org.lwjgl.egl.NVStreamRemote
-
When
NV_stream_cross_system
is present, accepted byCreateStreamKHR
andCreateStreamAttribKHR
and returned byQueryStreamKHR
andQueryStreamAttribKHR
as value for attributeSTREAM_TYPE_NV
. - EGL_STREAM_DMA_NV - Static variable in class org.lwjgl.egl.NVStreamDMA
-
Accepted as attribute names in
CreateStreamKHR
,CreateStreamAttribKHR
,QueryStreamKHR
, andQueryStreamAttribKHR
. - EGL_STREAM_DMA_SERVER_NV - Static variable in class org.lwjgl.egl.NVStreamDMA
-
Accepted as attribute names in
CreateStreamKHR
,CreateStreamAttribKHR
,QueryStreamKHR
, andQueryStreamAttribKHR
. - EGL_STREAM_ENDPOINT_NV - Static variable in class org.lwjgl.egl.NVStreamRemote
-
Accepted as attribute names in
CreateStreamKHR
,CreateStreamAttribKHR
,QueryStreamKHR
, andQueryStreamAttribKHR
. - EGL_STREAM_FIFO_LENGTH_KHR - Static variable in class org.lwjgl.egl.KHRStreamFIFO
- EGL_STREAM_FIFO_SYNCHRONOUS_NV - Static variable in class org.lwjgl.egl.NVStreamFIFOSynchronous
-
Accepted as an attribute name in the
attrib_list
parameter ofCreateStreamKHR
and a theattribute
parameter ofQueryStreamKHR
. - EGL_STREAM_IMAGE_ADD_NV - Static variable in class org.lwjgl.egl.NVStreamConsumerEGLImage
-
Returned as an
event
fromQueryStreamConsumerEventNV
. - EGL_STREAM_IMAGE_AVAILABLE_NV - Static variable in class org.lwjgl.egl.NVStreamConsumerEGLImage
-
Returned as an
event
fromQueryStreamConsumerEventNV
. - EGL_STREAM_IMAGE_REMOVE_NV - Static variable in class org.lwjgl.egl.NVStreamConsumerEGLImage
-
Returned as an
event
fromQueryStreamConsumerEventNV
. - EGL_STREAM_LOCAL_NV - Static variable in class org.lwjgl.egl.NVStreamRemote
-
Accepted by
CreateStreamKHR
andCreateStreamAttribKHR
, and returned byQueryStreamKHR
andQueryStreamAttribKHR
, as value when attribute isSTREAM_TYPE_NV
,STREAM_PROTOCOL_NV
orSTREAM_ENDPOINT_NV
. - EGL_STREAM_PRODUCER_NV - Static variable in class org.lwjgl.egl.NVStreamRemote
-
Accepted by
CreateStreamKHR
andCreateStreamAttribKHR
, and returned byQueryStreamKHR
andQueryStreamAttribKHR
when attribute isSTREAM_ENDPOINT_NV
. - EGL_STREAM_PROTOCOL_FD_NV - Static variable in class org.lwjgl.egl.NVStreamRemote
-
If
KHR_stream_cross_process_fd
is present, returned byQueryStreamKHR
andQueryStreamAttribKHR
when attribute isSTREAM_PROTOCOL_NV
. - EGL_STREAM_PROTOCOL_NV - Static variable in class org.lwjgl.egl.NVStreamRemote
-
Accepted as attribute names in
CreateStreamKHR
,CreateStreamAttribKHR
,QueryStreamKHR
, andQueryStreamAttribKHR
. - EGL_STREAM_PROTOCOL_SOCKET_NV - Static variable in class org.lwjgl.egl.NVStreamSocket
- EGL_STREAM_STATE_CONNECTING_KHR - Static variable in class org.lwjgl.egl.KHRStream
- EGL_STREAM_STATE_CREATED_KHR - Static variable in class org.lwjgl.egl.KHRStream
- EGL_STREAM_STATE_DISCONNECTED_KHR - Static variable in class org.lwjgl.egl.KHRStream
- EGL_STREAM_STATE_EMPTY_KHR - Static variable in class org.lwjgl.egl.KHRStream
- EGL_STREAM_STATE_INITIALIZING_NV - Static variable in class org.lwjgl.egl.NVStreamRemote
- EGL_STREAM_STATE_KHR - Static variable in class org.lwjgl.egl.KHRStream
- EGL_STREAM_STATE_NEW_FRAME_AVAILABLE_KHR - Static variable in class org.lwjgl.egl.KHRStream
- EGL_STREAM_STATE_OLD_FRAME_AVAILABLE_KHR - Static variable in class org.lwjgl.egl.KHRStream
- EGL_STREAM_TIME_CONSUMER_KHR - Static variable in class org.lwjgl.egl.KHRStreamFIFO
- EGL_STREAM_TIME_NOW_KHR - Static variable in class org.lwjgl.egl.KHRStreamFIFO
- EGL_STREAM_TIME_PENDING_NV - Static variable in class org.lwjgl.egl.NVStreamFIFONext
-
Accepted as the
attribute
parameter ofQueryStreamTimeKHR
. - EGL_STREAM_TIME_PRODUCER_KHR - Static variable in class org.lwjgl.egl.KHRStreamFIFO
- EGL_STREAM_TYPE_NV - Static variable in class org.lwjgl.egl.NVStreamRemote
-
Accepted as attribute names in
CreateStreamKHR
,CreateStreamAttribKHR
,QueryStreamKHR
, andQueryStreamAttribKHR
. - EGL_SUCCESS - Static variable in class org.lwjgl.egl.EGL10
- EGL_SUPPORT_RESET_NV - Static variable in class org.lwjgl.egl.NVStreamReset
-
Accepted as an attribute in the
attrib_list
parameter ofCreateStreamKHR
and theattrib
parameter ofQueryStreamKHR
. - EGL_SUPPORT_REUSE_NV - Static variable in class org.lwjgl.egl.NVStreamReset
-
Accepted as an attribute in the
attrib_list
parameter ofCreateStreamKHR
and theattrib
parameter ofQueryStreamKHR
. - EGL_SURFACE_COMPRESSION_EXT - Static variable in class org.lwjgl.egl.EXTSurfaceCompression
-
New attributes accepted by the
attrib_list
argument ofCreatePlatformWindowSurface
andCreateWindowSurface
. - EGL_SURFACE_COMPRESSION_FIXED_RATE_10BPC_EXT - Static variable in class org.lwjgl.egl.EXTSurfaceCompression
-
Accepted as attribute values for
SURFACE_COMPRESSION_EXT
byCreatePlatformWindowSurface
andCreateWindowSurface
. - EGL_SURFACE_COMPRESSION_FIXED_RATE_11BPC_EXT - Static variable in class org.lwjgl.egl.EXTSurfaceCompression
-
Accepted as attribute values for
SURFACE_COMPRESSION_EXT
byCreatePlatformWindowSurface
andCreateWindowSurface
. - EGL_SURFACE_COMPRESSION_FIXED_RATE_12BPC_EXT - Static variable in class org.lwjgl.egl.EXTSurfaceCompression
-
Accepted as attribute values for
SURFACE_COMPRESSION_EXT
byCreatePlatformWindowSurface
andCreateWindowSurface
. - EGL_SURFACE_COMPRESSION_FIXED_RATE_1BPC_EXT - Static variable in class org.lwjgl.egl.EXTSurfaceCompression
-
Accepted as attribute values for
SURFACE_COMPRESSION_EXT
byCreatePlatformWindowSurface
andCreateWindowSurface
. - EGL_SURFACE_COMPRESSION_FIXED_RATE_2BPC_EXT - Static variable in class org.lwjgl.egl.EXTSurfaceCompression
-
Accepted as attribute values for
SURFACE_COMPRESSION_EXT
byCreatePlatformWindowSurface
andCreateWindowSurface
. - EGL_SURFACE_COMPRESSION_FIXED_RATE_3BPC_EXT - Static variable in class org.lwjgl.egl.EXTSurfaceCompression
-
Accepted as attribute values for
SURFACE_COMPRESSION_EXT
byCreatePlatformWindowSurface
andCreateWindowSurface
. - EGL_SURFACE_COMPRESSION_FIXED_RATE_4BPC_EXT - Static variable in class org.lwjgl.egl.EXTSurfaceCompression
-
Accepted as attribute values for
SURFACE_COMPRESSION_EXT
byCreatePlatformWindowSurface
andCreateWindowSurface
. - EGL_SURFACE_COMPRESSION_FIXED_RATE_5BPC_EXT - Static variable in class org.lwjgl.egl.EXTSurfaceCompression
-
Accepted as attribute values for
SURFACE_COMPRESSION_EXT
byCreatePlatformWindowSurface
andCreateWindowSurface
. - EGL_SURFACE_COMPRESSION_FIXED_RATE_6BPC_EXT - Static variable in class org.lwjgl.egl.EXTSurfaceCompression
-
Accepted as attribute values for
SURFACE_COMPRESSION_EXT
byCreatePlatformWindowSurface
andCreateWindowSurface
. - EGL_SURFACE_COMPRESSION_FIXED_RATE_7BPC_EXT - Static variable in class org.lwjgl.egl.EXTSurfaceCompression
-
Accepted as attribute values for
SURFACE_COMPRESSION_EXT
byCreatePlatformWindowSurface
andCreateWindowSurface
. - EGL_SURFACE_COMPRESSION_FIXED_RATE_8BPC_EXT - Static variable in class org.lwjgl.egl.EXTSurfaceCompression
-
Accepted as attribute values for
SURFACE_COMPRESSION_EXT
byCreatePlatformWindowSurface
andCreateWindowSurface
. - EGL_SURFACE_COMPRESSION_FIXED_RATE_9BPC_EXT - Static variable in class org.lwjgl.egl.EXTSurfaceCompression
-
Accepted as attribute values for
SURFACE_COMPRESSION_EXT
byCreatePlatformWindowSurface
andCreateWindowSurface
. - EGL_SURFACE_COMPRESSION_FIXED_RATE_DEFAULT_EXT - Static variable in class org.lwjgl.egl.EXTSurfaceCompression
-
Accepted as attribute values for
SURFACE_COMPRESSION_EXT
byCreatePlatformWindowSurface
andCreateWindowSurface
. - EGL_SURFACE_COMPRESSION_FIXED_RATE_NONE_EXT - Static variable in class org.lwjgl.egl.EXTSurfaceCompression
-
Accepted as attribute values for
SURFACE_COMPRESSION_EXT
byCreatePlatformWindowSurface
andCreateWindowSurface
. - EGL_SURFACE_COMPRESSION_PLANE1_EXT - Static variable in class org.lwjgl.egl.EXTSurfaceCompression
-
New attributes accepted by the
attrib_list
argument ofCreatePlatformWindowSurface
andCreateWindowSurface
. - EGL_SURFACE_COMPRESSION_PLANE2_EXT - Static variable in class org.lwjgl.egl.EXTSurfaceCompression
-
New attributes accepted by the
attrib_list
argument ofCreatePlatformWindowSurface
andCreateWindowSurface
. - EGL_SURFACE_TYPE - Static variable in class org.lwjgl.egl.EGL10
- EGL_SWAP_BEHAVIOR - Static variable in class org.lwjgl.egl.EGL12
- EGL_SWAP_BEHAVIOR_PRESERVED_BIT - Static variable in class org.lwjgl.egl.EGL14
- EGL_SWAP_INTERVAL_EXT - Static variable in class org.lwjgl.egl.EXTOutputBase
- EGL_SYNC_CL_EVENT - Static variable in class org.lwjgl.egl.EGL15
- EGL_SYNC_CL_EVENT_COMPLETE - Static variable in class org.lwjgl.egl.EGL15
- EGL_SYNC_CL_EVENT_COMPLETE_KHR - Static variable in class org.lwjgl.egl.KHRCLEvent2
- EGL_SYNC_CL_EVENT_KHR - Static variable in class org.lwjgl.egl.KHRCLEvent2
- EGL_SYNC_CLIENT_EXT - Static variable in class org.lwjgl.egl.EXTClientSync
-
Accepted by the
type
parameter ofCreateSync
, and returned invalue
whenGetSyncAttrib
is called withattribute
SYNC_TYPE
. - EGL_SYNC_CLIENT_SIGNAL_EXT - Static variable in class org.lwjgl.egl.EXTClientSync
- EGL_SYNC_CONDITION - Static variable in class org.lwjgl.egl.EGL15
- EGL_SYNC_CONDITION_KHR - Static variable in class org.lwjgl.egl.KHRFenceSync
- EGL_SYNC_CONDITION_NV - Static variable in class org.lwjgl.egl.NVSync
- EGL_SYNC_CUDA_EVENT_COMPLETE_NV - Static variable in class org.lwjgl.egl.NVCUDAEvent
- EGL_SYNC_CUDA_EVENT_NV - Static variable in class org.lwjgl.egl.NVCUDAEvent
- EGL_SYNC_FENCE - Static variable in class org.lwjgl.egl.EGL15
- EGL_SYNC_FENCE_KHR - Static variable in class org.lwjgl.egl.KHRFenceSync
- EGL_SYNC_FENCE_NV - Static variable in class org.lwjgl.egl.NVSync
- EGL_SYNC_FLUSH_COMMANDS_BIT - Static variable in class org.lwjgl.egl.EGL15
- EGL_SYNC_FLUSH_COMMANDS_BIT_KHR - Static variable in class org.lwjgl.egl.KHRReusableSync
- EGL_SYNC_FLUSH_COMMANDS_BIT_NV - Static variable in class org.lwjgl.egl.NVSync
- EGL_SYNC_NATIVE_FENCE_ANDROID - Static variable in class org.lwjgl.egl.ANDROIDNativeFenceSync
- EGL_SYNC_NATIVE_FENCE_FD_ANDROID - Static variable in class org.lwjgl.egl.ANDROIDNativeFenceSync
- EGL_SYNC_NATIVE_FENCE_SIGNALED_ANDROID - Static variable in class org.lwjgl.egl.ANDROIDNativeFenceSync
- EGL_SYNC_NEW_FRAME_NV - Static variable in class org.lwjgl.egl.NVStreamSync
- EGL_SYNC_PRIOR_COMMANDS_COMPLETE - Static variable in class org.lwjgl.egl.EGL15
- EGL_SYNC_PRIOR_COMMANDS_COMPLETE_KHR - Static variable in class org.lwjgl.egl.KHRFenceSync
- EGL_SYNC_PRIOR_COMMANDS_COMPLETE_NV - Static variable in class org.lwjgl.egl.NVSync
- EGL_SYNC_REUSABLE_KHR - Static variable in class org.lwjgl.egl.KHRReusableSync
- EGL_SYNC_STATUS - Static variable in class org.lwjgl.egl.EGL15
- EGL_SYNC_STATUS_KHR - Static variable in class org.lwjgl.egl.KHRReusableSync
- EGL_SYNC_STATUS_NV - Static variable in class org.lwjgl.egl.NVSync
- EGL_SYNC_TYPE - Static variable in class org.lwjgl.egl.EGL15
- EGL_SYNC_TYPE_KHR - Static variable in class org.lwjgl.egl.KHRReusableSync
- EGL_SYNC_TYPE_KHR - Static variable in class org.lwjgl.egl.NVStreamSync
- EGL_SYNC_TYPE_NV - Static variable in class org.lwjgl.egl.NVSync
- EGL_TEXTURE_2D - Static variable in class org.lwjgl.egl.EGL11
- EGL_TEXTURE_FORMAT - Static variable in class org.lwjgl.egl.EGL11
- EGL_TEXTURE_RGB - Static variable in class org.lwjgl.egl.EGL11
- EGL_TEXTURE_RGBA - Static variable in class org.lwjgl.egl.EGL11
- EGL_TEXTURE_TARGET - Static variable in class org.lwjgl.egl.EGL11
- EGL_TIMEOUT_EXPIRED - Static variable in class org.lwjgl.egl.EGL15
- EGL_TIMEOUT_EXPIRED_KHR - Static variable in class org.lwjgl.egl.KHRReusableSync
- EGL_TIMEOUT_EXPIRED_NV - Static variable in class org.lwjgl.egl.NVSync
- EGL_TIZEN_image_native_buffer - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
TIZENImageNativeBuffer
is supported. - EGL_TIZEN_image_native_surface - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
TIZENImageNativeSurface
is supported. - EGL_TRACK_REFERENCES_KHR - Static variable in class org.lwjgl.egl.KHRDisplayReference
-
Accepted as an attribute in the
attrib_list
parameter ofGetPlatformDisplay
and thename
parameter ofQueryDisplayAttribKHR
. - EGL_TRANSPARENT_BLUE_VALUE - Static variable in class org.lwjgl.egl.EGL10
- EGL_TRANSPARENT_GREEN_VALUE - Static variable in class org.lwjgl.egl.EGL10
- EGL_TRANSPARENT_RED_VALUE - Static variable in class org.lwjgl.egl.EGL10
- EGL_TRANSPARENT_RGB - Static variable in class org.lwjgl.egl.EGL10
- EGL_TRANSPARENT_TYPE - Static variable in class org.lwjgl.egl.EGL10
- EGL_TRIPLE_BUFFER_NV - Static variable in class org.lwjgl.egl.NVTripleBuffer
- EGL_TRUE - Static variable in class org.lwjgl.egl.EGL10
- EGL_UNKNOWN - Static variable in class org.lwjgl.egl.EGL12
- EGL_UNSIGNALED - Static variable in class org.lwjgl.egl.EGL15
- EGL_UNSIGNALED_KHR - Static variable in class org.lwjgl.egl.KHRReusableSync
- EGL_UNSIGNALED_NV - Static variable in class org.lwjgl.egl.NVSync
- EGL_UPPER_LEFT_KHR - Static variable in class org.lwjgl.egl.KHRLockSurface3
- EGL_VENDOR - Static variable in class org.lwjgl.egl.EGL10
- EGL_VERSION - Static variable in class org.lwjgl.egl.EGL10
- EGL_VERTICAL_RESOLUTION - Static variable in class org.lwjgl.egl.EGL12
- EGL_VG_ALPHA_FORMAT - Static variable in class org.lwjgl.egl.EGL13
- EGL_VG_ALPHA_FORMAT_NONPRE - Static variable in class org.lwjgl.egl.EGL13
- EGL_VG_ALPHA_FORMAT_PRE - Static variable in class org.lwjgl.egl.EGL13
- EGL_VG_ALPHA_FORMAT_PRE_BIT - Static variable in class org.lwjgl.egl.EGL13
- EGL_VG_ALPHA_FORMAT_PRE_BIT_KHR - Static variable in class org.lwjgl.egl.KHRConfigAttribs
- EGL_VG_COLORSPACE - Static variable in class org.lwjgl.egl.EGL13
- EGL_VG_COLORSPACE_LINEAR - Static variable in class org.lwjgl.egl.EGL13
- EGL_VG_COLORSPACE_LINEAR_BIT - Static variable in class org.lwjgl.egl.EGL13
- EGL_VG_COLORSPACE_LINEAR_BIT_KHR - Static variable in class org.lwjgl.egl.KHRConfigAttribs
- EGL_VG_COLORSPACE_sRGB - Static variable in class org.lwjgl.egl.EGL13
- EGL_VG_PARENT_IMAGE_KHR - Static variable in class org.lwjgl.egl.KHRVGParentImage
- EGL_WIDTH - Static variable in class org.lwjgl.egl.EGL10
- EGL_WINDOW_BIT - Static variable in class org.lwjgl.egl.EGL10
- EGL_WL_bind_wayland_display - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
WLBindWaylandDisplay
is supported. - EGL_WL_create_wayland_buffer_from_image - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
WLCreateWaylandBufferFromImage
is supported. - EGL_WRITE_SURFACE_BIT_KHR - Static variable in class org.lwjgl.egl.KHRLockSurface3
- EGL_Y_INVERTED_NOK - Static variable in class org.lwjgl.egl.NOKTextureFromPixmap
- EGL_YUV_BUFFER_EXT - Static variable in class org.lwjgl.egl.EXTYUVSurface
-
Accepted as a new value for the
COLOR_BUFFER_TYPE
attribute. - EGL_YUV_BUFFER_EXT - Static variable in class org.lwjgl.egl.NVStreamConsumerGLTextureYUV
-
Accepted as value for
COLOR_BUFFER_TYPE
attribute inattrib_list
byStreamConsumerGLTextureExternalAttribsNV
. - EGL_YUV_CHROMA_HORIZONTAL_SITING_HINT_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImport
- EGL_YUV_CHROMA_SITING_0_5_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImport
- EGL_YUV_CHROMA_SITING_0_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImport
- EGL_YUV_CHROMA_VERTICAL_SITING_HINT_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImport
- EGL_YUV_COLOR_SPACE_HINT_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImport
- EGL_YUV_CSC_STANDARD_2020_EXT - Static variable in class org.lwjgl.egl.EXTYUVSurface
-
Accepted values for the
YUV_CSC_STANDARD_EXT
attribute. - EGL_YUV_CSC_STANDARD_601_EXT - Static variable in class org.lwjgl.egl.EXTYUVSurface
-
Accepted values for the
YUV_CSC_STANDARD_EXT
attribute. - EGL_YUV_CSC_STANDARD_709_EXT - Static variable in class org.lwjgl.egl.EXTYUVSurface
-
Accepted values for the
YUV_CSC_STANDARD_EXT
attribute. - EGL_YUV_CSC_STANDARD_EXT - Static variable in class org.lwjgl.egl.EXTYUVSurface
-
A new set of
EGLConfig
attributes are available. - EGL_YUV_DEPTH_RANGE_EXT - Static variable in class org.lwjgl.egl.EXTYUVSurface
-
A new set of
EGLConfig
attributes are available. - EGL_YUV_DEPTH_RANGE_FULL_EXT - Static variable in class org.lwjgl.egl.EXTYUVSurface
-
Accepted values for the
YUV_DEPTH_RANGE_EXT
attribute. - EGL_YUV_DEPTH_RANGE_LIMITED_EXT - Static variable in class org.lwjgl.egl.EXTYUVSurface
-
Accepted values for the
YUV_DEPTH_RANGE_EXT
attribute. - EGL_YUV_FULL_RANGE_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImport
- EGL_YUV_NARROW_RANGE_EXT - Static variable in class org.lwjgl.egl.EXTImageDMABufImport
- EGL_YUV_NUMBER_OF_PLANES_EXT - Static variable in class org.lwjgl.egl.EXTYUVSurface
-
A new set of
EGLConfig
attributes are available. - EGL_YUV_NUMBER_OF_PLANES_EXT - Static variable in class org.lwjgl.egl.NVStreamConsumerGLTextureYUV
-
Accepted as attribute name in
attrib_list
byStreamConsumerGLTextureExternalAttribsNV
. - EGL_YUV_ORDER_AYUV_EXT - Static variable in class org.lwjgl.egl.EXTYUVSurface
-
Accepted values for the
YUV_ORDER_EXT
attribute. - EGL_YUV_ORDER_EXT - Static variable in class org.lwjgl.egl.EXTYUVSurface
-
A new set of
EGLConfig
attributes are available. - EGL_YUV_ORDER_UYVY_EXT - Static variable in class org.lwjgl.egl.EXTYUVSurface
-
Accepted values for the
YUV_ORDER_EXT
attribute. - EGL_YUV_ORDER_VYUY_EXT - Static variable in class org.lwjgl.egl.EXTYUVSurface
-
Accepted values for the
YUV_ORDER_EXT
attribute. - EGL_YUV_ORDER_YUV_EXT - Static variable in class org.lwjgl.egl.EXTYUVSurface
-
Accepted values for the
YUV_ORDER_EXT
attribute. - EGL_YUV_ORDER_YUYV_EXT - Static variable in class org.lwjgl.egl.EXTYUVSurface
-
Accepted values for the
YUV_ORDER_EXT
attribute. - EGL_YUV_ORDER_YVU_EXT - Static variable in class org.lwjgl.egl.EXTYUVSurface
-
Accepted values for the
YUV_ORDER_EXT
attribute. - EGL_YUV_ORDER_YVYU_EXT - Static variable in class org.lwjgl.egl.EXTYUVSurface
-
Accepted values for the
YUV_ORDER_EXT
attribute. - EGL_YUV_PLANE_BPP_0_EXT - Static variable in class org.lwjgl.egl.EXTYUVSurface
-
Accepted values for the
YUV_PLANE_BPP_EXT
attribute. - EGL_YUV_PLANE_BPP_10_EXT - Static variable in class org.lwjgl.egl.EXTYUVSurface
-
Accepted values for the
YUV_PLANE_BPP_EXT
attribute. - EGL_YUV_PLANE_BPP_8_EXT - Static variable in class org.lwjgl.egl.EXTYUVSurface
-
Accepted values for the
YUV_PLANE_BPP_EXT
attribute. - EGL_YUV_PLANE_BPP_EXT - Static variable in class org.lwjgl.egl.EXTYUVSurface
-
A new set of
EGLConfig
attributes are available. - EGL_YUV_PLANE0_TEXTURE_UNIT_NV - Static variable in class org.lwjgl.egl.NVStreamConsumerGLTextureYUV
-
Accepted as attribute name in
attrib_list
byStreamConsumerGLTextureExternalAttribsNV
. - EGL_YUV_PLANE1_TEXTURE_UNIT_NV - Static variable in class org.lwjgl.egl.NVStreamConsumerGLTextureYUV
-
Accepted as attribute name in
attrib_list
byStreamConsumerGLTextureExternalAttribsNV
. - EGL_YUV_PLANE2_TEXTURE_UNIT_NV - Static variable in class org.lwjgl.egl.NVStreamConsumerGLTextureYUV
-
Accepted as attribute name in
attrib_list
byStreamConsumerGLTextureExternalAttribsNV
. - EGL_YUV_SUBSAMPLE_4_2_0_EXT - Static variable in class org.lwjgl.egl.EXTYUVSurface
-
Accepted values for the
YUV_SUBSAMPLE_EXT
attribute. - EGL_YUV_SUBSAMPLE_4_2_2_EXT - Static variable in class org.lwjgl.egl.EXTYUVSurface
-
Accepted values for the
YUV_SUBSAMPLE_EXT
attribute. - EGL_YUV_SUBSAMPLE_4_4_4_EXT - Static variable in class org.lwjgl.egl.EXTYUVSurface
-
Accepted values for the
YUV_SUBSAMPLE_EXT
attribute. - EGL_YUV_SUBSAMPLE_EXT - Static variable in class org.lwjgl.egl.EXTYUVSurface
-
A new set of
EGLConfig
attributes are available. - EGL10 - Class in org.lwjgl.egl
-
The core EGL 1.0 functionality.
- EGL10 - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EGL10
is supported. - EGL11 - Class in org.lwjgl.egl
-
The core EGL 1.1 functionality.
- EGL11 - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EGL11
is supported. - EGL12 - Class in org.lwjgl.egl
-
The core EGL 1.2 functionality.
- EGL12 - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EGL12
is supported. - EGL13 - Class in org.lwjgl.egl
-
The core EGL 1.3 functionality.
- EGL13 - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EGL13
is supported. - EGL14 - Class in org.lwjgl.egl
-
The core EGL 1.4 functionality.
- EGL14 - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EGL14
is supported. - EGL15 - Class in org.lwjgl.egl
-
The core EGL 1.5 functionality.
- EGL15 - Variable in class org.lwjgl.egl.EGLCapabilities
-
When true,
EGL15
is supported. - eglBindAPI - Variable in class org.lwjgl.egl.EGLCapabilities
- eglBindAPI(int) - Static method in class org.lwjgl.egl.EGL12
- eglBindTexImage - Variable in class org.lwjgl.egl.EGLCapabilities
- eglBindTexImage(long, long, int) - Static method in class org.lwjgl.egl.EGL11
- eglBindWaylandDisplayWL - Variable in class org.lwjgl.egl.EGLCapabilities
- eglBindWaylandDisplayWL(long, long) - Static method in class org.lwjgl.egl.WLBindWaylandDisplay
- EGLCapabilities - Class in org.lwjgl.egl
-
Defines the capabilities of an EGLDisplay or the EGL client library.
- eglChooseConfig - Variable in class org.lwjgl.egl.EGLCapabilities
- eglChooseConfig(long, int[], PointerBuffer, int[]) - Static method in class org.lwjgl.egl.EGL10
-
Array version of:
ChooseConfig
- eglChooseConfig(long, IntBuffer, PointerBuffer, IntBuffer) - Static method in class org.lwjgl.egl.EGL10
- EGLClientPixmapHI - Class in org.lwjgl.egl
-
Specifies the width, height, stride, format and memory pointer of the pixmap to be used by the function
CreatePixmapSurfaceHI
to create thePixmapSurface
. - EGLClientPixmapHI(ByteBuffer) - Constructor for class org.lwjgl.egl.EGLClientPixmapHI
-
Creates a
EGLClientPixmapHI
instance at the current position of the specifiedByteBuffer
container. - EGLClientPixmapHI.Buffer - Class in org.lwjgl.egl
-
An array of
EGLClientPixmapHI
structs. - eglClientSignalSyncEXT - Variable in class org.lwjgl.egl.EGLCapabilities
- eglClientSignalSyncEXT(long, long, PointerBuffer) - Static method in class org.lwjgl.egl.EXTClientSync
- eglClientWaitSync - Variable in class org.lwjgl.egl.EGLCapabilities
- eglClientWaitSync(long, long, int, long) - Static method in class org.lwjgl.egl.EGL15
- eglClientWaitSyncKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglClientWaitSyncKHR(long, long, int, long) - Static method in class org.lwjgl.egl.KHRFenceSync
- eglClientWaitSyncKHR(long, long, int, long) - Static method in class org.lwjgl.egl.KHRReusableSync
- eglClientWaitSyncNV - Variable in class org.lwjgl.egl.EGLCapabilities
- eglClientWaitSyncNV(long, int, long) - Static method in class org.lwjgl.egl.NVSync
- eglCompositorBindTexWindowEXT - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCompositorBindTexWindowEXT(int) - Static method in class org.lwjgl.egl.EXTCompositor
- eglCompositorSetContextAttributesEXT - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCompositorSetContextAttributesEXT(int, int[]) - Static method in class org.lwjgl.egl.EXTCompositor
-
Array version of:
CompositorSetContextAttributesEXT
- eglCompositorSetContextAttributesEXT(int, IntBuffer) - Static method in class org.lwjgl.egl.EXTCompositor
- eglCompositorSetContextListEXT - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCompositorSetContextListEXT(int[]) - Static method in class org.lwjgl.egl.EXTCompositor
-
Array version of:
CompositorSetContextListEXT
- eglCompositorSetContextListEXT(IntBuffer) - Static method in class org.lwjgl.egl.EXTCompositor
- eglCompositorSetSizeEXT - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCompositorSetSizeEXT(int, int, int) - Static method in class org.lwjgl.egl.EXTCompositor
- eglCompositorSetWindowAttributesEXT - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCompositorSetWindowAttributesEXT(int, int[]) - Static method in class org.lwjgl.egl.EXTCompositor
-
Array version of:
CompositorSetWindowAttributesEXT
- eglCompositorSetWindowAttributesEXT(int, IntBuffer) - Static method in class org.lwjgl.egl.EXTCompositor
- eglCompositorSetWindowListEXT - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCompositorSetWindowListEXT(int, int[]) - Static method in class org.lwjgl.egl.EXTCompositor
-
Array version of:
CompositorSetWindowListEXT
- eglCompositorSetWindowListEXT(int, IntBuffer) - Static method in class org.lwjgl.egl.EXTCompositor
- eglCompositorSwapPolicyEXT - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCompositorSwapPolicyEXT(int, int) - Static method in class org.lwjgl.egl.EXTCompositor
- eglCopyBuffers - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCopyBuffers(long, long, long) - Static method in class org.lwjgl.egl.EGL10
- eglCreateContext - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCreateContext(long, long, long, int[]) - Static method in class org.lwjgl.egl.EGL10
-
Array version of:
CreateContext
- eglCreateContext(long, long, long, IntBuffer) - Static method in class org.lwjgl.egl.EGL10
- eglCreateDRMImageMESA - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCreateDRMImageMESA(long, int[]) - Static method in class org.lwjgl.egl.MESADRMImage
-
Array version of:
CreateDRMImageMESA
- eglCreateDRMImageMESA(long, IntBuffer) - Static method in class org.lwjgl.egl.MESADRMImage
- eglCreateFenceSyncNV - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCreateFenceSyncNV(long, int, int[]) - Static method in class org.lwjgl.egl.NVSync
-
Array version of:
CreateFenceSyncNV
- eglCreateFenceSyncNV(long, int, IntBuffer) - Static method in class org.lwjgl.egl.NVSync
- eglCreateImage - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCreateImage(long, long, int, long, PointerBuffer) - Static method in class org.lwjgl.egl.EGL15
- eglCreateImageKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCreateImageKHR(long, long, int, long, int[]) - Static method in class org.lwjgl.egl.KHRImage
-
Array version of:
CreateImageKHR
- eglCreateImageKHR(long, long, int, long, int[]) - Static method in class org.lwjgl.egl.KHRImageBase
-
Array version of:
CreateImageKHR
- eglCreateImageKHR(long, long, int, long, IntBuffer) - Static method in class org.lwjgl.egl.KHRImage
- eglCreateImageKHR(long, long, int, long, IntBuffer) - Static method in class org.lwjgl.egl.KHRImageBase
- eglCreateNativeClientBufferANDROID - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCreateNativeClientBufferANDROID(int[]) - Static method in class org.lwjgl.egl.ANDROIDCreateNativeClientBuffer
-
Array version of:
CreateNativeClientBufferANDROID
- eglCreateNativeClientBufferANDROID(IntBuffer) - Static method in class org.lwjgl.egl.ANDROIDCreateNativeClientBuffer
-
May be used to create an
EGLClientBuffer
backed by anANativeWindowBuffer
struct. - eglCreatePbufferFromClientBuffer - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCreatePbufferFromClientBuffer(long, int, long, long, int[]) - Static method in class org.lwjgl.egl.EGL12
-
Array version of:
CreatePbufferFromClientBuffer
- eglCreatePbufferFromClientBuffer(long, int, long, long, IntBuffer) - Static method in class org.lwjgl.egl.EGL12
- eglCreatePbufferSurface - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCreatePbufferSurface(long, long, int[]) - Static method in class org.lwjgl.egl.EGL10
-
Array version of:
CreatePbufferSurface
- eglCreatePbufferSurface(long, long, IntBuffer) - Static method in class org.lwjgl.egl.EGL10
- eglCreatePixmapSurface - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCreatePixmapSurface(long, long, long, int[]) - Static method in class org.lwjgl.egl.EGL10
-
Array version of:
CreatePixmapSurface
- eglCreatePixmapSurface(long, long, long, IntBuffer) - Static method in class org.lwjgl.egl.EGL10
- eglCreatePixmapSurfaceHI - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCreatePixmapSurfaceHI(long, long, EGLClientPixmapHI) - Static method in class org.lwjgl.egl.HIClientpixmap
- eglCreatePlatformPixmapSurface - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCreatePlatformPixmapSurface(long, long, long, PointerBuffer) - Static method in class org.lwjgl.egl.EGL15
- eglCreatePlatformPixmapSurfaceEXT - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCreatePlatformPixmapSurfaceEXT(long, long, long, int[]) - Static method in class org.lwjgl.egl.EXTPlatformBase
-
Array version of:
CreatePlatformPixmapSurfaceEXT
- eglCreatePlatformPixmapSurfaceEXT(long, long, long, IntBuffer) - Static method in class org.lwjgl.egl.EXTPlatformBase
- eglCreatePlatformWindowSurface - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCreatePlatformWindowSurface(long, long, long, PointerBuffer) - Static method in class org.lwjgl.egl.EGL15
- eglCreatePlatformWindowSurfaceEXT - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCreatePlatformWindowSurfaceEXT(long, long, long, int[]) - Static method in class org.lwjgl.egl.EXTPlatformBase
-
Array version of:
CreatePlatformWindowSurfaceEXT
- eglCreatePlatformWindowSurfaceEXT(long, long, long, IntBuffer) - Static method in class org.lwjgl.egl.EXTPlatformBase
- eglCreateStreamAttribKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCreateStreamAttribKHR(long, PointerBuffer) - Static method in class org.lwjgl.egl.KHRStreamAttrib
- eglCreateStreamFromFileDescriptorKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCreateStreamFromFileDescriptorKHR(long, int) - Static method in class org.lwjgl.egl.KHRStreamCrossProcessFD
- eglCreateStreamKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCreateStreamKHR(long, int[]) - Static method in class org.lwjgl.egl.KHRStream
-
Array version of:
CreateStreamKHR
- eglCreateStreamKHR(long, IntBuffer) - Static method in class org.lwjgl.egl.KHRStream
- eglCreateStreamProducerSurfaceKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCreateStreamProducerSurfaceKHR(long, long, long, int[]) - Static method in class org.lwjgl.egl.KHRStreamProducerEGLSurface
-
Array version of:
CreateStreamProducerSurfaceKHR
- eglCreateStreamProducerSurfaceKHR(long, long, long, IntBuffer) - Static method in class org.lwjgl.egl.KHRStreamProducerEGLSurface
- eglCreateStreamSyncNV - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCreateStreamSyncNV(long, long, int, int[]) - Static method in class org.lwjgl.egl.NVStreamSync
-
Array version of:
CreateStreamSyncNV
- eglCreateStreamSyncNV(long, long, int, IntBuffer) - Static method in class org.lwjgl.egl.NVStreamSync
- eglCreateSync - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCreateSync(long, int, PointerBuffer) - Static method in class org.lwjgl.egl.EGL15
- eglCreateSync64KHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCreateSync64KHR(long, int, PointerBuffer) - Static method in class org.lwjgl.egl.KHRCLEvent2
- eglCreateSyncKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCreateSyncKHR(long, int, int[]) - Static method in class org.lwjgl.egl.KHRFenceSync
-
Array version of:
CreateSyncKHR
- eglCreateSyncKHR(long, int, int[]) - Static method in class org.lwjgl.egl.KHRReusableSync
-
Array version of:
CreateSyncKHR
- eglCreateSyncKHR(long, int, IntBuffer) - Static method in class org.lwjgl.egl.KHRFenceSync
- eglCreateSyncKHR(long, int, IntBuffer) - Static method in class org.lwjgl.egl.KHRReusableSync
- eglCreateWaylandBufferFromImageWL - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCreateWaylandBufferFromImageWL(long, long) - Static method in class org.lwjgl.egl.WLCreateWaylandBufferFromImage
- eglCreateWindowSurface - Variable in class org.lwjgl.egl.EGLCapabilities
- eglCreateWindowSurface(long, long, long, int[]) - Static method in class org.lwjgl.egl.EGL10
-
Array version of:
CreateWindowSurface
- eglCreateWindowSurface(long, long, long, IntBuffer) - Static method in class org.lwjgl.egl.EGL10
- eglDebugMessageControlKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglDebugMessageControlKHR(EGLDebugMessageKHRCallbackI, PointerBuffer) - Static method in class org.lwjgl.egl.KHRDebug
- EGLDebugMessageKHRCallback - Class in org.lwjgl.egl
-
Instances of this class may be passed to the
DebugMessageControlKHR
method. - EGLDebugMessageKHRCallbackI - Interface in org.lwjgl.egl
-
Instances of this interface may be passed to the
DebugMessageControlKHR
method. - eglDestroyContext - Variable in class org.lwjgl.egl.EGLCapabilities
- eglDestroyContext(long, long) - Static method in class org.lwjgl.egl.EGL10
- eglDestroyImage - Variable in class org.lwjgl.egl.EGLCapabilities
- eglDestroyImage(long, long) - Static method in class org.lwjgl.egl.EGL15
- eglDestroyImageKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglDestroyImageKHR(long, long) - Static method in class org.lwjgl.egl.KHRImage
- eglDestroyImageKHR(long, long) - Static method in class org.lwjgl.egl.KHRImageBase
- eglDestroyStreamKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglDestroyStreamKHR(long, long) - Static method in class org.lwjgl.egl.KHRStream
- eglDestroySurface - Variable in class org.lwjgl.egl.EGLCapabilities
- eglDestroySurface(long, long) - Static method in class org.lwjgl.egl.EGL10
- eglDestroySync - Variable in class org.lwjgl.egl.EGLCapabilities
- eglDestroySync(long, long) - Static method in class org.lwjgl.egl.EGL15
- eglDestroySyncKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglDestroySyncKHR(long, long) - Static method in class org.lwjgl.egl.KHRFenceSync
- eglDestroySyncKHR(long, long) - Static method in class org.lwjgl.egl.KHRReusableSync
- eglDestroySyncNV - Variable in class org.lwjgl.egl.EGLCapabilities
- eglDestroySyncNV(long) - Static method in class org.lwjgl.egl.NVSync
- eglDupNativeFenceFDANDROID - Variable in class org.lwjgl.egl.EGLCapabilities
- eglDupNativeFenceFDANDROID(long, long) - Static method in class org.lwjgl.egl.ANDROIDNativeFenceSync
- eglExportDMABUFImageMESA - Variable in class org.lwjgl.egl.EGLCapabilities
- eglExportDMABUFImageMESA(long, long, int[], int[], int[]) - Static method in class org.lwjgl.egl.MESAImageDMABufExport
-
Array version of:
ExportDMABUFImageMESA
- eglExportDMABUFImageMESA(long, long, IntBuffer, IntBuffer, IntBuffer) - Static method in class org.lwjgl.egl.MESAImageDMABufExport
- eglExportDMABUFImageQueryMESA - Variable in class org.lwjgl.egl.EGLCapabilities
- eglExportDMABUFImageQueryMESA(long, long, int[], int[], long[]) - Static method in class org.lwjgl.egl.MESAImageDMABufExport
-
Array version of:
ExportDMABUFImageQueryMESA
- eglExportDMABUFImageQueryMESA(long, long, IntBuffer, IntBuffer, LongBuffer) - Static method in class org.lwjgl.egl.MESAImageDMABufExport
- eglExportDRMImageMESA - Variable in class org.lwjgl.egl.EGLCapabilities
- eglExportDRMImageMESA(long, long, int[], int[], int[]) - Static method in class org.lwjgl.egl.MESADRMImage
-
Array version of:
ExportDRMImageMESA
- eglExportDRMImageMESA(long, long, IntBuffer, IntBuffer, IntBuffer) - Static method in class org.lwjgl.egl.MESADRMImage
- eglFenceNV - Variable in class org.lwjgl.egl.EGLCapabilities
- eglFenceNV(long) - Static method in class org.lwjgl.egl.NVSync
- EGLGetBlobFuncANDROID - Class in org.lwjgl.egl
-
Instances of this class may be passed to the
SetBlobCacheFuncsANDROID
method. - EGLGetBlobFuncANDROIDI - Interface in org.lwjgl.egl
-
Instances of this interface may be passed to the
SetBlobCacheFuncsANDROID
method. - eglGetConfigAttrib - Variable in class org.lwjgl.egl.EGLCapabilities
- eglGetConfigAttrib(long, long, int, int[]) - Static method in class org.lwjgl.egl.EGL10
-
Array version of:
GetConfigAttrib
- eglGetConfigAttrib(long, long, int, IntBuffer) - Static method in class org.lwjgl.egl.EGL10
- eglGetConfigs - Variable in class org.lwjgl.egl.EGLCapabilities
- eglGetConfigs(long, PointerBuffer, int[]) - Static method in class org.lwjgl.egl.EGL10
-
Array version of:
GetConfigs
- eglGetConfigs(long, PointerBuffer, IntBuffer) - Static method in class org.lwjgl.egl.EGL10
- eglGetCurrentContext - Variable in class org.lwjgl.egl.EGLCapabilities
- eglGetCurrentContext() - Static method in class org.lwjgl.egl.EGL14
- eglGetCurrentDisplay - Variable in class org.lwjgl.egl.EGLCapabilities
- eglGetCurrentDisplay() - Static method in class org.lwjgl.egl.EGL10
- eglGetCurrentSurface - Variable in class org.lwjgl.egl.EGLCapabilities
- eglGetCurrentSurface(int) - Static method in class org.lwjgl.egl.EGL10
- eglGetDisplay - Variable in class org.lwjgl.egl.EGLCapabilities
- eglGetDisplay(long) - Static method in class org.lwjgl.egl.EGL10
- eglGetError - Variable in class org.lwjgl.egl.EGLCapabilities
- eglGetError() - Static method in class org.lwjgl.egl.EGL10
- eglGetMscRateANGLE - Variable in class org.lwjgl.egl.EGLCapabilities
- eglGetMscRateANGLE(long, long, int[], int[]) - Static method in class org.lwjgl.egl.ANGLESyncControlRate
-
Array version of:
GetMscRateANGLE
- eglGetMscRateANGLE(long, long, IntBuffer, IntBuffer) - Static method in class org.lwjgl.egl.ANGLESyncControlRate
- eglGetOutputLayersEXT - Variable in class org.lwjgl.egl.EGLCapabilities
- eglGetOutputLayersEXT(long, PointerBuffer, PointerBuffer, int[]) - Static method in class org.lwjgl.egl.EXTOutputBase
-
Array version of:
GetOutputLayersEXT
- eglGetOutputLayersEXT(long, PointerBuffer, PointerBuffer, IntBuffer) - Static method in class org.lwjgl.egl.EXTOutputBase
- eglGetOutputPortsEXT - Variable in class org.lwjgl.egl.EGLCapabilities
- eglGetOutputPortsEXT(long, PointerBuffer, PointerBuffer, int[]) - Static method in class org.lwjgl.egl.EXTOutputBase
-
Array version of:
GetOutputPortsEXT
- eglGetOutputPortsEXT(long, PointerBuffer, PointerBuffer, IntBuffer) - Static method in class org.lwjgl.egl.EXTOutputBase
- eglGetPlatformDisplay - Variable in class org.lwjgl.egl.EGLCapabilities
- eglGetPlatformDisplay(int, long, PointerBuffer) - Static method in class org.lwjgl.egl.EGL15
- eglGetPlatformDisplayEXT - Variable in class org.lwjgl.egl.EGLCapabilities
- eglGetPlatformDisplayEXT(int, long, int[]) - Static method in class org.lwjgl.egl.EXTPlatformBase
-
Array version of:
GetPlatformDisplayEXT
- eglGetPlatformDisplayEXT(int, long, IntBuffer) - Static method in class org.lwjgl.egl.EXTPlatformBase
- eglGetProcAddress - Variable in class org.lwjgl.egl.EGLCapabilities
- eglGetProcAddress(CharSequence) - Static method in class org.lwjgl.egl.EGL10
- eglGetProcAddress(ByteBuffer) - Static method in class org.lwjgl.egl.EGL10
- eglGetStreamFileDescriptorKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglGetStreamFileDescriptorKHR(long, long) - Static method in class org.lwjgl.egl.KHRStreamCrossProcessFD
- eglGetSyncAttrib - Variable in class org.lwjgl.egl.EGLCapabilities
- eglGetSyncAttrib(long, long, int, PointerBuffer) - Static method in class org.lwjgl.egl.EGL15
- eglGetSyncAttribKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglGetSyncAttribKHR(long, long, int, int[]) - Static method in class org.lwjgl.egl.KHRFenceSync
-
Array version of:
GetSyncAttribKHR
- eglGetSyncAttribKHR(long, long, int, int[]) - Static method in class org.lwjgl.egl.KHRReusableSync
-
Array version of:
GetSyncAttribKHR
- eglGetSyncAttribKHR(long, long, int, IntBuffer) - Static method in class org.lwjgl.egl.KHRFenceSync
- eglGetSyncAttribKHR(long, long, int, IntBuffer) - Static method in class org.lwjgl.egl.KHRReusableSync
- eglGetSyncAttribNV - Variable in class org.lwjgl.egl.EGLCapabilities
- eglGetSyncAttribNV(long, int, int[]) - Static method in class org.lwjgl.egl.NVSync
-
Array version of:
GetSyncAttribNV
- eglGetSyncAttribNV(long, int, IntBuffer) - Static method in class org.lwjgl.egl.NVSync
- eglGetSystemTimeFrequencyNV - Variable in class org.lwjgl.egl.EGLCapabilities
- eglGetSystemTimeFrequencyNV() - Static method in class org.lwjgl.egl.NVSystemTime
- eglGetSystemTimeNV - Variable in class org.lwjgl.egl.EGLCapabilities
- eglGetSystemTimeNV() - Static method in class org.lwjgl.egl.NVSystemTime
- eglInitialize - Variable in class org.lwjgl.egl.EGLCapabilities
- eglInitialize(long, int[], int[]) - Static method in class org.lwjgl.egl.EGL10
-
Array version of:
Initialize
- eglInitialize(long, IntBuffer, IntBuffer) - Static method in class org.lwjgl.egl.EGL10
- eglLabelObjectKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglLabelObjectKHR(long, int, long, long) - Static method in class org.lwjgl.egl.KHRDebug
- eglLockSurfaceKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglLockSurfaceKHR(long, long, int[]) - Static method in class org.lwjgl.egl.KHRLockSurface3
-
Array version of:
LockSurfaceKHR
- eglLockSurfaceKHR(long, long, IntBuffer) - Static method in class org.lwjgl.egl.KHRLockSurface3
- eglMakeCurrent - Variable in class org.lwjgl.egl.EGLCapabilities
- eglMakeCurrent(long, long, long, long) - Static method in class org.lwjgl.egl.EGL10
- eglOutputLayerAttribEXT - Variable in class org.lwjgl.egl.EGLCapabilities
- eglOutputLayerAttribEXT(long, long, int, long) - Static method in class org.lwjgl.egl.EXTOutputBase
- eglOutputPortAttribEXT - Variable in class org.lwjgl.egl.EGLCapabilities
- eglOutputPortAttribEXT(long, long, int, long) - Static method in class org.lwjgl.egl.EXTOutputBase
- eglPostSubBufferNV - Variable in class org.lwjgl.egl.EGLCapabilities
- eglPostSubBufferNV(long, long, int, int, int, int) - Static method in class org.lwjgl.egl.NVPostSubBuffer
- eglPresentationTimeANDROID - Variable in class org.lwjgl.egl.EGLCapabilities
- eglPresentationTimeANDROID(long, long, long) - Static method in class org.lwjgl.egl.ANDROIDPresentationTime
-
Specifies the time at which the current color buffer of
surface
should be presented to the viewer. - eglQueryAPI - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQueryAPI() - Static method in class org.lwjgl.egl.EGL12
- eglQueryContext - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQueryContext(long, long, int, int[]) - Static method in class org.lwjgl.egl.EGL10
-
Array version of:
QueryContext
- eglQueryContext(long, long, int, IntBuffer) - Static method in class org.lwjgl.egl.EGL10
- eglQueryDebugKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQueryDebugKHR(int, PointerBuffer) - Static method in class org.lwjgl.egl.KHRDebug
- eglQueryDeviceAttribEXT - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQueryDeviceAttribEXT(long, int, PointerBuffer) - Static method in class org.lwjgl.egl.EXTDeviceBase
- eglQueryDeviceAttribEXT(long, int, PointerBuffer) - Static method in class org.lwjgl.egl.EXTDeviceQuery
- eglQueryDeviceBinaryEXT - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQueryDeviceBinaryEXT(long, int, ByteBuffer, int[]) - Static method in class org.lwjgl.egl.EXTDevicePersistentID
-
Array version of:
QueryDeviceBinaryEXT
- eglQueryDeviceBinaryEXT(long, int, ByteBuffer, IntBuffer) - Static method in class org.lwjgl.egl.EXTDevicePersistentID
- eglQueryDevicesEXT - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQueryDevicesEXT(PointerBuffer, int[]) - Static method in class org.lwjgl.egl.EXTDeviceBase
-
Array version of:
QueryDevicesEXT
- eglQueryDevicesEXT(PointerBuffer, int[]) - Static method in class org.lwjgl.egl.EXTDeviceEnumeration
-
Array version of:
QueryDevicesEXT
- eglQueryDevicesEXT(PointerBuffer, IntBuffer) - Static method in class org.lwjgl.egl.EXTDeviceBase
- eglQueryDevicesEXT(PointerBuffer, IntBuffer) - Static method in class org.lwjgl.egl.EXTDeviceEnumeration
- eglQueryDeviceStringEXT - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQueryDeviceStringEXT(long, int) - Static method in class org.lwjgl.egl.EXTDeviceBase
- eglQueryDeviceStringEXT(long, int) - Static method in class org.lwjgl.egl.EXTDeviceQuery
- eglQueryDisplayAttribEXT - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQueryDisplayAttribEXT(long, int, PointerBuffer) - Static method in class org.lwjgl.egl.EXTDeviceBase
- eglQueryDisplayAttribEXT(long, int, PointerBuffer) - Static method in class org.lwjgl.egl.EXTDeviceQuery
- eglQueryDisplayAttribKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQueryDisplayAttribKHR(long, int, PointerBuffer) - Static method in class org.lwjgl.egl.KHRDisplayReference
- eglQueryDisplayAttribNV - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQueryDisplayAttribNV(long, int, PointerBuffer) - Static method in class org.lwjgl.egl.NVStreamMetadata
- eglQueryDmaBufFormatsEXT - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQueryDmaBufFormatsEXT(long, int[], int[]) - Static method in class org.lwjgl.egl.EXTImageDMABufImportModifiers
-
Array version of:
QueryDmaBufFormatsEXT
- eglQueryDmaBufFormatsEXT(long, IntBuffer, IntBuffer) - Static method in class org.lwjgl.egl.EXTImageDMABufImportModifiers
- eglQueryDmaBufModifiersEXT - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQueryDmaBufModifiersEXT(long, int, long[], int[], int[]) - Static method in class org.lwjgl.egl.EXTImageDMABufImportModifiers
-
Array version of:
QueryDmaBufModifiersEXT
- eglQueryDmaBufModifiersEXT(long, int, LongBuffer, IntBuffer, IntBuffer) - Static method in class org.lwjgl.egl.EXTImageDMABufImportModifiers
- eglQueryNativeDisplayNV - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQueryNativeDisplayNV(long, PointerBuffer) - Static method in class org.lwjgl.egl.NVNativeQuery
- eglQueryNativePixmapNV - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQueryNativePixmapNV(long, long, PointerBuffer) - Static method in class org.lwjgl.egl.NVNativeQuery
- eglQueryNativeWindowNV - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQueryNativeWindowNV(long, long, PointerBuffer) - Static method in class org.lwjgl.egl.NVNativeQuery
- eglQueryOutputLayerAttribEXT - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQueryOutputLayerAttribEXT(long, long, int, PointerBuffer) - Static method in class org.lwjgl.egl.EXTOutputBase
- eglQueryOutputLayerStringEXT - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQueryOutputLayerStringEXT(long, long, int) - Static method in class org.lwjgl.egl.EXTOutputBase
- eglQueryOutputPortAttribEXT - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQueryOutputPortAttribEXT(long, long, int, PointerBuffer) - Static method in class org.lwjgl.egl.EXTOutputBase
- eglQueryOutputPortStringEXT - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQueryOutputPortStringEXT(long, long, int) - Static method in class org.lwjgl.egl.EXTOutputBase
- eglQueryStreamAttribKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQueryStreamAttribKHR(long, long, int, PointerBuffer) - Static method in class org.lwjgl.egl.KHRStreamAttrib
- eglQueryStreamConsumerEventNV - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQueryStreamConsumerEventNV(long, long, long, int[], PointerBuffer) - Static method in class org.lwjgl.egl.NVStreamConsumerEGLImage
-
Array version of:
QueryStreamConsumerEventNV
- eglQueryStreamConsumerEventNV(long, long, long, IntBuffer, PointerBuffer) - Static method in class org.lwjgl.egl.NVStreamConsumerEGLImage
- eglQueryStreamKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQueryStreamKHR(long, long, int, int[]) - Static method in class org.lwjgl.egl.KHRStream
-
Array version of:
QueryStreamKHR
- eglQueryStreamKHR(long, long, int, IntBuffer) - Static method in class org.lwjgl.egl.KHRStream
- eglQueryStreamMetadataNV - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQueryStreamMetadataNV(long, long, int, int, int, ByteBuffer) - Static method in class org.lwjgl.egl.NVStreamMetadata
- eglQueryStreamTimeKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQueryStreamTimeKHR(long, long, int, long[]) - Static method in class org.lwjgl.egl.KHRStreamFIFO
-
Array version of:
QueryStreamTimeKHR
- eglQueryStreamTimeKHR(long, long, int, LongBuffer) - Static method in class org.lwjgl.egl.KHRStreamFIFO
- eglQueryStreamu64KHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQueryStreamu64KHR(long, long, int, long[]) - Static method in class org.lwjgl.egl.KHRStream
-
Array version of:
QueryStreamu64KHR
- eglQueryStreamu64KHR(long, long, int, LongBuffer) - Static method in class org.lwjgl.egl.KHRStream
- eglQueryString - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQueryString(long, int) - Static method in class org.lwjgl.egl.EGL10
- eglQuerySupportedCompressionRatesEXT - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQuerySupportedCompressionRatesEXT(long, long, PointerBuffer, int[], int[]) - Static method in class org.lwjgl.egl.EXTSurfaceCompression
-
Array version of:
QuerySupportedCompressionRatesEXT
- eglQuerySupportedCompressionRatesEXT(long, long, PointerBuffer, IntBuffer, IntBuffer) - Static method in class org.lwjgl.egl.EXTSurfaceCompression
-
Gets the list of all fixed-rate compression rates that are available on a specified display and
EGLConfig
. - eglQuerySurface - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQuerySurface(long, long, int, int[]) - Static method in class org.lwjgl.egl.EGL10
-
Array version of:
QuerySurface
- eglQuerySurface(long, long, int, IntBuffer) - Static method in class org.lwjgl.egl.EGL10
- eglQuerySurface64KHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQuerySurface64KHR(long, long, int, PointerBuffer) - Static method in class org.lwjgl.egl.KHRLockSurface3
- eglQuerySurfacePointerANGLE - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQuerySurfacePointerANGLE(long, long, int, PointerBuffer) - Static method in class org.lwjgl.egl.ANGLEQuerySurfacePointer
- eglQueryWaylandBufferWL - Variable in class org.lwjgl.egl.EGLCapabilities
- eglQueryWaylandBufferWL(long, long, int, int[]) - Static method in class org.lwjgl.egl.WLBindWaylandDisplay
-
Array version of:
QueryWaylandBufferWL
- eglQueryWaylandBufferWL(long, long, int, IntBuffer) - Static method in class org.lwjgl.egl.WLBindWaylandDisplay
- eglReleaseTexImage - Variable in class org.lwjgl.egl.EGLCapabilities
- eglReleaseTexImage(long, long, int) - Static method in class org.lwjgl.egl.EGL11
- eglReleaseThread - Variable in class org.lwjgl.egl.EGLCapabilities
- eglReleaseThread() - Static method in class org.lwjgl.egl.EGL12
- eglResetStreamNV - Variable in class org.lwjgl.egl.EGLCapabilities
- eglResetStreamNV(long, long) - Static method in class org.lwjgl.egl.NVStreamReset
- eglSetBlobCacheFuncsANDROID - Variable in class org.lwjgl.egl.EGLCapabilities
- eglSetBlobCacheFuncsANDROID(long, EGLSetBlobFuncANDROIDI, EGLGetBlobFuncANDROIDI) - Static method in class org.lwjgl.egl.ANDROIDBlobCache
- EGLSetBlobFuncANDROID - Class in org.lwjgl.egl
-
Instances of this class may be passed to the
SetBlobCacheFuncsANDROID
method. - EGLSetBlobFuncANDROIDI - Interface in org.lwjgl.egl
-
Instances of this interface may be passed to the
SetBlobCacheFuncsANDROID
method. - eglSetDamageRegionKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglSetDamageRegionKHR(long, long, int[]) - Static method in class org.lwjgl.egl.KHRPartialUpdate
-
Array version of:
SetDamageRegionKHR
- eglSetDamageRegionKHR(long, long, IntBuffer) - Static method in class org.lwjgl.egl.KHRPartialUpdate
- eglSetStreamAttribKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglSetStreamAttribKHR(long, long, int, long) - Static method in class org.lwjgl.egl.KHRStreamAttrib
- eglSetStreamMetadataNV - Variable in class org.lwjgl.egl.EGLCapabilities
- eglSetStreamMetadataNV(long, long, int, int, ByteBuffer) - Static method in class org.lwjgl.egl.NVStreamMetadata
- eglSignalSyncKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglSignalSyncKHR(long, long, int) - Static method in class org.lwjgl.egl.KHRReusableSync
- eglSignalSyncNV - Variable in class org.lwjgl.egl.EGLCapabilities
- eglSignalSyncNV(long, int) - Static method in class org.lwjgl.egl.NVSync
- eglStreamAcquireImageNV - Variable in class org.lwjgl.egl.EGLCapabilities
- eglStreamAcquireImageNV(long, long, PointerBuffer, long) - Static method in class org.lwjgl.egl.NVStreamConsumerEGLImage
- eglStreamAttribKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglStreamAttribKHR(long, long, int, int) - Static method in class org.lwjgl.egl.KHRStream
- eglStreamConsumerAcquireAttribKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglStreamConsumerAcquireAttribKHR(long, long, PointerBuffer) - Static method in class org.lwjgl.egl.KHRStreamAttrib
- eglStreamConsumerAcquireKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglStreamConsumerAcquireKHR(long, long) - Static method in class org.lwjgl.egl.KHRStreamConsumerGLTexture
- eglStreamConsumerGLTextureExternalAttribsNV - Variable in class org.lwjgl.egl.EGLCapabilities
- eglStreamConsumerGLTextureExternalAttribsNV(long, long, PointerBuffer) - Static method in class org.lwjgl.egl.NVStreamConsumerGLTextureYUV
- eglStreamConsumerGLTextureExternalKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglStreamConsumerGLTextureExternalKHR(long, long) - Static method in class org.lwjgl.egl.KHRStreamConsumerGLTexture
- eglStreamConsumerOutputEXT - Variable in class org.lwjgl.egl.EGLCapabilities
- eglStreamConsumerOutputEXT(long, long, long) - Static method in class org.lwjgl.egl.EXTStreamConsumerEGLOutput
- eglStreamConsumerReleaseAttribKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglStreamConsumerReleaseAttribKHR(long, long, PointerBuffer) - Static method in class org.lwjgl.egl.KHRStreamAttrib
- eglStreamConsumerReleaseKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglStreamConsumerReleaseKHR(long, long) - Static method in class org.lwjgl.egl.KHRStreamConsumerGLTexture
- eglStreamFlush - Variable in class org.lwjgl.egl.EGLCapabilities
- eglStreamFlush(long, long) - Static method in class org.lwjgl.egl.NVStreamFlush
- eglStreamImageConsumerConnectNV - Variable in class org.lwjgl.egl.EGLCapabilities
- eglStreamImageConsumerConnectNV(long, long, long[], PointerBuffer) - Static method in class org.lwjgl.egl.NVStreamConsumerEGLImage
-
Array version of:
StreamImageConsumerConnectNV
- eglStreamImageConsumerConnectNV(long, long, LongBuffer, PointerBuffer) - Static method in class org.lwjgl.egl.NVStreamConsumerEGLImage
- eglStreamReleaseImageNV - Variable in class org.lwjgl.egl.EGLCapabilities
- eglStreamReleaseImageNV(long, long, long, long) - Static method in class org.lwjgl.egl.NVStreamConsumerEGLImage
- eglSurfaceAttrib - Variable in class org.lwjgl.egl.EGLCapabilities
- eglSurfaceAttrib(long, long, int, int) - Static method in class org.lwjgl.egl.EGL11
- eglSwapBuffers - Variable in class org.lwjgl.egl.EGLCapabilities
- eglSwapBuffers(long, long) - Static method in class org.lwjgl.egl.EGL10
- eglSwapBuffersRegion2NOK - Variable in class org.lwjgl.egl.EGLCapabilities
- eglSwapBuffersRegion2NOK(long, long, int[]) - Static method in class org.lwjgl.egl.NOKSwapRegion2
-
Array version of:
SwapBuffersRegion2NOK
- eglSwapBuffersRegion2NOK(long, long, IntBuffer) - Static method in class org.lwjgl.egl.NOKSwapRegion2
- eglSwapBuffersWithDamageEXT - Variable in class org.lwjgl.egl.EGLCapabilities
- eglSwapBuffersWithDamageEXT(long, long, int[]) - Static method in class org.lwjgl.egl.EXTSwapBuffersWithDamage
-
Array version of:
SwapBuffersWithDamageEXT
- eglSwapBuffersWithDamageEXT(long, long, IntBuffer) - Static method in class org.lwjgl.egl.EXTSwapBuffersWithDamage
- eglSwapBuffersWithDamageKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglSwapBuffersWithDamageKHR(long, long, int[]) - Static method in class org.lwjgl.egl.KHRSwapBuffersWithDamage
-
Array version of:
SwapBuffersWithDamageKHR
- eglSwapBuffersWithDamageKHR(long, long, IntBuffer) - Static method in class org.lwjgl.egl.KHRSwapBuffersWithDamage
- eglSwapInterval - Variable in class org.lwjgl.egl.EGLCapabilities
- eglSwapInterval(long, int) - Static method in class org.lwjgl.egl.EGL11
- eglTerminate - Variable in class org.lwjgl.egl.EGLCapabilities
- eglTerminate(long) - Static method in class org.lwjgl.egl.EGL10
- eglUnbindWaylandDisplayWL - Variable in class org.lwjgl.egl.EGLCapabilities
- eglUnbindWaylandDisplayWL(long, long) - Static method in class org.lwjgl.egl.WLBindWaylandDisplay
- eglUnlockSurfaceKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglUnlockSurfaceKHR(long, long) - Static method in class org.lwjgl.egl.KHRLockSurface3
- eglUnsignalSyncEXT - Variable in class org.lwjgl.egl.EGLCapabilities
- eglUnsignalSyncEXT(long, long, PointerBuffer) - Static method in class org.lwjgl.egl.EXTSyncReuse
- eglWaitClient - Variable in class org.lwjgl.egl.EGLCapabilities
- eglWaitClient() - Static method in class org.lwjgl.egl.EGL12
- eglWaitGL - Variable in class org.lwjgl.egl.EGLCapabilities
- eglWaitGL() - Static method in class org.lwjgl.egl.EGL10
- eglWaitNative - Variable in class org.lwjgl.egl.EGLCapabilities
- eglWaitNative(int) - Static method in class org.lwjgl.egl.EGL10
- eglWaitSync - Variable in class org.lwjgl.egl.EGLCapabilities
- eglWaitSync(long, long, int) - Static method in class org.lwjgl.egl.EGL15
- eglWaitSyncKHR - Variable in class org.lwjgl.egl.EGLCapabilities
- eglWaitSyncKHR(long, long, int) - Static method in class org.lwjgl.egl.KHRWaitSync
- EXTBindToFront - Class in org.lwjgl.egl
-
Native bindings to the EXT_bind_to_front extension.
- EXTBufferAge - Class in org.lwjgl.egl
-
Native bindings to the EXT_buffer_age extension.
- EXTClientSync - Class in org.lwjgl.egl
-
Native bindings to the EXT_client_sync extension.
- EXTCompositor - Class in org.lwjgl.egl
-
Native bindings to the EXT_compositor extension.
- EXTConfigSelectGroup - Class in org.lwjgl.egl
-
Native bindings to the EXT_config_select_group extension.
- EXTCreateContextRobustness - Class in org.lwjgl.egl
-
Native bindings to the EXT_create_context_robustness extension.
- EXTDeviceBase - Class in org.lwjgl.egl
-
Native bindings to the EXT_device_base extension.
- EXTDeviceDRM - Class in org.lwjgl.egl
-
Native bindings to the EXT_device_drm extension.
- EXTDeviceDRMRenderNode - Class in org.lwjgl.egl
-
Native bindings to the EXT_device_drm_render_node extension.
- EXTDeviceEnumeration - Class in org.lwjgl.egl
-
Native bindings to the EXT_device_enumeration extension.
- EXTDeviceOpenWF - Class in org.lwjgl.egl
-
Native bindings to the EXT_device_openwf extension.
- EXTDevicePersistentID - Class in org.lwjgl.egl
-
Native bindings to the EXT_device_persistent_id extension.
- EXTDeviceQuery - Class in org.lwjgl.egl
-
Native bindings to the EXT_device_query extension.
- EXTDeviceQueryName - Class in org.lwjgl.egl
-
Native bindings to the EXT_device_query_name extension.
- EXTGLColorspaceBT2020Linear - Class in org.lwjgl.egl
-
Native bindings to the EXT_gl_colorspace_bt2020_linear extension.
- EXTGLColorspaceBT2020PQ - Class in org.lwjgl.egl
- EXTGLColorspaceDisplayP3 - Class in org.lwjgl.egl
-
Native bindings to the EXT_gl_colorspace_display_p3 extension.
- EXTGLColorspaceDisplayP3Linear - Class in org.lwjgl.egl
- EXTGLColorspaceDisplayP3Passthrough - Class in org.lwjgl.egl
-
Native bindings to the EXT_gl_colorspace_display_p3_passthrough extension.
- EXTGLColorspaceSCRGB - Class in org.lwjgl.egl
-
Native bindings to the EXT_gl_colorspace_scrgb extension.
- EXTGLColorspaceSCRGBLinear - Class in org.lwjgl.egl
-
Native bindings to the EXT_gl_colorspace_scrgb_linear extension.
- EXTImageDMABufImport - Class in org.lwjgl.egl
-
Native bindings to the EXT_image_dma_buf_import extension.
- EXTImageDMABufImportModifiers - Class in org.lwjgl.egl
-
Native bindings to the EXT_image_dma_buf_import_modifiers extension.
- EXTImageGLColorspace - Class in org.lwjgl.egl
-
Native bindings to the EXT_image_gl_colorspace extension.
- EXTImageImplicitSyncControl - Class in org.lwjgl.egl
-
Native bindings to the EXT_image_implicit_sync_control extension.
- EXTMultiviewWindow - Class in org.lwjgl.egl
-
Native bindings to the EXT_multiview_window extension.
- EXTOutputBase - Class in org.lwjgl.egl
-
Native bindings to the EXT_output_base extension.
- EXTOutputDRM - Class in org.lwjgl.egl
-
Native bindings to the EXT_output_drm extension.
- EXTOutputOpenWF - Class in org.lwjgl.egl
-
Native bindings to the EXT_output_openwf extension.
- EXTPixelFormatFloat - Class in org.lwjgl.egl
-
Native bindings to the EXT_pixel_format_float extension.
- EXTPlatformBase - Class in org.lwjgl.egl
-
Native bindings to the EXT_platform_base extension.
- EXTPlatformDevice - Class in org.lwjgl.egl
-
Native bindings to the EXT_platform_device extension.
- EXTPlatformWayland - Class in org.lwjgl.egl
-
Native bindings to the EXT_platform_wayland extension.
- EXTPlatformX11 - Class in org.lwjgl.egl
-
Native bindings to the EXT_platform_x11 extension.
- EXTPlatformXCB - Class in org.lwjgl.egl
-
Native bindings to the EXT_platform_xcb extension.
- EXTPresentOpaque - Class in org.lwjgl.egl
-
Native bindings to the EXT_present_opaque extension.
- EXTProtectedContent - Class in org.lwjgl.egl
-
Native bindings to the EXT_protected_content extension.
- EXTProtectedSurface - Class in org.lwjgl.egl
-
Native bindings to the EXT_protected_surface extension.
- EXTStreamConsumerEGLOutput - Class in org.lwjgl.egl
-
Native bindings to the EXT_stream_consumer_egloutput extension.
- EXTSurfaceCompression - Class in org.lwjgl.egl
-
Native bindings to the EXT_surface_compression extension.
- EXTSurfaceCTA861_3Metadata - Class in org.lwjgl.egl
-
Native bindings to the EXT_surface_CTA861_3_metadata extension.
- EXTSurfaceSMPTE2086Metadata - Class in org.lwjgl.egl
-
Native bindings to the EXT_surface_SMPTE2086_metadata extension.
- EXTSwapBuffersWithDamage - Class in org.lwjgl.egl
-
Native bindings to the EXT_swap_buffers_with_damage extension.
- EXTSyncReuse - Class in org.lwjgl.egl
-
Native bindings to the EXT_sync_reuse extension.
- EXTYUVSurface - Class in org.lwjgl.egl
-
Native bindings to the EXT_yuv_surface extension.
G
- getCallInterface() - Method in interface org.lwjgl.egl.EGLDebugMessageKHRCallbackI
- getCallInterface() - Method in interface org.lwjgl.egl.EGLGetBlobFuncANDROIDI
- getCallInterface() - Method in interface org.lwjgl.egl.EGLSetBlobFuncANDROIDI
- getCommand(long) - Static method in class org.lwjgl.egl.EGLDebugMessageKHRCallback
-
Converts the specified
EGLDebugMessageKHRCallback
argument to a String. - getMessage(long) - Static method in class org.lwjgl.egl.EGLDebugMessageKHRCallback
-
Converts the specified
EGLDebugMessageKHRCallback
argument to a String.
H
- HIClientpixmap - Class in org.lwjgl.egl
-
Native bindings to the HI_clientpixmap extension.
- HIColorformats - Class in org.lwjgl.egl
-
Native bindings to the HI_colorformats extension.
I
- iHeight() - Method in class org.lwjgl.egl.EGLClientPixmapHI.Buffer
- iHeight() - Method in class org.lwjgl.egl.EGLClientPixmapHI
-
height of the buffer in pixels.
- iHeight(int) - Method in class org.lwjgl.egl.EGLClientPixmapHI.Buffer
-
Sets the specified value to the
EGLClientPixmapHI.iHeight()
field. - iHeight(int) - Method in class org.lwjgl.egl.EGLClientPixmapHI
-
Sets the specified value to the
EGLClientPixmapHI.iHeight()
field. - IHEIGHT - Static variable in class org.lwjgl.egl.EGLClientPixmapHI
-
The struct member offsets.
- IMGContextPriority - Class in org.lwjgl.egl
-
Native bindings to the IMG_context_priority extension.
- IMGImagePlaneAttribs - Class in org.lwjgl.egl
-
Native bindings to the IMG_image_plane_attribs extension.
- invoke(int, long, int, long, long, long) - Method in interface org.lwjgl.egl.EGLDebugMessageKHRCallbackI
-
Will be called when a debug message is generated.
- invoke(long, long, long, long) - Method in interface org.lwjgl.egl.EGLGetBlobFuncANDROIDI
- invoke(long, long, long, long) - Method in interface org.lwjgl.egl.EGLSetBlobFuncANDROIDI
- iStride() - Method in class org.lwjgl.egl.EGLClientPixmapHI.Buffer
- iStride() - Method in class org.lwjgl.egl.EGLClientPixmapHI
-
stride of the buffer, in pixels.
- iStride(int) - Method in class org.lwjgl.egl.EGLClientPixmapHI.Buffer
-
Sets the specified value to the
EGLClientPixmapHI.iStride()
field. - iStride(int) - Method in class org.lwjgl.egl.EGLClientPixmapHI
-
Sets the specified value to the
EGLClientPixmapHI.iStride()
field. - ISTRIDE - Static variable in class org.lwjgl.egl.EGLClientPixmapHI
-
The struct member offsets.
- iWidth() - Method in class org.lwjgl.egl.EGLClientPixmapHI.Buffer
- iWidth() - Method in class org.lwjgl.egl.EGLClientPixmapHI
-
width of the buffer in pixels
- iWidth(int) - Method in class org.lwjgl.egl.EGLClientPixmapHI.Buffer
-
Sets the specified value to the
EGLClientPixmapHI.iWidth()
field. - iWidth(int) - Method in class org.lwjgl.egl.EGLClientPixmapHI
-
Sets the specified value to the
EGLClientPixmapHI.iWidth()
field. - IWIDTH - Static variable in class org.lwjgl.egl.EGLClientPixmapHI
-
The struct member offsets.
K
- KHRCLEvent2 - Class in org.lwjgl.egl
-
Native bindings to the KHR_cl_event2 extension.
- KHRConfigAttribs - Class in org.lwjgl.egl
-
Native bindings to the KHR_config_attribs extension.
- KHRContextFlushControl - Class in org.lwjgl.egl
-
Native bindings to the KHR_context_flush_control extension.
- KHRCreateContext - Class in org.lwjgl.egl
-
Native bindings to the KHR_create_context extension.
- KHRCreateContextNoError - Class in org.lwjgl.egl
-
Native bindings to the KHR_create_context_no_error extension.
- KHRDebug - Class in org.lwjgl.egl
-
Native bindings to the KHR_debug extension.
- KHRDisplayReference - Class in org.lwjgl.egl
-
Native bindings to the KHR_display_reference extension.
- KHRFenceSync - Class in org.lwjgl.egl
-
Native bindings to the KHR_fence_sync extension.
- KHRGLColorspace - Class in org.lwjgl.egl
-
Native bindings to the KHR_gl_colorspace extension.
- KHRGLRenderbufferImage - Class in org.lwjgl.egl
-
Native bindings to the KHR_gl_renderbuffer_image extension.
- KHRGLTexture2DImage - Class in org.lwjgl.egl
-
Native bindings to the KHR_gl_texture_2D_image extension.
- KHRGLTexture3DImage - Class in org.lwjgl.egl
-
Native bindings to the KHR_gl_texture_3D_image extension.
- KHRGLTextureCubemapImage - Class in org.lwjgl.egl
-
Native bindings to the KHR_gl_texture_cubemap_image extension.
- KHRImage - Class in org.lwjgl.egl
-
Native bindings to the KHR_image extension.
- KHRImageBase - Class in org.lwjgl.egl
-
Native bindings to the KHR_image_base extension.
- KHRImagePixmap - Class in org.lwjgl.egl
-
Native bindings to the KHR_image_pixmap extension.
- KHRLockSurface3 - Class in org.lwjgl.egl
-
Native bindings to the KHR_lock_surface3 extension.
- KHRMutableRenderBuffer - Class in org.lwjgl.egl
-
Native bindings to the KHR_mutable_render_buffer extension.
- KHRNoConfigContext - Class in org.lwjgl.egl
-
Native bindings to the KHR_no_config_context extension.
- KHRPartialUpdate - Class in org.lwjgl.egl
-
Native bindings to the KHR_partial_update extension.
- KHRPlatformAndroid - Class in org.lwjgl.egl
-
Native bindings to the KHR_platform_android extension.
- KHRPlatformGBM - Class in org.lwjgl.egl
-
Native bindings to the KHR_platform_gbm extension.
- KHRPlatformWayland - Class in org.lwjgl.egl
-
Native bindings to the KHR_platform_wayland extension.
- KHRPlatformX11 - Class in org.lwjgl.egl
-
Native bindings to the KHR_platform_x11 extension.
- KHRReusableSync - Class in org.lwjgl.egl
-
Native bindings to the KHR_reusable_sync extension.
- KHRStream - Class in org.lwjgl.egl
-
Native bindings to the KHR_stream extension.
- KHRStreamAttrib - Class in org.lwjgl.egl
-
See
KHR_stream
. - KHRStreamConsumerGLTexture - Class in org.lwjgl.egl
-
Native bindings to the KHR_stream_consumer_gltexture extension.
- KHRStreamCrossProcessFD - Class in org.lwjgl.egl
-
Native bindings to the KHR_stream_cross_process_fd extension.
- KHRStreamFIFO - Class in org.lwjgl.egl
-
Native bindings to the KHR_stream_fifo extension.
- KHRStreamProducerEGLSurface - Class in org.lwjgl.egl
-
Native bindings to the KHR_stream_producer_eglsurface extension.
- KHRSwapBuffersWithDamage - Class in org.lwjgl.egl
-
Native bindings to the KHR_swap_buffers_with_damage extension.
- KHRVGParentImage - Class in org.lwjgl.egl
-
Native bindings to the KHR_vg_parent_image extension.
- KHRWaitSync - Class in org.lwjgl.egl
-
Native bindings to the KHR_wait_sync extension.
M
- malloc() - Static method in class org.lwjgl.egl.EGLClientPixmapHI
-
Returns a new
EGLClientPixmapHI
instance allocated withmemAlloc
. - malloc(int) - Static method in class org.lwjgl.egl.EGLClientPixmapHI
-
Returns a new
EGLClientPixmapHI.Buffer
instance allocated withmemAlloc
. - malloc(int, MemoryStack) - Static method in class org.lwjgl.egl.EGLClientPixmapHI
-
Returns a new
EGLClientPixmapHI.Buffer
instance allocated on the specifiedMemoryStack
. - malloc(MemoryStack) - Static method in class org.lwjgl.egl.EGLClientPixmapHI
-
Returns a new
EGLClientPixmapHI
instance allocated on the specifiedMemoryStack
. - mallocStack() - Static method in class org.lwjgl.egl.EGLClientPixmapHI
-
Deprecated.
- mallocStack(int) - Static method in class org.lwjgl.egl.EGLClientPixmapHI
-
Deprecated.
- mallocStack(int, MemoryStack) - Static method in class org.lwjgl.egl.EGLClientPixmapHI
-
Deprecated.
- mallocStack(MemoryStack) - Static method in class org.lwjgl.egl.EGLClientPixmapHI
-
Deprecated.
- MESADRMImage - Class in org.lwjgl.egl
-
Native bindings to the MESA_drm_image extension.
- MESAImageDMABufExport - Class in org.lwjgl.egl
-
Native bindings to the MESA_image_dma_buf_export extension.
- MESAPlatformGBM - Class in org.lwjgl.egl
-
Native bindings to the MESA_platform_gbm extension.
N
- neglChooseConfig(long, long, long, int, long) - Static method in class org.lwjgl.egl.EGL10
- neglClientSignalSyncEXT(long, long, long) - Static method in class org.lwjgl.egl.EXTClientSync
- neglCompositorSetContextAttributesEXT(int, long, int) - Static method in class org.lwjgl.egl.EXTCompositor
- neglCompositorSetContextListEXT(long, int) - Static method in class org.lwjgl.egl.EXTCompositor
- neglCompositorSetWindowAttributesEXT(int, long, int) - Static method in class org.lwjgl.egl.EXTCompositor
- neglCompositorSetWindowListEXT(int, long, int) - Static method in class org.lwjgl.egl.EXTCompositor
- neglCreateContext(long, long, long, long) - Static method in class org.lwjgl.egl.EGL10
- neglCreateDRMImageMESA(long, long) - Static method in class org.lwjgl.egl.MESADRMImage
- neglCreateFenceSyncNV(long, int, long) - Static method in class org.lwjgl.egl.NVSync
- neglCreateImage(long, long, int, long, long) - Static method in class org.lwjgl.egl.EGL15
- neglCreateImageKHR(long, long, int, long, long) - Static method in class org.lwjgl.egl.KHRImage
- neglCreateImageKHR(long, long, int, long, long) - Static method in class org.lwjgl.egl.KHRImageBase
- neglCreateNativeClientBufferANDROID(long) - Static method in class org.lwjgl.egl.ANDROIDCreateNativeClientBuffer
-
Unsafe version of:
CreateNativeClientBufferANDROID
- neglCreatePbufferFromClientBuffer(long, int, long, long, long) - Static method in class org.lwjgl.egl.EGL12
- neglCreatePbufferSurface(long, long, long) - Static method in class org.lwjgl.egl.EGL10
- neglCreatePixmapSurface(long, long, long, long) - Static method in class org.lwjgl.egl.EGL10
- neglCreatePixmapSurfaceHI(long, long, long) - Static method in class org.lwjgl.egl.HIClientpixmap
- neglCreatePlatformPixmapSurface(long, long, long, long) - Static method in class org.lwjgl.egl.EGL15
- neglCreatePlatformPixmapSurfaceEXT(long, long, long, long) - Static method in class org.lwjgl.egl.EXTPlatformBase
- neglCreatePlatformWindowSurface(long, long, long, long) - Static method in class org.lwjgl.egl.EGL15
- neglCreatePlatformWindowSurfaceEXT(long, long, long, long) - Static method in class org.lwjgl.egl.EXTPlatformBase
- neglCreateStreamAttribKHR(long, long) - Static method in class org.lwjgl.egl.KHRStreamAttrib
- neglCreateStreamKHR(long, long) - Static method in class org.lwjgl.egl.KHRStream
- neglCreateStreamProducerSurfaceKHR(long, long, long, long) - Static method in class org.lwjgl.egl.KHRStreamProducerEGLSurface
- neglCreateStreamSyncNV(long, long, int, long) - Static method in class org.lwjgl.egl.NVStreamSync
- neglCreateSync(long, int, long) - Static method in class org.lwjgl.egl.EGL15
- neglCreateSync64KHR(long, int, long) - Static method in class org.lwjgl.egl.KHRCLEvent2
- neglCreateSyncKHR(long, int, long) - Static method in class org.lwjgl.egl.KHRFenceSync
- neglCreateSyncKHR(long, int, long) - Static method in class org.lwjgl.egl.KHRReusableSync
- neglCreateWindowSurface(long, long, long, long) - Static method in class org.lwjgl.egl.EGL10
- neglDebugMessageControlKHR(long, long) - Static method in class org.lwjgl.egl.KHRDebug
- neglExportDMABUFImageMESA(long, long, long, long, long) - Static method in class org.lwjgl.egl.MESAImageDMABufExport
- neglExportDMABUFImageQueryMESA(long, long, long, long, long) - Static method in class org.lwjgl.egl.MESAImageDMABufExport
- neglExportDRMImageMESA(long, long, long, long, long) - Static method in class org.lwjgl.egl.MESADRMImage
- neglGetConfigAttrib(long, long, int, long) - Static method in class org.lwjgl.egl.EGL10
- neglGetConfigs(long, long, int, long) - Static method in class org.lwjgl.egl.EGL10
- neglGetMscRateANGLE(long, long, long, long) - Static method in class org.lwjgl.egl.ANGLESyncControlRate
- neglGetOutputLayersEXT(long, long, long, int, long) - Static method in class org.lwjgl.egl.EXTOutputBase
- neglGetOutputPortsEXT(long, long, long, int, long) - Static method in class org.lwjgl.egl.EXTOutputBase
- neglGetPlatformDisplay(int, long, long) - Static method in class org.lwjgl.egl.EGL15
- neglGetPlatformDisplayEXT(int, long, long) - Static method in class org.lwjgl.egl.EXTPlatformBase
- neglGetProcAddress(long) - Static method in class org.lwjgl.egl.EGL10
- neglGetSyncAttrib(long, long, int, long) - Static method in class org.lwjgl.egl.EGL15
- neglGetSyncAttribKHR(long, long, int, long) - Static method in class org.lwjgl.egl.KHRFenceSync
- neglGetSyncAttribKHR(long, long, int, long) - Static method in class org.lwjgl.egl.KHRReusableSync
- neglGetSyncAttribNV(long, int, long) - Static method in class org.lwjgl.egl.NVSync
- neglInitialize(long, long, long) - Static method in class org.lwjgl.egl.EGL10
- neglLockSurfaceKHR(long, long, long) - Static method in class org.lwjgl.egl.KHRLockSurface3
- neglQueryContext(long, long, int, long) - Static method in class org.lwjgl.egl.EGL10
- neglQueryDebugKHR(int, long) - Static method in class org.lwjgl.egl.KHRDebug
- neglQueryDeviceAttribEXT(long, int, long) - Static method in class org.lwjgl.egl.EXTDeviceBase
- neglQueryDeviceAttribEXT(long, int, long) - Static method in class org.lwjgl.egl.EXTDeviceQuery
- neglQueryDeviceBinaryEXT(long, int, int, long, long) - Static method in class org.lwjgl.egl.EXTDevicePersistentID
- neglQueryDevicesEXT(int, long, long) - Static method in class org.lwjgl.egl.EXTDeviceBase
- neglQueryDevicesEXT(int, long, long) - Static method in class org.lwjgl.egl.EXTDeviceEnumeration
- neglQueryDeviceStringEXT(long, int) - Static method in class org.lwjgl.egl.EXTDeviceBase
- neglQueryDeviceStringEXT(long, int) - Static method in class org.lwjgl.egl.EXTDeviceQuery
- neglQueryDisplayAttribEXT(long, int, long) - Static method in class org.lwjgl.egl.EXTDeviceBase
- neglQueryDisplayAttribEXT(long, int, long) - Static method in class org.lwjgl.egl.EXTDeviceQuery
- neglQueryDisplayAttribKHR(long, int, long) - Static method in class org.lwjgl.egl.KHRDisplayReference
- neglQueryDisplayAttribNV(long, int, long) - Static method in class org.lwjgl.egl.NVStreamMetadata
- neglQueryDmaBufFormatsEXT(long, int, long, long) - Static method in class org.lwjgl.egl.EXTImageDMABufImportModifiers
- neglQueryDmaBufModifiersEXT(long, int, int, long, long, long) - Static method in class org.lwjgl.egl.EXTImageDMABufImportModifiers
- neglQueryNativeDisplayNV(long, long) - Static method in class org.lwjgl.egl.NVNativeQuery
- neglQueryNativePixmapNV(long, long, long) - Static method in class org.lwjgl.egl.NVNativeQuery
- neglQueryNativeWindowNV(long, long, long) - Static method in class org.lwjgl.egl.NVNativeQuery
- neglQueryOutputLayerAttribEXT(long, long, int, long) - Static method in class org.lwjgl.egl.EXTOutputBase
- neglQueryOutputLayerStringEXT(long, long, int) - Static method in class org.lwjgl.egl.EXTOutputBase
- neglQueryOutputPortAttribEXT(long, long, int, long) - Static method in class org.lwjgl.egl.EXTOutputBase
- neglQueryOutputPortStringEXT(long, long, int) - Static method in class org.lwjgl.egl.EXTOutputBase
- neglQueryStreamAttribKHR(long, long, int, long) - Static method in class org.lwjgl.egl.KHRStreamAttrib
- neglQueryStreamConsumerEventNV(long, long, long, long, long) - Static method in class org.lwjgl.egl.NVStreamConsumerEGLImage
- neglQueryStreamKHR(long, long, int, long) - Static method in class org.lwjgl.egl.KHRStream
- neglQueryStreamMetadataNV(long, long, int, int, int, int, long) - Static method in class org.lwjgl.egl.NVStreamMetadata
- neglQueryStreamTimeKHR(long, long, int, long) - Static method in class org.lwjgl.egl.KHRStreamFIFO
- neglQueryStreamu64KHR(long, long, int, long) - Static method in class org.lwjgl.egl.KHRStream
- neglQueryString(long, int) - Static method in class org.lwjgl.egl.EGL10
- neglQuerySupportedCompressionRatesEXT(long, long, long, long, int, long) - Static method in class org.lwjgl.egl.EXTSurfaceCompression
-
Unsafe version of:
QuerySupportedCompressionRatesEXT
- neglQuerySurface(long, long, int, long) - Static method in class org.lwjgl.egl.EGL10
- neglQuerySurface64KHR(long, long, int, long) - Static method in class org.lwjgl.egl.KHRLockSurface3
- neglQuerySurfacePointerANGLE(long, long, int, long) - Static method in class org.lwjgl.egl.ANGLEQuerySurfacePointer
- neglQueryWaylandBufferWL(long, long, int, long) - Static method in class org.lwjgl.egl.WLBindWaylandDisplay
- neglSetBlobCacheFuncsANDROID(long, long, long) - Static method in class org.lwjgl.egl.ANDROIDBlobCache
- neglSetDamageRegionKHR(long, long, long, int) - Static method in class org.lwjgl.egl.KHRPartialUpdate
- neglSetStreamMetadataNV(long, long, int, int, int, long) - Static method in class org.lwjgl.egl.NVStreamMetadata
- neglStreamAcquireImageNV(long, long, long, long) - Static method in class org.lwjgl.egl.NVStreamConsumerEGLImage
- neglStreamConsumerAcquireAttribKHR(long, long, long) - Static method in class org.lwjgl.egl.KHRStreamAttrib
- neglStreamConsumerGLTextureExternalAttribsNV(long, long, long) - Static method in class org.lwjgl.egl.NVStreamConsumerGLTextureYUV
- neglStreamConsumerReleaseAttribKHR(long, long, long) - Static method in class org.lwjgl.egl.KHRStreamAttrib
- neglStreamImageConsumerConnectNV(long, long, int, long, long) - Static method in class org.lwjgl.egl.NVStreamConsumerEGLImage
- neglSwapBuffersRegion2NOK(long, long, int, long) - Static method in class org.lwjgl.egl.NOKSwapRegion2
- neglSwapBuffersWithDamageEXT(long, long, long, int) - Static method in class org.lwjgl.egl.EXTSwapBuffersWithDamage
- neglSwapBuffersWithDamageKHR(long, long, long, int) - Static method in class org.lwjgl.egl.KHRSwapBuffersWithDamage
- neglUnsignalSyncEXT(long, long, long) - Static method in class org.lwjgl.egl.EXTSyncReuse
- niHeight(long) - Static method in class org.lwjgl.egl.EGLClientPixmapHI
-
Unsafe version of
EGLClientPixmapHI.iHeight()
. - niHeight(long, int) - Static method in class org.lwjgl.egl.EGLClientPixmapHI
-
Unsafe version of
iHeight
. - niStride(long) - Static method in class org.lwjgl.egl.EGLClientPixmapHI
-
Unsafe version of
EGLClientPixmapHI.iStride()
. - niStride(long, int) - Static method in class org.lwjgl.egl.EGLClientPixmapHI
-
Unsafe version of
iStride
. - niWidth(long) - Static method in class org.lwjgl.egl.EGLClientPixmapHI
-
Unsafe version of
EGLClientPixmapHI.iWidth()
. - niWidth(long, int) - Static method in class org.lwjgl.egl.EGLClientPixmapHI
-
Unsafe version of
iWidth
. - NOKSwapRegion2 - Class in org.lwjgl.egl
-
Native bindings to the NOK_swap_region2 extension.
- NOKTextureFromPixmap - Class in org.lwjgl.egl
-
Native bindings to the NOK_texture_from_pixmap extension.
- npData(long, int) - Static method in class org.lwjgl.egl.EGLClientPixmapHI
-
Unsafe version of
pData
. - npData(long, ByteBuffer) - Static method in class org.lwjgl.egl.EGLClientPixmapHI
-
Unsafe version of
pData
. - NV3dvisionSurface - Class in org.lwjgl.egl
-
Native bindings to the NV_3dvision_surface extension.
- NVContextPriorityRealtime - Class in org.lwjgl.egl
-
Native bindings to the NV_context_priority_realtime extension.
- NVCoverageSample - Class in org.lwjgl.egl
-
Native bindings to the NV_coverage_sample extension.
- NVCoverageSampleResolve - Class in org.lwjgl.egl
-
Native bindings to the NV_coverage_sample_resolve extension.
- NVCUDAEvent - Class in org.lwjgl.egl
-
Native bindings to the NV_cuda_event extension.
- NVDepthNonlinear - Class in org.lwjgl.egl
-
Native bindings to the NV_depth_nonlinear extension.
- NVDeviceCUDA - Class in org.lwjgl.egl
-
Native bindings to the NV_device_cuda extension.
- NVNativeQuery - Class in org.lwjgl.egl
-
Native bindings to the NV_native_query extension.
- NVPostSubBuffer - Class in org.lwjgl.egl
-
Native bindings to the NV_post_sub_buffer extension.
- NVQuadrupleBuffer - Class in org.lwjgl.egl
-
Native bindings to the NV_quadruple_buffer extension.
- NVRobustnessVideoMemoryPurge - Class in org.lwjgl.egl
-
Native bindings to the
EGL_NV_robustness_video_memory_purge
extension. - NVStreamConsumerEGLImage - Class in org.lwjgl.egl
-
Native bindings to the NV_stream_consumer_eglimage extension.
- NVStreamConsumerGLTextureYUV - Class in org.lwjgl.egl
-
Native bindings to the NV_stream_consumer_gltexture_yuv extension.
- NVStreamDMA - Class in org.lwjgl.egl
-
Native bindings to the NV_stream_dma extension.
- NVStreamFIFONext - Class in org.lwjgl.egl
-
Native bindings to the NV_stream_fifo_next extension.
- NVStreamFIFOSynchronous - Class in org.lwjgl.egl
-
Native bindings to the NV_stream_fifo_synchronous extension.
- NVStreamFlush - Class in org.lwjgl.egl
-
Native bindings to the NV_stream_flush extension.
- NVStreamFrameLimits - Class in org.lwjgl.egl
-
Native bindings to the NV_stream_frame_limits extension.
- NVStreamMetadata - Class in org.lwjgl.egl
-
Native bindings to the NV_stream_metadata extension.
- NVStreamRemote - Class in org.lwjgl.egl
-
Native bindings to the NV_stream_remote extension.
- NVStreamReset - Class in org.lwjgl.egl
-
Native bindings to the NV_stream_reset extension.
- NVStreamSocket - Class in org.lwjgl.egl
-
Native bindings to the NV_stream_socket extension.
- NVStreamSocketINet - Class in org.lwjgl.egl
-
See
NV_stream_socket
. - NVStreamSocketUnix - Class in org.lwjgl.egl
-
See
NV_stream_socket
. - NVStreamSync - Class in org.lwjgl.egl
-
Native bindings to the NV_stream_sync extension.
- NVSync - Class in org.lwjgl.egl
-
Native bindings to the NV_sync extension.
- NVSystemTime - Class in org.lwjgl.egl
-
Native bindings to the NV_system_time extension.
- NVTripleBuffer - Class in org.lwjgl.egl
-
Native bindings to the NV_triple_buffer extension.
O
- org.lwjgl.egl - package org.lwjgl.egl
-
Contains bindings to the EGL API, an interface between Khronos rendering APIs such as OpenGL ES or OpenVG and the underlying native platform window system.
P
- pData(int) - Method in class org.lwjgl.egl.EGLClientPixmapHI.Buffer
- pData(int) - Method in class org.lwjgl.egl.EGLClientPixmapHI
- pData(ByteBuffer) - Method in class org.lwjgl.egl.EGLClientPixmapHI.Buffer
-
Sets the address of the specified
ByteBuffer
to theEGLClientPixmapHI.pData(int)
field. - pData(ByteBuffer) - Method in class org.lwjgl.egl.EGLClientPixmapHI
-
Sets the address of the specified
ByteBuffer
to theEGLClientPixmapHI.pData(int)
field. - PDATA - Static variable in class org.lwjgl.egl.EGLClientPixmapHI
-
The struct member offsets.
S
- set(ByteBuffer, int, int, int) - Method in class org.lwjgl.egl.EGLClientPixmapHI
-
Initializes this struct with the specified values.
- set(EGLClientPixmapHI) - Method in class org.lwjgl.egl.EGLClientPixmapHI
-
Copies the specified struct data to this struct.
- sizeof() - Method in class org.lwjgl.egl.EGLClientPixmapHI
- SIZEOF - Static variable in class org.lwjgl.egl.EGLClientPixmapHI
-
The struct size in bytes.
T
- TIZENImageNativeBuffer - Class in org.lwjgl.egl
-
Native bindings to the TIZEN_image_native_buffer extension.
- TIZENImageNativeSurface - Class in org.lwjgl.egl
-
Native bindings to the TIZEN_image_native_surface extension.
V
- validate(long) - Static method in class org.lwjgl.egl.EGLClientPixmapHI
-
Validates pointer members that should not be
NULL
.
W
- WLBindWaylandDisplay - Class in org.lwjgl.egl
-
Native bindings to the WL_bind_wayland_display extension.
- WLCreateWaylandBufferFromImage - Class in org.lwjgl.egl
-
Native bindings to the WL_create_wayland_buffer_from_image extension.