|
JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java (public API).
|
Public Member Functions | |
| long | eglCreateSync64KHR (long dpy, int type, PointerBuffer attrib_list) |
Entry point to C language function: EGLSyncKHR eglCreateSync64KHR(EGLDisplay dpy, EGLenum type, const EGLAttribKHR * attrib_list) Part of EGL_KHR_cl_event2More... | |
| boolean | eglQueryDebugKHR (int attribute, PointerBuffer value) |
Entry point to C language function: EGLBoolean eglQueryDebugKHR(EGLint attribute, EGLAttrib * value) Part of EGL_KHR_debugMore... | |
| int | eglLabelObjectKHR (long display, int objectType, long object, long label) |
Entry point to C language function: EGLint eglLabelObjectKHR(EGLDisplay display, EGLenum objectType, EGLObjectKHR object, EGLLabelKHR label) Part of EGL_KHR_debugMore... | |
| long | eglCreateSyncKHR (long dpy, int type, IntBuffer attrib_list) |
Entry point to C language function: EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint * attrib_list) Part of EGL_KHR_fence_syncMore... | |
| boolean | eglDestroySyncKHR (long dpy, long sync) |
Entry point to C language function: EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) Part of EGL_KHR_fence_syncMore... | |
| int | eglClientWaitSyncKHR (long dpy, long sync, int flags, long timeout) |
Entry point to C language function: EGLint eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout) Part of EGL_KHR_fence_syncMore... | |
| boolean | eglGetSyncAttribKHR (long dpy, long sync, int attribute, IntBuffer value) |
Entry point to C language function: EGLBoolean eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint * value) Part of EGL_KHR_fence_syncMore... | |
| long | eglCreateImageKHR (long dpy, long ctx, int target, long buffer, IntBuffer attrib_list) |
Entry point to C language function: EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint * attrib_list) Part of EGL_KHR_imageMore... | |
| boolean | eglDestroyImageKHR (long dpy, long image) |
Entry point to C language function: EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR image) Part of EGL_KHR_imageMore... | |
| boolean | eglLockSurfaceKHR (long dpy, long surface, IntBuffer attrib_list) |
Entry point to C language function: EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, const EGLint * attrib_list) Part of EGL_KHR_lock_surfaceMore... | |
| boolean | eglUnlockSurfaceKHR (long dpy, long surface) |
Entry point to C language function: EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) Part of EGL_KHR_lock_surfaceMore... | |
| boolean | eglQuerySurface64KHR (long dpy, long surface, int attribute, PointerBuffer value) |
Entry point to C language function: EGLBoolean eglQuerySurface64KHR(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLAttribKHR * value) Part of EGL_KHR_lock_surface3More... | |
| boolean | eglSetDamageRegionKHR (long dpy, long surface, IntBuffer rects, int n_rects) |
Entry point to C language function: EGLBoolean eglSetDamageRegionKHR(EGLDisplay dpy, EGLSurface surface, EGLint * rects, EGLint n_rects) Part of EGL_KHR_partial_updateMore... | |
| boolean | eglSignalSyncKHR (long dpy, long sync, int mode) |
Entry point to C language function: EGLBoolean eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode) Part of EGL_KHR_reusable_syncMore... | |
| long | eglCreateStreamKHR (long dpy, IntBuffer attrib_list) |
Entry point to C language function: EGLStreamKHR eglCreateStreamKHR(EGLDisplay dpy, const EGLint * attrib_list) Part of EGL_KHR_streamMore... | |
| boolean | eglDestroyStreamKHR (long dpy, long stream) |
Entry point to C language function: EGLBoolean eglDestroyStreamKHR(EGLDisplay dpy, EGLStreamKHR stream) Part of EGL_KHR_streamMore... | |
| boolean | eglStreamAttribKHR (long dpy, long stream, int attribute, int value) |
Entry point to C language function: EGLBoolean eglStreamAttribKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint value) Part of EGL_KHR_streamMore... | |
| boolean | eglQueryStreamKHR (long dpy, long stream, int attribute, IntBuffer value) |
Entry point to C language function: EGLBoolean eglQueryStreamKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint * value) Part of EGL_KHR_streamMore... | |
| boolean | eglQueryStreamu64KHR (long dpy, long stream, int attribute, LongBuffer value) |
Entry point to C language function: EGLBoolean eglQueryStreamu64KHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLuint64KHR * value) Part of EGL_KHR_streamMore... | |
| boolean | eglStreamConsumerGLTextureExternalKHR (long dpy, long stream) |
Entry point to C language function: EGLBoolean eglStreamConsumerGLTextureExternalKHR(EGLDisplay dpy, EGLStreamKHR stream) Part of EGL_KHR_stream_consumer_gltextureMore... | |
| boolean | eglStreamConsumerAcquireKHR (long dpy, long stream) |
Entry point to C language function: EGLBoolean eglStreamConsumerAcquireKHR(EGLDisplay dpy, EGLStreamKHR stream) Part of EGL_KHR_stream_consumer_gltextureMore... | |
| boolean | eglStreamConsumerReleaseKHR (long dpy, long stream) |
Entry point to C language function: EGLBoolean eglStreamConsumerReleaseKHR(EGLDisplay dpy, EGLStreamKHR stream) Part of EGL_KHR_stream_consumer_gltextureMore... | |
| int | eglGetStreamFileDescriptorKHR (long dpy, long stream) |
Entry point to C language function: EGLNativeFileDescriptorKHR eglGetStreamFileDescriptorKHR(EGLDisplay dpy, EGLStreamKHR stream) Part of EGL_KHR_stream_cross_process_fdMore... | |
| long | eglCreateStreamFromFileDescriptorKHR (long dpy, int file_descriptor) |
Entry point to C language function: EGLStreamKHR eglCreateStreamFromFileDescriptorKHR(EGLDisplay dpy, EGLNativeFileDescriptorKHR file_descriptor) Part of EGL_KHR_stream_cross_process_fdMore... | |
| boolean | eglQueryStreamTimeKHR (long dpy, long stream, int attribute, LongBuffer value) |
Entry point to C language function: EGLBoolean eglQueryStreamTimeKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLTimeKHR * value) Part of EGL_KHR_stream_fifoMore... | |
| long | eglCreateStreamProducerSurfaceKHR (long dpy, long config, long stream, IntBuffer attrib_list) |
Entry point to C language function: EGLSurface eglCreateStreamProducerSurfaceKHR(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint * attrib_list) Part of EGL_KHR_stream_producer_eglsurfaceMore... | |
| boolean | eglSwapBuffersWithDamageKHR (long dpy, long surface, IntBuffer rects, int n_rects) |
Entry point to C language function: EGLBoolean eglSwapBuffersWithDamageKHR(EGLDisplay dpy, EGLSurface surface, EGLint * rects, EGLint n_rects) Part of EGL_KHR_swap_buffers_with_damageMore... | |
| int | eglWaitSyncKHR (long dpy, long sync, int flags) |
Entry point to C language function: EGLint eglWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags) Part of EGL_KHR_wait_syncMore... | |
| int | eglDupNativeFenceFDANDROID (long dpy, long sync) |
Entry point to C language function: EGLint eglDupNativeFenceFDANDROID(EGLDisplay dpy, EGLSyncKHR sync) Part of EGL_ANDROID_native_fence_syncMore... | |
| boolean | eglQuerySurfacePointerANGLE (long dpy, long surface, int attribute, PointerBuffer value) |
Entry point to C language function: EGLBoolean eglQuerySurfacePointerANGLE(EGLDisplay dpy, EGLSurface surface, EGLint attribute, void * * value) Part of EGL_ANGLE_query_surface_pointerMore... | |
| boolean | eglQueryDeviceAttribEXT (long device, int attribute, PointerBuffer value) |
Entry point to C language function: EGLBoolean eglQueryDeviceAttribEXT(EGLDeviceEXT device, EGLint attribute, EGLAttrib * value) Part of EGL_EXT_device_baseMore... | |
| ByteBuffer | eglQueryDeviceStringEXT (long device, int name) |
Entry point to C language function: const char * eglQueryDeviceStringEXT(EGLDeviceEXT device, EGLint name) Part of EGL_EXT_device_baseMore... | |
| boolean | eglQueryDevicesEXT (int max_devices, PointerBuffer devices, IntBuffer num_devices) |
Entry point to C language function: EGLBoolean eglQueryDevicesEXT(EGLint max_devices, EGLDeviceEXT * devices, EGLint * num_devices) Part of EGL_EXT_device_baseMore... | |
| boolean | eglQueryDisplayAttribEXT (long dpy, int attribute, PointerBuffer value) |
Entry point to C language function: EGLBoolean eglQueryDisplayAttribEXT(EGLDisplay dpy, EGLint attribute, EGLAttrib * value) Part of EGL_EXT_device_baseMore... | |
| boolean | eglGetOutputLayersEXT (long dpy, PointerBuffer attrib_list, PointerBuffer layers, int max_layers, IntBuffer num_layers) |
Entry point to C language function: EGLBoolean eglGetOutputLayersEXT(EGLDisplay dpy, const EGLAttrib * attrib_list, EGLOutputLayerEXT * layers, EGLint max_layers, EGLint * num_layers) Part of EGL_EXT_output_baseMore... | |
| boolean | eglGetOutputPortsEXT (long dpy, PointerBuffer attrib_list, PointerBuffer ports, int max_ports, IntBuffer num_ports) |
Entry point to C language function: EGLBoolean eglGetOutputPortsEXT(EGLDisplay dpy, const EGLAttrib * attrib_list, EGLOutputPortEXT * ports, EGLint max_ports, EGLint * num_ports) Part of EGL_EXT_output_baseMore... | |
| boolean | eglOutputLayerAttribEXT (long dpy, long layer, int attribute, long value) |
Entry point to C language function: EGLBoolean eglOutputLayerAttribEXT(EGLDisplay dpy, EGLOutputLayerEXT layer, EGLint attribute, EGLAttrib value) Part of EGL_EXT_output_baseMore... | |
| boolean | eglQueryOutputLayerAttribEXT (long dpy, long layer, int attribute, PointerBuffer value) |
Entry point to C language function: EGLBoolean eglQueryOutputLayerAttribEXT(EGLDisplay dpy, EGLOutputLayerEXT layer, EGLint attribute, EGLAttrib * value) Part of EGL_EXT_output_baseMore... | |
| ByteBuffer | eglQueryOutputLayerStringEXT (long dpy, long layer, int name) |
Entry point to C language function: const char * eglQueryOutputLayerStringEXT(EGLDisplay dpy, EGLOutputLayerEXT layer, EGLint name) Part of EGL_EXT_output_baseMore... | |
| boolean | eglOutputPortAttribEXT (long dpy, long port, int attribute, long value) |
Entry point to C language function: EGLBoolean eglOutputPortAttribEXT(EGLDisplay dpy, EGLOutputPortEXT port, EGLint attribute, EGLAttrib value) Part of EGL_EXT_output_baseMore... | |
| boolean | eglQueryOutputPortAttribEXT (long dpy, long port, int attribute, PointerBuffer value) |
Entry point to C language function: EGLBoolean eglQueryOutputPortAttribEXT(EGLDisplay dpy, EGLOutputPortEXT port, EGLint attribute, EGLAttrib * value) Part of EGL_EXT_output_baseMore... | |
| ByteBuffer | eglQueryOutputPortStringEXT (long dpy, long port, int name) |
Entry point to C language function: const char * eglQueryOutputPortStringEXT(EGLDisplay dpy, EGLOutputPortEXT port, EGLint name) Part of EGL_EXT_output_baseMore... | |
| long | eglGetPlatformDisplayEXT (int platform, long native_display, IntBuffer attrib_list) |
Entry point to C language function: EGLDisplay eglGetPlatformDisplayEXT(EGLenum platform, void * native_display, const EGLint * attrib_list) Part of EGL_EXT_platform_baseMore... | |
| long | eglCreatePlatformWindowSurfaceEXT (long dpy, long config, long native_window, IntBuffer attrib_list) |
Entry point to C language function: EGLSurface eglCreatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, void * native_window, const EGLint * attrib_list) Part of EGL_EXT_platform_baseMore... | |
| long | eglCreatePlatformPixmapSurfaceEXT (long dpy, long config, long native_pixmap, IntBuffer attrib_list) |
Entry point to C language function: EGLSurface eglCreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, EGLConfig config, void * native_pixmap, const EGLint * attrib_list) Part of EGL_EXT_platform_baseMore... | |
| boolean | eglStreamConsumerOutputEXT (long dpy, long stream, long layer) |
Entry point to C language function: EGLBoolean eglStreamConsumerOutputEXT(EGLDisplay dpy, EGLStreamKHR stream, EGLOutputLayerEXT layer) Part of EGL_EXT_stream_consumer_egloutputMore... | |
| boolean | eglSwapBuffersWithDamageEXT (long dpy, long surface, IntBuffer rects, int n_rects) |
Entry point to C language function: EGLBoolean eglSwapBuffersWithDamageEXT(EGLDisplay dpy, EGLSurface surface, EGLint * rects, EGLint n_rects) Part of EGL_EXT_swap_buffers_with_damageMore... | |
| long | eglCreatePixmapSurfaceHI (long dpy, long config, EGLClientPixmapHI pixmap) |
Entry point to C language function: EGLSurface eglCreatePixmapSurfaceHI(EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI * pixmap) Part of EGL_HI_clientpixmapMore... | |
| long | eglCreateDRMImageMESA (long dpy, IntBuffer attrib_list) |
Entry point to C language function: EGLImageKHR eglCreateDRMImageMESA(EGLDisplay dpy, const EGLint * attrib_list) Part of EGL_MESA_drm_imageMore... | |
| boolean | eglExportDRMImageMESA (long dpy, long image, IntBuffer name, IntBuffer handle, IntBuffer stride) |
Entry point to C language function: EGLBoolean eglExportDRMImageMESA(EGLDisplay dpy, EGLImageKHR image, EGLint * name, EGLint * handle, EGLint * stride) Part of EGL_MESA_drm_imageMore... | |
| boolean | eglExportDMABUFImageQueryMESA (long dpy, long image, IntBuffer fourcc, IntBuffer num_planes, LongBuffer modifiers) |
Entry point to C language function: EGLBoolean eglExportDMABUFImageQueryMESA(EGLDisplay dpy, EGLImageKHR image, int * fourcc, int * num_planes, EGLuint64KHR * modifiers) Part of EGL_MESA_image_dma_buf_exportMore... | |
| boolean | eglExportDMABUFImageMESA (long dpy, long image, IntBuffer fds, IntBuffer strides, IntBuffer offsets) |
Entry point to C language function: EGLBoolean eglExportDMABUFImageMESA(EGLDisplay dpy, EGLImageKHR image, int * fds, EGLint * strides, EGLint * offsets) Part of EGL_MESA_image_dma_buf_exportMore... | |
| boolean | eglSwapBuffersRegionNOK (long dpy, long surface, int numRects, IntBuffer rects) |
Entry point to C language function: EGLBoolean eglSwapBuffersRegionNOK(EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint * rects) Part of EGL_NOK_swap_regionMore... | |
| boolean | eglSwapBuffersRegion2NOK (long dpy, long surface, int numRects, IntBuffer rects) |
Entry point to C language function: EGLBoolean eglSwapBuffersRegion2NOK(EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint * rects) Part of EGL_NOK_swap_region2More... | |
| boolean | eglQueryNativeDisplayNV (long dpy, PointerBuffer display_id) |
Entry point to C language function: EGLBoolean eglQueryNativeDisplayNV(EGLDisplay dpy, EGLNativeDisplayType * display_id) Part of EGL_NV_native_queryMore... | |
| boolean | eglQueryNativeWindowNV (long dpy, long surf, PointerBuffer window) |
Entry point to C language function: EGLBoolean eglQueryNativeWindowNV(EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType * window) Part of EGL_NV_native_queryMore... | |
| boolean | eglQueryNativePixmapNV (long dpy, long surf, PointerBuffer pixmap) |
Entry point to C language function: EGLBoolean eglQueryNativePixmapNV(EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType * pixmap) Part of EGL_NV_native_queryMore... | |
| boolean | eglPostSubBufferNV (long dpy, long surface, int x, int y, int width, int height) |
Entry point to C language function: EGLBoolean eglPostSubBufferNV(EGLDisplay dpy, EGLSurface surface, EGLint x, EGLint y, EGLint width, EGLint height) Part of EGL_NV_post_sub_bufferMore... | |
| long | eglCreateStreamSyncNV (long dpy, long stream, int type, IntBuffer attrib_list) |
Entry point to C language function: EGLSyncKHR eglCreateStreamSyncNV(EGLDisplay dpy, EGLStreamKHR stream, EGLenum type, const EGLint * attrib_list) Part of EGL_NV_stream_syncMore... | |
| long | eglCreateFenceSyncNV (long dpy, int condition, IntBuffer attrib_list) |
Entry point to C language function: EGLSyncNV eglCreateFenceSyncNV(EGLDisplay dpy, EGLenum condition, const EGLint * attrib_list) Part of EGL_NV_syncMore... | |
| boolean | eglDestroySyncNV (long sync) |
Entry point to C language function: EGLBoolean eglDestroySyncNV(EGLSyncNV sync) Part of EGL_NV_syncMore... | |
| boolean | eglFenceNV (long sync) |
Entry point to C language function: EGLBoolean eglFenceNV(EGLSyncNV sync) Part of EGL_NV_syncMore... | |
| int | eglClientWaitSyncNV (long sync, int flags, long timeout) |
Entry point to C language function: EGLint eglClientWaitSyncNV(EGLSyncNV sync, EGLint flags, EGLTimeNV timeout) Part of EGL_NV_syncMore... | |
| boolean | eglSignalSyncNV (long sync, int mode) |
Entry point to C language function: EGLBoolean eglSignalSyncNV(EGLSyncNV sync, EGLenum mode) Part of EGL_NV_syncMore... | |
| boolean | eglGetSyncAttribNV (long sync, int attribute, IntBuffer value) |
Entry point to C language function: EGLBoolean eglGetSyncAttribNV(EGLSyncNV sync, EGLint attribute, EGLint * value) Part of EGL_NV_syncMore... | |
| long | eglGetSystemTimeFrequencyNV () |
Entry point to C language function: EGLuint64NV eglGetSystemTimeFrequencyNV() Part of EGL_NV_system_timeMore... | |
| long | eglGetSystemTimeNV () |
Entry point to C language function: EGLuint64NV eglGetSystemTimeNV() Part of EGL_NV_system_timeMore... | |
| boolean | isFunctionAvailable (String glFunctionName) |
| boolean | isExtensionAvailable (String glExtensionName) |
Static Public Attributes | |
| static final int | EGL_SYNC_CONDITION_NV = 0x30ee |
EGL_NV_syncDefine "EGL_SYNC_CONDITION_NV" with expression ' 0x30EE', CType: int More... | |
| static final int | EGL_PLATFORM_X11_EXT = 0x31d5 |
EGL_EXT_platform_x11Define "EGL_PLATFORM_X11_EXT" with expression ' 0x31D5', CType: int More... | |
| static final int | EGL_READ_SURFACE_BIT_KHR = 0x1 |
EGL_KHR_lock_surfaceDefine "EGL_READ_SURFACE_BIT_KHR" with expression ' 0x0001', CType: int More... | |
| static final int | EGL_STREAM_FIFO_LENGTH_KHR = 0x31fc |
EGL_KHR_stream_fifoDefine "EGL_STREAM_FIFO_LENGTH_KHR" with expression ' 0x31FC', CType: int More... | |
| static final int | EGL_FORMAT_RGBA_8888_KHR = 0x30c3 |
EGL_KHR_lock_surfaceDefine "EGL_FORMAT_RGBA_8888_KHR" with expression ' 0x30C3', CType: int More... | |
| static final int | EGL_SYNC_REUSABLE_KHR = 0x30fa |
EGL_KHR_reusable_syncDefine "EGL_SYNC_REUSABLE_KHR" with expression ' 0x30FA', CType: int More... | |
| static final int | EGL_MATCH_FORMAT_KHR = 0x3043 |
EGL_KHR_lock_surfaceDefine "EGL_MATCH_FORMAT_KHR" with expression ' 0x3043', CType: int More... | |
| static final int | EGL_COLOR_RGBA_HI = 0x8f72 |
EGL_HI_colorformatsDefine "EGL_COLOR_RGBA_HI" with expression ' 0x8F72', CType: int More... | |
| static final int | EGL_DEBUG_CALLBACK_KHR = 0x33b8 |
EGL_KHR_debugDefine "EGL_DEBUG_CALLBACK_KHR" with expression ' 0x33B8', CType: int More... | |
| static final int | EGL_LINUX_DMA_BUF_EXT = 0x3270 |
EGL_EXT_image_dma_buf_importDefine "EGL_LINUX_DMA_BUF_EXT" with expression ' 0x3270', CType: int More... | |
| static final int | EGL_BITMAP_PIXEL_BLUE_OFFSET_KHR = 0x30cb |
EGL_KHR_lock_surfaceDefine "EGL_BITMAP_PIXEL_BLUE_OFFSET_KHR" with expression ' 0x30CB', CType: int More... | |
| static final int | EGL_SYNC_NEW_FRAME_NV = 0x321f |
EGL_NV_stream_syncDefine "EGL_SYNC_NEW_FRAME_NV" with expression ' 0x321F', CType: int More... | |
| static final int | EGL_DRM_DEVICE_FILE_EXT = 0x3233 |
EGL_EXT_device_drmDefine "EGL_DRM_DEVICE_FILE_EXT" with expression ' 0x3233', CType: int More... | |
| static final int | EGL_YUV_NUMBER_OF_PLANES_EXT = 0x3311 |
EGL_EXT_yuv_surfaceDefine "EGL_YUV_NUMBER_OF_PLANES_EXT" with expression ' 0x3311', CType: int More... | |
| static final int | EGL_SYNC_TYPE_KHR = 0x30f7 |
EGL_KHR_reusable_syncDefine "EGL_SYNC_TYPE_KHR" with expression ' 0x30F7', CType: int More... | |
| static final int | EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z_KHR = 0x30b7 |
EGL_KHR_gl_texture_cubemap_imageDefine "EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z_KHR" with expression ' 0x30B7', CType: int More... | |
| static final int | EGL_DEVICE_EXT = 0x322c |
EGL_EXT_device_baseDefine "EGL_DEVICE_EXT" with expression ' 0x322C', CType: int More... | |
| static final int | EGL_OBJECT_CONTEXT_KHR = 0x33b2 |
EGL_KHR_debugDefine "EGL_OBJECT_CONTEXT_KHR" with expression ' 0x33B2', CType: int More... | |
| static final int | EGL_STREAM_STATE_DISCONNECTED_KHR = 0x321a |
EGL_KHR_streamDefine "EGL_STREAM_STATE_DISCONNECTED_KHR" with expression ' 0x321A', CType: int More... | |
| static final int | EGL_OBJECT_SYNC_KHR = 0x33b5 |
EGL_KHR_debugDefine "EGL_OBJECT_SYNC_KHR" with expression ' 0x33B5', CType: int More... | |
| static final int | EGL_YUV_SUBSAMPLE_EXT = 0x3312 |
EGL_EXT_yuv_surfaceDefine "EGL_YUV_SUBSAMPLE_EXT" with expression ' 0x3312', CType: int More... | |
| static final int | EGL_YUV_ORDER_YUYV_EXT = 0x3304 |
EGL_EXT_yuv_surfaceDefine "EGL_YUV_ORDER_YUYV_EXT" with expression ' 0x3304', CType: int More... | |
| static final int | EGL_ALREADY_SIGNALED_NV = 0x30ea |
EGL_NV_syncDefine "EGL_ALREADY_SIGNALED_NV" with expression ' 0x30EA', CType: int More... | |
| static final int | EGL_YUV_FULL_RANGE_EXT = 0x3282 |
EGL_EXT_image_dma_buf_importDefine "EGL_YUV_FULL_RANGE_EXT" with expression ' 0x3282', CType: int More... | |
| static final int | EGL_CONTEXT_FLAGS_KHR = 0x30fc |
EGL_KHR_create_contextDefine "EGL_CONTEXT_FLAGS_KHR" with expression ' 0x30FC', CType: int More... | |
| static final int | EGL_BAD_STREAM_KHR = 0x321b |
EGL_KHR_streamDefine "EGL_BAD_STREAM_KHR" with expression ' 0x321B', CType: int More... | |
| static final int | EGL_DRM_CONNECTOR_EXT = 0x3236 |
EGL_EXT_output_drmDefine "EGL_DRM_CONNECTOR_EXT" with expression ' 0x3236', CType: int More... | |
| static final int | EGL_DMA_BUF_PLANE1_OFFSET_EXT = 0x3276 |
EGL_EXT_image_dma_buf_importDefine "EGL_DMA_BUF_PLANE1_OFFSET_EXT" with expression ' 0x3276', CType: int More... | |
| static final int | EGL_BITMAP_PIXEL_SIZE_KHR = 0x3110 |
EGL_KHR_lock_surface2Define "EGL_BITMAP_PIXEL_SIZE_KHR" with expression ' 0x3110', CType: int More... | |
| static final int | EGL_FORMAT_RGBA_8888_EXACT_KHR = 0x30c2 |
EGL_KHR_lock_surfaceDefine "EGL_FORMAT_RGBA_8888_EXACT_KHR" with expression ' 0x30C2', CType: int More... | |
| static final int | EGL_OBJECT_IMAGE_KHR = 0x33b4 |
EGL_KHR_debugDefine "EGL_OBJECT_IMAGE_KHR" with expression ' 0x33B4', CType: int More... | |
| static final int | EGL_DMA_BUF_PLANE2_FD_EXT = 0x3278 |
EGL_EXT_image_dma_buf_importDefine "EGL_DMA_BUF_PLANE2_FD_EXT" with expression ' 0x3278', CType: int More... | |
| static final int | EGL_PLATFORM_X11_SCREEN_KHR = 0x31d6 |
EGL_KHR_platform_x11Define "EGL_PLATFORM_X11_SCREEN_KHR" with expression ' 0x31D6', CType: int More... | |
| static final int | EGL_ITU_REC601_EXT = 0x327f |
EGL_EXT_image_dma_buf_importDefine "EGL_ITU_REC601_EXT" with expression ' 0x327F', CType: int More... | |
| static final int | EGL_PRODUCER_FRAME_KHR = 0x3212 |
EGL_KHR_streamDefine "EGL_PRODUCER_FRAME_KHR" with expression ' 0x3212', CType: int More... | |
| static final int | EGL_YUV_CHROMA_SITING_0_5_EXT = 0x3285 |
EGL_EXT_image_dma_buf_importDefine "EGL_YUV_CHROMA_SITING_0_5_EXT" with expression ' 0x3285', CType: int More... | |
| static final int | EGL_YUV_SUBSAMPLE_4_2_0_EXT = 0x3313 |
EGL_EXT_yuv_surfaceDefine "EGL_YUV_SUBSAMPLE_4_2_0_EXT" with expression ' 0x3313', CType: int More... | |
| static final int | EGL_PLATFORM_DEVICE_EXT = 0x313f |
EGL_EXT_platform_deviceDefine "EGL_PLATFORM_DEVICE_EXT" with expression ' 0x313F', CType: int More... | |
| static final int | EGL_YUV_ORDER_EXT = 0x3301 |
EGL_EXT_yuv_surfaceDefine "EGL_YUV_ORDER_EXT" with expression ' 0x3301', CType: int More... | |
| static final int | EGL_VG_PARENT_IMAGE_KHR = 0x30ba |
EGL_KHR_vg_parent_imageDefine "EGL_VG_PARENT_IMAGE_KHR" with expression ' 0x30BA', CType: int More... | |
| static final int | EGL_SYNC_CUDA_EVENT_NV = 0x323c |
EGL_NV_cuda_eventDefine "EGL_SYNC_CUDA_EVENT_NV" with expression ' 0x323C', CType: int More... | |
| static final int | EGL_SYNC_FLUSH_COMMANDS_BIT_KHR = 0x1 |
EGL_KHR_reusable_syncDefine "EGL_SYNC_FLUSH_COMMANDS_BIT_KHR" with expression ' 0x0001', CType: int More... | |
| static final int | EGL_CONTEXT_PRIORITY_MEDIUM_IMG = 0x3102 |
EGL_IMG_context_priorityDefine "EGL_CONTEXT_PRIORITY_MEDIUM_IMG" with expression ' 0x3102', CType: int More... | |
| static final int | EGL_DISCARD_SAMPLES_ARM = 0x3286 |
EGL_ARM_pixmap_multisample_discardDefine "EGL_DISCARD_SAMPLES_ARM" with expression ' 0x3286', CType: int More... | |
| static final int | EGL_YUV_ORDER_VYUY_EXT = 0x3307 |
EGL_EXT_yuv_surfaceDefine "EGL_YUV_ORDER_VYUY_EXT" with expression ' 0x3307', CType: int More... | |
| static final int | EGL_YUV_CSC_STANDARD_601_EXT = 0x330b |
EGL_EXT_yuv_surfaceDefine "EGL_YUV_CSC_STANDARD_601_EXT" with expression ' 0x330B', CType: int More... | |
| static final int | EGL_COVERAGE_SAMPLES_NV = 0x30e1 |
EGL_NV_coverage_sampleDefine "EGL_COVERAGE_SAMPLES_NV" with expression ' 0x30E1', CType: int More... | |
| static final int | EGL_SYNC_CL_EVENT_KHR = 0x30fe |
EGL_KHR_cl_eventDefine "EGL_SYNC_CL_EVENT_KHR" with expression ' 0x30FE', CType: int More... | |
| static final int | EGL_PROTECTED_CONTENT_EXT = 0x32c0 |
EGL_EXT_protected_surfaceDefine "EGL_PROTECTED_CONTENT_EXT" with expression ' 0x32C0', CType: int More... | |
| static final int | EGL_PLATFORM_ANDROID_KHR = 0x3141 |
EGL_KHR_platform_androidDefine "EGL_PLATFORM_ANDROID_KHR" with expression ' 0x3141', CType: int More... | |
| static final int | EGL_MAP_PRESERVE_PIXELS_KHR = 0x30c4 |
EGL_KHR_lock_surfaceDefine "EGL_MAP_PRESERVE_PIXELS_KHR" with expression ' 0x30C4', CType: int More... | |
| static final int | EGL_YUV_DEPTH_RANGE_EXT = 0x3317 |
EGL_EXT_yuv_surfaceDefine "EGL_YUV_DEPTH_RANGE_EXT" with expression ' 0x3317', CType: int More... | |
| static final int | EGL_COVERAGE_SAMPLE_RESOLVE_DEFAULT_NV = 0x3132 |
EGL_NV_coverage_sample_resolveDefine "EGL_COVERAGE_SAMPLE_RESOLVE_DEFAULT_NV" with expression ' 0x3132', CType: int More... | |
| static final int | EGL_SYNC_CUDA_EVENT_COMPLETE_NV = 0x323d |
EGL_NV_cuda_eventDefine "EGL_SYNC_CUDA_EVENT_COMPLETE_NV" with expression ' 0x323D', CType: int More... | |
| static final int | EGL_NATIVE_PIXMAP_KHR = 0x30b0 |
EGL_KHR_imageDefine "EGL_NATIVE_PIXMAP_KHR" with expression ' 0x30B0', CType: int More... | |
| static final int | EGL_DRM_BUFFER_FORMAT_ARGB32_MESA = 0x31d2 |
EGL_MESA_drm_imageDefine "EGL_DRM_BUFFER_FORMAT_ARGB32_MESA" with expression ' 0x31D2', CType: int More... | |
| static final int | EGL_CONTEXT_OPENGL_ROBUST_ACCESS_EXT = 0x30bf |
EGL_EXT_create_context_robustnessDefine "EGL_CONTEXT_OPENGL_ROBUST_ACCESS_EXT" with expression ' 0x30BF', CType: int More... | |
| static final int | EGL_OPTIMAL_FORMAT_BIT_KHR = 0x100 |
EGL_KHR_lock_surfaceDefine "EGL_OPTIMAL_FORMAT_BIT_KHR" with expression ' 0x0100', CType: int More... | |
| static final int | EGL_OBJECT_THREAD_KHR = 0x33b0 |
EGL_KHR_debugDefine "EGL_OBJECT_THREAD_KHR" with expression ' 0x33B0', CType: int More... | |
| static final int | EGL_LOSE_CONTEXT_ON_RESET_KHR = 0x31bf |
EGL_KHR_create_contextDefine "EGL_LOSE_CONTEXT_ON_RESET_KHR" with expression ' 0x31BF', CType: int More... | |
| static final int | EGL_CONSUMER_LATENCY_USEC_KHR = 0x3210 |
EGL_KHR_streamDefine "EGL_CONSUMER_LATENCY_USEC_KHR" with expression ' 0x3210', CType: int More... | |
| static final int | EGL_SWAP_INTERVAL_EXT = 0x322f |
EGL_EXT_output_baseDefine "EGL_SWAP_INTERVAL_EXT" with expression ' 0x322F', CType: int More... | |
| static final int | EGL_STREAM_STATE_EMPTY_KHR = 0x3217 |
EGL_KHR_streamDefine "EGL_STREAM_STATE_EMPTY_KHR" with expression ' 0x3217', CType: int More... | |
| static final int | EGL_BAD_STATE_KHR = 0x321c |
EGL_KHR_streamDefine "EGL_BAD_STATE_KHR" with expression ' 0x321C', CType: int More... | |
| static final int | EGL_BITMAP_PIXEL_RED_OFFSET_KHR = 0x30c9 |
EGL_KHR_lock_surfaceDefine "EGL_BITMAP_PIXEL_RED_OFFSET_KHR" with expression ' 0x30C9', CType: int More... | |
| static final int | EGL_D3D_TEXTURE_2D_SHARE_HANDLE_ANGLE = 0x3200 |
EGL_ANGLE_d3d_share_handle_client_bufferDefine "EGL_D3D_TEXTURE_2D_SHARE_HANDLE_ANGLE" with expression ' 0x3200', CType: int More... | |
| static final int | EGL_DMA_BUF_PLANE1_PITCH_EXT = 0x3277 |
EGL_EXT_image_dma_buf_importDefine "EGL_DMA_BUF_PLANE1_PITCH_EXT" with expression ' 0x3277', CType: int More... | |
| static final int | EGL_YUV_CSC_STANDARD_EXT = 0x330a |
EGL_EXT_yuv_surfaceDefine "EGL_YUV_CSC_STANDARD_EXT" with expression ' 0x330A', CType: int More... | |
| static final int | EGL_YUV_SUBSAMPLE_4_4_4_EXT = 0x3315 |
EGL_EXT_yuv_surfaceDefine "EGL_YUV_SUBSAMPLE_4_4_4_EXT" with expression ' 0x3315', CType: int More... | |
| static final int | EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X_KHR = 0x30b3 |
EGL_KHR_gl_texture_cubemap_imageDefine "EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X_KHR" with expression ' 0x30B3', CType: int More... | |
| static final int | EGL_DMA_BUF_PLANE0_PITCH_EXT = 0x3274 |
EGL_EXT_image_dma_buf_importDefine "EGL_DMA_BUF_PLANE0_PITCH_EXT" with expression ' 0x3274', CType: int More... | |
| static final int | EGL_COVERAGE_BUFFERS_NV = 0x30e0 |
EGL_NV_coverage_sampleDefine "EGL_COVERAGE_BUFFERS_NV" with expression ' 0x30E0', CType: int More... | |
| static final int | EGL_YUV_CHROMA_SITING_0_EXT = 0x3284 |
EGL_EXT_image_dma_buf_importDefine "EGL_YUV_CHROMA_SITING_0_EXT" with expression ' 0x3284', CType: int More... | |
| static final int | EGL_GL_TEXTURE_LEVEL_KHR = 0x30bc |
EGL_KHR_gl_texture_2D_imageDefine "EGL_GL_TEXTURE_LEVEL_KHR" with expression ' 0x30BC', CType: int More... | |
| static final int | EGL_CONSUMER_ACQUIRE_TIMEOUT_USEC_KHR = 0x321e |
EGL_KHR_stream_consumer_gltextureDefine "EGL_CONSUMER_ACQUIRE_TIMEOUT_USEC_KHR" with expression ' 0x321E', CType: int More... | |
| static final int | EGL_LOWER_LEFT_KHR = 0x30ce |
EGL_KHR_lock_surfaceDefine "EGL_LOWER_LEFT_KHR" with expression ' 0x30CE', CType: int More... | |
| static final int | EGL_CONTEXT_MINOR_VERSION_KHR = 0x30fb |
EGL_KHR_create_contextDefine "EGL_CONTEXT_MINOR_VERSION_KHR" with expression ' 0x30FB', CType: int More... | |
| static final int | EGL_YUV_ORDER_YVYU_EXT = 0x3306 |
EGL_EXT_yuv_surfaceDefine "EGL_YUV_ORDER_YVYU_EXT" with expression ' 0x3306', CType: int More... | |
| static final int | EGL_COVERAGE_SAMPLE_RESOLVE_NONE_NV = 0x3133 |
EGL_NV_coverage_sample_resolveDefine "EGL_COVERAGE_SAMPLE_RESOLVE_NONE_NV" with expression ' 0x3133', CType: int More... | |
| static final int | EGL_COLOR_RGB_HI = 0x8f71 |
EGL_HI_colorformatsDefine "EGL_COLOR_RGB_HI" with expression ' 0x8F71', CType: int More... | |
| static final int | EGL_CUDA_DEVICE_NV = 0x323a |
EGL_NV_device_cudaDefine "EGL_CUDA_DEVICE_NV" with expression ' 0x323A', CType: int More... | |
| static final int | EGL_SYNC_STATUS_KHR = 0x30f1 |
EGL_KHR_reusable_syncDefine "EGL_SYNC_STATUS_KHR" with expression ' 0x30F1', CType: int More... | |
| static final int | EGL_LOSE_CONTEXT_ON_RESET_EXT = 0x31bf |
EGL_EXT_create_context_robustnessDefine "EGL_LOSE_CONTEXT_ON_RESET_EXT" with expression ' 0x31BF', CType: int More... | |
| static final int | EGL_CONTEXT_OPENGL_NO_ERROR_KHR = 0x31b3 |
EGL_KHR_create_context_no_errorDefine "EGL_CONTEXT_OPENGL_NO_ERROR_KHR" with expression ' 0x31B3', CType: int More... | |
| static final int | EGL_CONTEXT_MAJOR_VERSION_KHR = 0x3098 |
EGL_KHR_create_contextDefine "EGL_CONTEXT_MAJOR_VERSION_KHR" with expression ' 0x3098', CType: int More... | |
| static final int | EGL_YUV_COLOR_SPACE_HINT_EXT = 0x327b |
EGL_EXT_image_dma_buf_importDefine "EGL_YUV_COLOR_SPACE_HINT_EXT" with expression ' 0x327B', CType: int More... | |
| static final int | EGL_PLATFORM_GBM_MESA = 0x31d7 |
EGL_MESA_platform_gbmDefine "EGL_PLATFORM_GBM_MESA" with expression ' 0x31D7', CType: int More... | |
| static final int | EGL_DMA_BUF_PLANE2_OFFSET_EXT = 0x3279 |
EGL_EXT_image_dma_buf_importDefine "EGL_DMA_BUF_PLANE2_OFFSET_EXT" with expression ' 0x3279', CType: int More... | |
| static final int | EGL_SYNC_CONDITION_KHR = 0x30f8 |
EGL_KHR_fence_syncDefine "EGL_SYNC_CONDITION_KHR" with expression ' 0x30F8', CType: int More... | |
| static final int | EGL_YUV_CSC_STANDARD_709_EXT = 0x330c |
EGL_EXT_yuv_surfaceDefine "EGL_YUV_CSC_STANDARD_709_EXT" with expression ' 0x330C', CType: int More... | |
| static final int | EGL_YUV_PLANE_BPP_EXT = 0x331a |
EGL_EXT_yuv_surfaceDefine "EGL_YUV_PLANE_BPP_EXT" with expression ' 0x331A', CType: int More... | |
| static final int | EGL_ITU_REC2020_EXT = 0x3281 |
EGL_EXT_image_dma_buf_importDefine "EGL_ITU_REC2020_EXT" with expression ' 0x3281', CType: int More... | |
| static final int | EGL_SIGNALED_NV = 0x30e8 |
EGL_NV_syncDefine "EGL_SIGNALED_NV" with expression ' 0x30E8', CType: int More... | |
| static final int | EGL_NO_RESET_NOTIFICATION_KHR = 0x31be |
EGL_KHR_create_contextDefine "EGL_NO_RESET_NOTIFICATION_KHR" with expression ' 0x31BE', CType: int More... | |
| static final int | EGL_YUV_SUBSAMPLE_4_2_2_EXT = 0x3314 |
EGL_EXT_yuv_surfaceDefine "EGL_YUV_SUBSAMPLE_4_2_2_EXT" with expression ' 0x3314', CType: int More... | |
| static final int | EGL_Y_INVERTED_NOK = 0x307f |
EGL_NOK_texture_from_pixmapDefine "EGL_Y_INVERTED_NOK" with expression ' 0x307F', CType: int More... | |
| static final int | EGL_CONDITION_SATISFIED_KHR = 0x30f6 |
EGL_KHR_reusable_syncDefine "EGL_CONDITION_SATISFIED_KHR" with expression ' 0x30F6', CType: int More... | |
| static final int | EGL_CONTEXT_PRIORITY_LOW_IMG = 0x3103 |
EGL_IMG_context_priorityDefine "EGL_CONTEXT_PRIORITY_LOW_IMG" with expression ' 0x3103', CType: int More... | |
| static final int | EGL_OPENWF_PIPELINE_ID_EXT = 0x3238 |
EGL_EXT_output_openwfDefine "EGL_OPENWF_PIPELINE_ID_EXT" with expression ' 0x3238', CType: int More... | |
| static final int | EGL_COLOR_FORMAT_HI = 0x8f70 |
EGL_HI_colorformatsDefine "EGL_COLOR_FORMAT_HI" with expression ' 0x8F70', CType: int More... | |
| static final int | EGL_DEBUG_MSG_WARN_KHR = 0x33bb |
EGL_KHR_debugDefine "EGL_DEBUG_MSG_WARN_KHR" with expression ' 0x33BB', CType: int More... | |
| static final int | EGL_YUV_BUFFER_EXT = 0x3300 |
EGL_EXT_yuv_surfaceDefine "EGL_YUV_BUFFER_EXT" with expression ' 0x3300', CType: int More... | |
| static final int | EGL_GL_RENDERBUFFER_KHR = 0x30b9 |
EGL_KHR_gl_renderbuffer_imageDefine "EGL_GL_RENDERBUFFER_KHR" with expression ' 0x30B9', CType: int More... | |
| static final int | EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y_KHR = 0x30b5 |
EGL_KHR_gl_texture_cubemap_imageDefine "EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y_KHR" with expression ' 0x30B5', CType: int More... | |
| static final int | EGL_GL_TEXTURE_2D_KHR = 0x30b1 |
EGL_KHR_gl_texture_2D_imageDefine "EGL_GL_TEXTURE_2D_KHR" with expression ' 0x30B1', CType: int More... | |
| static final int | EGL_UNSIGNALED_NV = 0x30e9 |
EGL_NV_syncDefine "EGL_UNSIGNALED_NV" with expression ' 0x30E9', CType: int More... | |
| static final int | EGL_OBJECT_STREAM_KHR = 0x33b6 |
EGL_KHR_debugDefine "EGL_OBJECT_STREAM_KHR" with expression ' 0x33B6', CType: int More... | |
| static final int | EGL_CONSUMER_FRAME_KHR = 0x3213 |
EGL_KHR_streamDefine "EGL_CONSUMER_FRAME_KHR" with expression ' 0x3213', CType: int More... | |
| static final int | EGL_SIGNALED_KHR = 0x30f2 |
EGL_KHR_reusable_syncDefine "EGL_SIGNALED_KHR" with expression ' 0x30F2', CType: int More... | |
| static final int | EGL_STREAM_TIME_PRODUCER_KHR = 0x31ff |
EGL_KHR_stream_fifoDefine "EGL_STREAM_TIME_PRODUCER_KHR" with expression ' 0x31FF', CType: int More... | |
| static final int | EGL_BAD_DEVICE_EXT = 0x322b |
EGL_EXT_device_baseDefine "EGL_BAD_DEVICE_EXT" with expression ' 0x322B', CType: int More... | |
| static final int | EGL_CL_EVENT_HANDLE_KHR = 0x309c |
EGL_KHR_cl_eventDefine "EGL_CL_EVENT_HANDLE_KHR" with expression ' 0x309C', CType: int More... | |
| static final int | EGL_DRM_PLANE_EXT = 0x3235 |
EGL_EXT_output_drmDefine "EGL_DRM_PLANE_EXT" with expression ' 0x3235', CType: int More... | |
| static final int | EGL_YUV_CHROMA_HORIZONTAL_SITING_HINT_EXT = 0x327d |
EGL_EXT_image_dma_buf_importDefine "EGL_YUV_CHROMA_HORIZONTAL_SITING_HINT_EXT" with expression ' 0x327D', CType: int More... | |
| static final int | EGL_DEBUG_MSG_INFO_KHR = 0x33bc |
EGL_KHR_debugDefine "EGL_DEBUG_MSG_INFO_KHR" with expression ' 0x33BC', CType: int More... | |
| static final int | EGL_GL_TEXTURE_3D_KHR = 0x30b2 |
EGL_KHR_gl_texture_3D_imageDefine "EGL_GL_TEXTURE_3D_KHR" with expression ' 0x30B2', CType: int More... | |
| static final int | EGL_DEPTH_ENCODING_NONE_NV = 0x0 |
EGL_NV_depth_nonlinearDefine "EGL_DEPTH_ENCODING_NONE_NV" with expression ' 0', CType: int More... | |
| static final int | EGL_TIMEOUT_EXPIRED_NV = 0x30eb |
EGL_NV_syncDefine "EGL_TIMEOUT_EXPIRED_NV" with expression ' 0x30EB', CType: int More... | |
| static final int | EGL_STREAM_STATE_CONNECTING_KHR = 0x3216 |
EGL_KHR_streamDefine "EGL_STREAM_STATE_CONNECTING_KHR" with expression ' 0x3216', CType: int More... | |
| static final int | EGL_OPENWF_DEVICE_ID_EXT = 0x3237 |
EGL_EXT_device_openwfDefine "EGL_OPENWF_DEVICE_ID_EXT" with expression ' 0x3237', CType: int More... | |
| static final int | EGL_DMA_BUF_PLANE0_OFFSET_EXT = 0x3273 |
EGL_EXT_image_dma_buf_importDefine "EGL_DMA_BUF_PLANE0_OFFSET_EXT" with expression ' 0x3273', CType: int More... | |
| static final int | EGL_NATIVE_SURFACE_TIZEN = 0x32a1 |
EGL_TIZEN_image_native_surfaceDefine "EGL_NATIVE_SURFACE_TIZEN" with expression ' 0x32A1', CType: int More... | |
| static final int | EGL_IMAGE_PRESERVED_KHR = 0x30d2 |
EGL_KHR_image_baseDefine "EGL_IMAGE_PRESERVED_KHR" with expression ' 0x30D2', CType: int More... | |
| static final int | EGL_UNSIGNALED_KHR = 0x30f3 |
EGL_KHR_reusable_syncDefine "EGL_UNSIGNALED_KHR" with expression ' 0x30F3', CType: int More... | |
| static final int | EGL_GL_COLORSPACE_LINEAR_KHR = 0x308a |
EGL_KHR_gl_colorspaceDefine "EGL_GL_COLORSPACE_LINEAR_KHR" with expression ' 0x308A', CType: int More... | |
| static final int | EGL_LOCK_USAGE_HINT_KHR = 0x30c5 |
EGL_KHR_lock_surfaceDefine "EGL_LOCK_USAGE_HINT_KHR" with expression ' 0x30C5', CType: int More... | |
| static final int | EGL_YUV_PLANE_BPP_0_EXT = 0x331b |
EGL_EXT_yuv_surfaceDefine "EGL_YUV_PLANE_BPP_0_EXT" with expression ' 0x331B', CType: int More... | |
| static final int | EGL_NO_RESET_NOTIFICATION_EXT = 0x31be |
EGL_EXT_create_context_robustnessDefine "EGL_NO_RESET_NOTIFICATION_EXT" with expression ' 0x31BE', CType: int More... | |
| static final int | EGL_DEPTH_ENCODING_NONLINEAR_NV = 0x30e3 |
EGL_NV_depth_nonlinearDefine "EGL_DEPTH_ENCODING_NONLINEAR_NV" with expression ' 0x30E3', CType: int More... | |
| static final int | EGL_SYNC_PRIOR_COMMANDS_COMPLETE_KHR = 0x30f0 |
EGL_KHR_fence_syncDefine "EGL_SYNC_PRIOR_COMMANDS_COMPLETE_KHR" with expression ' 0x30F0', CType: int More... | |
| static final int | EGL_SYNC_PRIOR_COMMANDS_COMPLETE_NV = 0x30e6 |
EGL_NV_syncDefine "EGL_SYNC_PRIOR_COMMANDS_COMPLETE_NV" with expression ' 0x30E6', CType: int More... | |
| static final int | EGL_STREAM_BIT_KHR = 0x800 |
EGL_KHR_stream_producer_eglsurfaceDefine "EGL_STREAM_BIT_KHR" with expression ' 0x0800', CType: int More... | |
| static final int | EGL_COVERAGE_SAMPLE_RESOLVE_NV = 0x3131 |
EGL_NV_coverage_sample_resolveDefine "EGL_COVERAGE_SAMPLE_RESOLVE_NV" with expression ' 0x3131', CType: int More... | |
| static final int | EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_KHR = 0x31bd |
EGL_KHR_create_contextDefine "EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_KHR" with expression ' 0x31BD', CType: int More... | |
| static final int | EGL_BITMAP_PIXEL_ALPHA_OFFSET_KHR = 0x30cc |
EGL_KHR_lock_surfaceDefine "EGL_BITMAP_PIXEL_ALPHA_OFFSET_KHR" with expression ' 0x30CC', CType: int More... | |
| static final int | EGL_PLATFORM_WAYLAND_KHR = 0x31d8 |
EGL_KHR_platform_waylandDefine "EGL_PLATFORM_WAYLAND_KHR" with expression ' 0x31D8', CType: int More... | |
| static final int | EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_KHR = 0x30b8 |
EGL_KHR_gl_texture_cubemap_imageDefine "EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_KHR" with expression ' 0x30B8', CType: int More... | |
| static final int | EGL_YUV_DEPTH_RANGE_LIMITED_EXT = 0x3318 |
EGL_EXT_yuv_surfaceDefine "EGL_YUV_DEPTH_RANGE_LIMITED_EXT" with expression ' 0x3318', CType: int More... | |
| static final int | EGL_FRAMEBUFFER_TARGET_ANDROID = 0x3147 |
EGL_ANDROID_framebuffer_targetDefine "EGL_FRAMEBUFFER_TARGET_ANDROID" with expression ' 0x3147', CType: int More... | |
| static final int | EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR = 0x2 |
EGL_KHR_create_contextDefine "EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR" with expression ' 0x00000002', CType: int More... | |
| static final int | EGL_CLIENT_PIXMAP_POINTER_HI = 0x8f74 |
EGL_HI_clientpixmapDefine "EGL_CLIENT_PIXMAP_POINTER_HI" with expression ' 0x8F74', CType: int More... | |
| static final int | EGL_D3D9_DEVICE_ANGLE = 0x33a0 |
EGL_ANGLE_device_d3dDefine "EGL_D3D9_DEVICE_ANGLE" with expression ' 0x33A0', CType: int More... | |
| static final int | EGL_D3D11_DEVICE_ANGLE = 0x33a1 |
EGL_ANGLE_device_d3dDefine "EGL_D3D11_DEVICE_ANGLE" with expression ' 0x33A1', CType: int More... | |
| static final int | EGL_UPPER_LEFT_KHR = 0x30cf |
EGL_KHR_lock_surfaceDefine "EGL_UPPER_LEFT_KHR" with expression ' 0x30CF', CType: int More... | |
| static final int | EGL_OPENGL_ES3_BIT_KHR = 0x40 |
EGL_KHR_create_contextDefine "EGL_OPENGL_ES3_BIT_KHR" with expression ' 0x00000040', CType: int More... | |
| static final int | EGL_DRM_BUFFER_USE_SCANOUT_MESA = 0x1 |
EGL_MESA_drm_imageDefine "EGL_DRM_BUFFER_USE_SCANOUT_MESA" with expression ' 0x00000001', CType: int More... | |
| static final int | EGL_DRM_BUFFER_USE_MESA = 0x31d1 |
EGL_MESA_drm_imageDefine "EGL_DRM_BUFFER_USE_MESA" with expression ' 0x31D1', CType: int More... | |
| static final int | EGL_FORMAT_RGB_565_KHR = 0x30c1 |
EGL_KHR_lock_surfaceDefine "EGL_FORMAT_RGB_565_KHR" with expression ' 0x30C1', CType: int More... | |
| static final int | EGL_YUV_CSC_STANDARD_2020_EXT = 0x330d |
EGL_EXT_yuv_surfaceDefine "EGL_YUV_CSC_STANDARD_2020_EXT" with expression ' 0x330D', CType: int More... | |
| static final int | EGL_STREAM_STATE_KHR = 0x3214 |
EGL_KHR_streamDefine "EGL_STREAM_STATE_KHR" with expression ' 0x3214', CType: int More... | |
| static final int | EGL_YUV_ORDER_UYVY_EXT = 0x3305 |
EGL_EXT_yuv_surfaceDefine "EGL_YUV_ORDER_UYVY_EXT" with expression ' 0x3305', CType: int More... | |
| static final int | EGL_NATIVE_BUFFER_TIZEN = 0x32a0 |
EGL_TIZEN_image_native_bufferDefine "EGL_NATIVE_BUFFER_TIZEN" with expression ' 0x32A0', CType: int More... | |
| static final int | EGL_DRM_BUFFER_FORMAT_MESA = 0x31d0 |
EGL_MESA_drm_imageDefine "EGL_DRM_BUFFER_FORMAT_MESA" with expression ' 0x31D0', CType: int More... | |
| static final int | EGL_BITMAP_PIXEL_GREEN_OFFSET_KHR = 0x30ca |
EGL_KHR_lock_surfaceDefine "EGL_BITMAP_PIXEL_GREEN_OFFSET_KHR" with expression ' 0x30CA', CType: int More... | |
| static final int | EGL_NATIVE_BUFFER_ANDROID = 0x3140 |
EGL_ANDROID_image_native_bufferDefine "EGL_NATIVE_BUFFER_ANDROID" with expression ' 0x3140', CType: int More... | |
| static final int | EGL_SYNC_NATIVE_FENCE_ANDROID = 0x3144 |
EGL_ANDROID_native_fence_syncDefine "EGL_SYNC_NATIVE_FENCE_ANDROID" with expression ' 0x3144', CType: int More... | |
| static final int | EGL_YUV_ORDER_AYUV_EXT = 0x3308 |
EGL_EXT_yuv_surfaceDefine "EGL_YUV_ORDER_AYUV_EXT" with expression ' 0x3308', CType: int More... | |
| static final int | EGL_YUV_ORDER_YUV_EXT = 0x3302 |
EGL_EXT_yuv_surfaceDefine "EGL_YUV_ORDER_YUV_EXT" with expression ' 0x3302', CType: int More... | |
| static final int | EGL_OBJECT_SURFACE_KHR = 0x33b3 |
EGL_KHR_debugDefine "EGL_OBJECT_SURFACE_KHR" with expression ' 0x33B3', CType: int More... | |
| static final int | EGL_YUV_NARROW_RANGE_EXT = 0x3283 |
EGL_EXT_image_dma_buf_importDefine "EGL_YUV_NARROW_RANGE_EXT" with expression ' 0x3283', CType: int More... | |
| static final int | EGL_AUTO_STEREO_NV = 0x3136 |
EGL_NV_3dvision_surfaceDefine "EGL_AUTO_STEREO_NV" with expression ' 0x3136', CType: int More... | |
| static final int | EGL_OPENWF_PORT_ID_EXT = 0x3239 |
EGL_EXT_output_openwfDefine "EGL_OPENWF_PORT_ID_EXT" with expression ' 0x3239', CType: int More... | |
| static final int | EGL_STREAM_TIME_CONSUMER_KHR = 0x31fe |
EGL_KHR_stream_fifoDefine "EGL_STREAM_TIME_CONSUMER_KHR" with expression ' 0x31FE', CType: int More... | |
| static final int | EGL_CONFORMANT_KHR = 0x3042 |
EGL_KHR_config_attribsDefine "EGL_CONFORMANT_KHR" with expression ' 0x3042', CType: int More... | |
| static final int | EGL_SYNC_NATIVE_FENCE_SIGNALED_ANDROID = 0x3146 |
EGL_ANDROID_native_fence_syncDefine "EGL_SYNC_NATIVE_FENCE_SIGNALED_ANDROID" with expression ' 0x3146', CType: int More... | |
| static final int | EGL_FIXED_SIZE_ANGLE = 0x3201 |
EGL_ANGLE_window_fixed_sizeDefine "EGL_FIXED_SIZE_ANGLE" with expression ' 0x3201', CType: int More... | |
| static final int | EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_EXT = 0x3138 |
EGL_EXT_create_context_robustnessDefine "EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_EXT" with expression ' 0x3138', CType: int More... | |
| static final int | EGL_CONDITION_SATISFIED_NV = 0x30ec |
EGL_NV_syncDefine "EGL_CONDITION_SATISFIED_NV" with expression ' 0x30EC', CType: int More... | |
| static final int | EGL_DRM_BUFFER_MESA = 0x31d3 |
EGL_MESA_drm_imageDefine "EGL_DRM_BUFFER_MESA" with expression ' 0x31D3', CType: int More... | |
| static final int | EGL_DMA_BUF_PLANE2_PITCH_EXT = 0x327a |
EGL_EXT_image_dma_buf_importDefine "EGL_DMA_BUF_PLANE2_PITCH_EXT" with expression ' 0x327A', CType: int More... | |
| static final int | EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR = 0x30b6 |
EGL_KHR_gl_texture_cubemap_imageDefine "EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR" with expression ' 0x30B6', CType: int More... | |
| static final int | EGL_YUV_PLANE_BPP_8_EXT = 0x331c |
EGL_EXT_yuv_surfaceDefine "EGL_YUV_PLANE_BPP_8_EXT" with expression ' 0x331C', CType: int More... | |
| static final int | EGL_STREAM_STATE_CREATED_KHR = 0x3215 |
EGL_KHR_streamDefine "EGL_STREAM_STATE_CREATED_KHR" with expression ' 0x3215', CType: int More... | |
| static final int | EGL_SYNC_TYPE_NV = 0x30ed |
EGL_NV_syncDefine "EGL_SYNC_TYPE_NV" with expression ' 0x30ED', CType: int More... | |
| static final int | EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR = 0x1 |
EGL_KHR_create_contextDefine "EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR" with expression ' 0x00000001', CType: int More... | |
| static final int | EGL_BUFFER_AGE_KHR = 0x313d |
EGL_KHR_partial_updateDefine "EGL_BUFFER_AGE_KHR" with expression ' 0x313D', CType: int More... | |
| static final int | EGL_DEBUG_MSG_CRITICAL_KHR = 0x33b9 |
EGL_KHR_debugDefine "EGL_DEBUG_MSG_CRITICAL_KHR" with expression ' 0x33B9', CType: int More... | |
| static final int | EGL_PLATFORM_X11_SCREEN_EXT = 0x31d6 |
EGL_EXT_platform_x11Define "EGL_PLATFORM_X11_SCREEN_EXT" with expression ' 0x31D6', CType: int More... | |
| static final int | EGL_BAD_OUTPUT_PORT_EXT = 0x322e |
EGL_EXT_output_baseDefine "EGL_BAD_OUTPUT_PORT_EXT" with expression ' 0x322E', CType: int More... | |
| static final int | EGL_SYNC_FLUSH_COMMANDS_BIT_NV = 0x1 |
EGL_NV_syncDefine "EGL_SYNC_FLUSH_COMMANDS_BIT_NV" with expression ' 0x0001', CType: int More... | |
| static final int | EGL_YUV_CHROMA_VERTICAL_SITING_HINT_EXT = 0x327e |
EGL_EXT_image_dma_buf_importDefine "EGL_YUV_CHROMA_VERTICAL_SITING_HINT_EXT" with expression ' 0x327E', CType: int More... | |
| static final int | EGL_SYNC_STATUS_NV = 0x30e7 |
EGL_NV_syncDefine "EGL_SYNC_STATUS_NV" with expression ' 0x30E7', CType: int More... | |
| static final int | EGL_SYNC_FENCE_KHR = 0x30f9 |
EGL_KHR_fence_syncDefine "EGL_SYNC_FENCE_KHR" with expression ' 0x30F9', CType: int More... | |
| static final int | EGL_CONTEXT_PRIORITY_HIGH_IMG = 0x3101 |
EGL_IMG_context_priorityDefine "EGL_CONTEXT_PRIORITY_HIGH_IMG" with expression ' 0x3101', CType: int More... | |
| static final int | EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X_KHR = 0x30b4 |
EGL_KHR_gl_texture_cubemap_imageDefine "EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X_KHR" with expression ' 0x30B4', CType: int More... | |
| static final int | EGL_GL_COLORSPACE_KHR = 0x309d |
EGL_KHR_gl_colorspaceDefine "EGL_GL_COLORSPACE_KHR" with expression ' 0x309D', CType: int More... | |
| static final int | EGL_CONTEXT_PRIORITY_LEVEL_IMG = 0x3100 |
EGL_IMG_context_priorityDefine "EGL_CONTEXT_PRIORITY_LEVEL_IMG" with expression ' 0x3100', CType: int More... | |
| static final int | EGL_LOCK_SURFACE_BIT_KHR = 0x80 |
EGL_KHR_lock_surfaceDefine "EGL_LOCK_SURFACE_BIT_KHR" with expression ' 0x0080', CType: int More... | |
| static final int | EGL_DEBUG_MSG_ERROR_KHR = 0x33ba |
EGL_KHR_debugDefine "EGL_DEBUG_MSG_ERROR_KHR" with expression ' 0x33BA', CType: int More... | |
| static final int | EGL_DRM_CRTC_EXT = 0x3234 |
EGL_EXT_output_drmDefine "EGL_DRM_CRTC_EXT" with expression ' 0x3234', CType: int More... | |
| static final int | EGL_POST_SUB_BUFFER_SUPPORTED_NV = 0x30be |
EGL_NV_post_sub_bufferDefine "EGL_POST_SUB_BUFFER_SUPPORTED_NV" with expression ' 0x30BE', CType: int More... | |
| static final int | EGL_WRITE_SURFACE_BIT_KHR = 0x2 |
EGL_KHR_lock_surfaceDefine "EGL_WRITE_SURFACE_BIT_KHR" with expression ' 0x0002', CType: int More... | |
| static final int | EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT_KHR = 0x2 |
EGL_KHR_create_contextDefine "EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT_KHR" with expression ' 0x00000002', CType: int More... | |
| static final int | EGL_VG_COLORSPACE_LINEAR_BIT_KHR = 0x20 |
EGL_KHR_config_attribsDefine "EGL_VG_COLORSPACE_LINEAR_BIT_KHR" with expression ' 0x0020', CType: int More... | |
| static final int | EGL_YUV_PLANE_BPP_10_EXT = 0x331d |
EGL_EXT_yuv_surfaceDefine "EGL_YUV_PLANE_BPP_10_EXT" with expression ' 0x331D', CType: int More... | |
| static final int | EGL_MULTIVIEW_VIEW_COUNT_EXT = 0x3134 |
EGL_EXT_multiview_windowDefine "EGL_MULTIVIEW_VIEW_COUNT_EXT" with expression ' 0x3134', CType: int More... | |
| static final int | EGL_BUFFER_AGE_EXT = 0x313d |
EGL_EXT_buffer_ageDefine "EGL_BUFFER_AGE_EXT" with expression ' 0x313D', CType: int More... | |
| static final int | EGL_VG_ALPHA_FORMAT_PRE_BIT_KHR = 0x40 |
EGL_KHR_config_attribsDefine "EGL_VG_ALPHA_FORMAT_PRE_BIT_KHR" with expression ' 0x0040', CType: int More... | |
| static final int | EGL_GL_COLORSPACE_SRGB_KHR = 0x3089 |
EGL_KHR_gl_colorspaceDefine "EGL_GL_COLORSPACE_SRGB_KHR" with expression ' 0x3089', CType: int More... | |
| static final int | EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR = 0x1 |
EGL_KHR_create_contextDefine "EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR" with expression ' 0x00000001', CType: int More... | |
| static final int | EGL_DMA_BUF_PLANE1_FD_EXT = 0x3275 |
EGL_EXT_image_dma_buf_importDefine "EGL_DMA_BUF_PLANE1_FD_EXT" with expression ' 0x3275', CType: int More... | |
| static final int | EGL_PLATFORM_GBM_KHR = 0x31d7 |
EGL_KHR_platform_gbmDefine "EGL_PLATFORM_GBM_KHR" with expression ' 0x31D7', CType: int More... | |
| static final int | EGL_STREAM_STATE_OLD_FRAME_AVAILABLE_KHR = 0x3219 |
EGL_KHR_streamDefine "EGL_STREAM_STATE_OLD_FRAME_AVAILABLE_KHR" with expression ' 0x3219', CType: int More... | |
| static final int | EGL_DEPTH_ENCODING_NV = 0x30e2 |
EGL_NV_depth_nonlinearDefine "EGL_DEPTH_ENCODING_NV" with expression ' 0x30E2', CType: int More... | |
| static final int | EGL_TIMEOUT_EXPIRED_KHR = 0x30f5 |
EGL_KHR_reusable_syncDefine "EGL_TIMEOUT_EXPIRED_KHR" with expression ' 0x30F5', CType: int More... | |
| static final int | EGL_YUV_ORDER_YVU_EXT = 0x3303 |
EGL_EXT_yuv_surfaceDefine "EGL_YUV_ORDER_YVU_EXT" with expression ' 0x3303', CType: int More... | |
| static final int | EGL_COLOR_ARGB_HI = 0x8f73 |
EGL_HI_colorformatsDefine "EGL_COLOR_ARGB_HI" with expression ' 0x8F73', CType: int More... | |
| static final int | EGL_PLATFORM_X11_KHR = 0x31d5 |
EGL_KHR_platform_x11Define "EGL_PLATFORM_X11_KHR" with expression ' 0x31D5', CType: int More... | |
| static final int | EGL_SYNC_FENCE_NV = 0x30ef |
EGL_NV_syncDefine "EGL_SYNC_FENCE_NV" with expression ' 0x30EF', CType: int More... | |
| static final int | EGL_OBJECT_DISPLAY_KHR = 0x33b1 |
EGL_KHR_debugDefine "EGL_OBJECT_DISPLAY_KHR" with expression ' 0x33B1', CType: int More... | |
| static final int | EGL_GL_TEXTURE_ZOFFSET_KHR = 0x30bd |
EGL_KHR_gl_texture_3D_imageDefine "EGL_GL_TEXTURE_ZOFFSET_KHR" with expression ' 0x30BD', CType: int More... | |
| static final int | EGL_BITMAP_PITCH_KHR = 0x30c7 |
EGL_KHR_lock_surfaceDefine "EGL_BITMAP_PITCH_KHR" with expression ' 0x30C7', CType: int More... | |
| static final int | EGL_FORMAT_RGB_565_EXACT_KHR = 0x30c0 |
EGL_KHR_lock_surfaceDefine "EGL_FORMAT_RGB_565_EXACT_KHR" with expression ' 0x30C0', CType: int More... | |
| static final int | EGL_DMA_BUF_PLANE0_FD_EXT = 0x3272 |
EGL_EXT_image_dma_buf_importDefine "EGL_DMA_BUF_PLANE0_FD_EXT" with expression ' 0x3272', CType: int More... | |
| static final int | EGL_SAMPLE_RANGE_HINT_EXT = 0x327c |
EGL_EXT_image_dma_buf_importDefine "EGL_SAMPLE_RANGE_HINT_EXT" with expression ' 0x327C', CType: int More... | |
| static final int | EGL_YUV_DEPTH_RANGE_FULL_EXT = 0x3319 |
EGL_EXT_yuv_surfaceDefine "EGL_YUV_DEPTH_RANGE_FULL_EXT" with expression ' 0x3319', CType: int More... | |
| static final int | EGL_SYNC_NATIVE_FENCE_FD_ANDROID = 0x3145 |
EGL_ANDROID_native_fence_syncDefine "EGL_SYNC_NATIVE_FENCE_FD_ANDROID" with expression ' 0x3145', CType: int More... | |
| static final int | EGL_SYNC_CL_EVENT_COMPLETE_KHR = 0x30ff |
EGL_KHR_cl_eventDefine "EGL_SYNC_CL_EVENT_COMPLETE_KHR" with expression ' 0x30FF', CType: int More... | |
| static final int | EGL_BITMAP_ORIGIN_KHR = 0x30c8 |
EGL_KHR_lock_surfaceDefine "EGL_BITMAP_ORIGIN_KHR" with expression ' 0x30C8', CType: int More... | |
| static final int | EGL_BAD_OUTPUT_LAYER_EXT = 0x322d |
EGL_EXT_output_baseDefine "EGL_BAD_OUTPUT_LAYER_EXT" with expression ' 0x322D', CType: int More... | |
| static final int | EGL_DRM_BUFFER_STRIDE_MESA = 0x31d4 |
EGL_MESA_drm_imageDefine "EGL_DRM_BUFFER_STRIDE_MESA" with expression ' 0x31D4', CType: int More... | |
| static final int | EGL_ITU_REC709_EXT = 0x3280 |
EGL_EXT_image_dma_buf_importDefine "EGL_ITU_REC709_EXT" with expression ' 0x3280', CType: int More... | |
| static final int | EGL_BITMAP_PIXEL_LUMINANCE_OFFSET_KHR = 0x30cd |
EGL_KHR_lock_surfaceDefine "EGL_BITMAP_PIXEL_LUMINANCE_OFFSET_KHR" with expression ' 0x30CD', CType: int More... | |
| static final int | EGL_CONTEXT_OPENGL_PROFILE_MASK_KHR = 0x30fd |
EGL_KHR_create_contextDefine "EGL_CONTEXT_OPENGL_PROFILE_MASK_KHR" with expression ' 0x30FD', CType: int More... | |
| static final int | EGL_LINUX_DRM_FOURCC_EXT = 0x3271 |
EGL_EXT_image_dma_buf_importDefine "EGL_LINUX_DRM_FOURCC_EXT" with expression ' 0x3271', CType: int More... | |
| static final int | EGL_BITMAP_POINTER_KHR = 0x30c6 |
EGL_KHR_lock_surfaceDefine "EGL_BITMAP_POINTER_KHR" with expression ' 0x30C6', CType: int More... | |
| static final int | EGL_STREAM_STATE_NEW_FRAME_AVAILABLE_KHR = 0x3218 |
EGL_KHR_streamDefine "EGL_STREAM_STATE_NEW_FRAME_AVAILABLE_KHR" with expression ' 0x3218', CType: int More... | |
| static final int | EGL_PLATFORM_WAYLAND_EXT = 0x31d8 |
EGL_EXT_platform_waylandDefine "EGL_PLATFORM_WAYLAND_EXT" with expression ' 0x31D8', CType: int More... | |
| static final int | EGL_DRM_BUFFER_USE_SHARE_MESA = 0x2 |
EGL_MESA_drm_imageDefine "EGL_DRM_BUFFER_USE_SHARE_MESA" with expression ' 0x00000002', CType: int More... | |
| static final int | EGL_STREAM_TIME_NOW_KHR = 0x31fd |
EGL_KHR_stream_fifoDefine "EGL_STREAM_TIME_NOW_KHR" with expression ' 0x31FD', CType: int More... | |
| static final int | EGL_CONTEXT_OPENGL_ROBUST_ACCESS_BIT_KHR = 0x4 |
EGL_KHR_create_contextDefine "EGL_CONTEXT_OPENGL_ROBUST_ACCESS_BIT_KHR" with expression ' 0x00000004', CType: int More... | |
| static final int | EGL_RECORDABLE_ANDROID = 0x3142 |
EGL_ANDROID_recordableDefine "EGL_RECORDABLE_ANDROID" with expression ' 0x3142', CType: int More... | |
| static final int | EGL_CUDA_EVENT_HANDLE_NV = 0x323b |
EGL_NV_cuda_eventDefine "EGL_CUDA_EVENT_HANDLE_NV" with expression ' 0x323B', CType: int More... | |
| static final long | EGL_NO_IMAGE = 0 |
Part of EGL_KHR_image More... | |
| static final long | EGL_NO_SYNC_KHR = 0 |
Part of EGL_KHR_reusable_sync More... | |
Definition at line 23 of file EGLExt.java.
| int com.jogamp.opengl.egl.EGLExt.eglClientWaitSyncKHR | ( | long | dpy, |
| long | sync, | ||
| int | flags, | ||
| long | timeout | ||
| ) |
Entry point to C language function: EGLint eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout)
Part of EGL_KHR_fence_sync
| int com.jogamp.opengl.egl.EGLExt.eglClientWaitSyncNV | ( | long | sync, |
| int | flags, | ||
| long | timeout | ||
| ) |
Entry point to C language function: EGLint eglClientWaitSyncNV(EGLSyncNV sync, EGLint flags, EGLTimeNV timeout)
Part of EGL_NV_sync
| long com.jogamp.opengl.egl.EGLExt.eglCreateDRMImageMESA | ( | long | dpy, |
| IntBuffer | attrib_list | ||
| ) |
Entry point to C language function: EGLImageKHR eglCreateDRMImageMESA(EGLDisplay dpy, const EGLint * attrib_list)
Part of EGL_MESA_drm_image
| attrib_list | a direct only java.nio.IntBuffer |
| long com.jogamp.opengl.egl.EGLExt.eglCreateFenceSyncNV | ( | long | dpy, |
| int | condition, | ||
| IntBuffer | attrib_list | ||
| ) |
Entry point to C language function: EGLSyncNV eglCreateFenceSyncNV(EGLDisplay dpy, EGLenum condition, const EGLint * attrib_list)
Part of EGL_NV_sync
| attrib_list | a direct only java.nio.IntBuffer |
| long com.jogamp.opengl.egl.EGLExt.eglCreateImageKHR | ( | long | dpy, |
| long | ctx, | ||
| int | target, | ||
| long | buffer, | ||
| IntBuffer | attrib_list | ||
| ) |
Entry point to C language function: EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint * attrib_list)
Part of EGL_KHR_image
| attrib_list | a direct only java.nio.IntBuffer |
| long com.jogamp.opengl.egl.EGLExt.eglCreatePixmapSurfaceHI | ( | long | dpy, |
| long | config, | ||
| EGLClientPixmapHI | pixmap | ||
| ) |
Entry point to C language function: EGLSurface eglCreatePixmapSurfaceHI(EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI * pixmap)
Part of EGL_HI_clientpixmap
| long com.jogamp.opengl.egl.EGLExt.eglCreatePlatformPixmapSurfaceEXT | ( | long | dpy, |
| long | config, | ||
| long | native_pixmap, | ||
| IntBuffer | attrib_list | ||
| ) |
Entry point to C language function: EGLSurface eglCreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, EGLConfig config, void * native_pixmap, const EGLint * attrib_list)
Part of EGL_EXT_platform_base
| attrib_list | a direct only java.nio.IntBuffer |
| long com.jogamp.opengl.egl.EGLExt.eglCreatePlatformWindowSurfaceEXT | ( | long | dpy, |
| long | config, | ||
| long | native_window, | ||
| IntBuffer | attrib_list | ||
| ) |
Entry point to C language function: EGLSurface eglCreatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, void * native_window, const EGLint * attrib_list)
Part of EGL_EXT_platform_base
| attrib_list | a direct only java.nio.IntBuffer |
| long com.jogamp.opengl.egl.EGLExt.eglCreateStreamFromFileDescriptorKHR | ( | long | dpy, |
| int | file_descriptor | ||
| ) |
Entry point to C language function: EGLStreamKHR eglCreateStreamFromFileDescriptorKHR(EGLDisplay dpy, EGLNativeFileDescriptorKHR file_descriptor)
Part of EGL_KHR_stream_cross_process_fd
| long com.jogamp.opengl.egl.EGLExt.eglCreateStreamKHR | ( | long | dpy, |
| IntBuffer | attrib_list | ||
| ) |
Entry point to C language function: EGLStreamKHR eglCreateStreamKHR(EGLDisplay dpy, const EGLint * attrib_list)
Part of EGL_KHR_stream
| attrib_list | a direct only java.nio.IntBuffer |
| long com.jogamp.opengl.egl.EGLExt.eglCreateStreamProducerSurfaceKHR | ( | long | dpy, |
| long | config, | ||
| long | stream, | ||
| IntBuffer | attrib_list | ||
| ) |
Entry point to C language function: EGLSurface eglCreateStreamProducerSurfaceKHR(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint * attrib_list)
Part of EGL_KHR_stream_producer_eglsurface
| attrib_list | a direct only java.nio.IntBuffer |
| long com.jogamp.opengl.egl.EGLExt.eglCreateStreamSyncNV | ( | long | dpy, |
| long | stream, | ||
| int | type, | ||
| IntBuffer | attrib_list | ||
| ) |
Entry point to C language function: EGLSyncKHR eglCreateStreamSyncNV(EGLDisplay dpy, EGLStreamKHR stream, EGLenum type, const EGLint * attrib_list)
Part of EGL_NV_stream_sync
| attrib_list | a direct only java.nio.IntBuffer |
| long com.jogamp.opengl.egl.EGLExt.eglCreateSync64KHR | ( | long | dpy, |
| int | type, | ||
| PointerBuffer | attrib_list | ||
| ) |
Entry point to C language function: EGLSyncKHR eglCreateSync64KHR(EGLDisplay dpy, EGLenum type, const EGLAttribKHR * attrib_list)
Part of EGL_KHR_cl_event2
| attrib_list | a direct only com.jogamp.common.nio.PointerBuffer |
| long com.jogamp.opengl.egl.EGLExt.eglCreateSyncKHR | ( | long | dpy, |
| int | type, | ||
| IntBuffer | attrib_list | ||
| ) |
Entry point to C language function: EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint * attrib_list)
Part of EGL_KHR_fence_sync
| attrib_list | a direct only java.nio.IntBuffer |
| boolean com.jogamp.opengl.egl.EGLExt.eglDestroyImageKHR | ( | long | dpy, |
| long | image | ||
| ) |
Entry point to C language function: EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR image)
Part of EGL_KHR_image
| boolean com.jogamp.opengl.egl.EGLExt.eglDestroyStreamKHR | ( | long | dpy, |
| long | stream | ||
| ) |
Entry point to C language function: EGLBoolean eglDestroyStreamKHR(EGLDisplay dpy, EGLStreamKHR stream)
Part of EGL_KHR_stream
| boolean com.jogamp.opengl.egl.EGLExt.eglDestroySyncKHR | ( | long | dpy, |
| long | sync | ||
| ) |
Entry point to C language function: EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync)
Part of EGL_KHR_fence_sync
| boolean com.jogamp.opengl.egl.EGLExt.eglDestroySyncNV | ( | long | sync | ) |
Entry point to C language function: EGLBoolean eglDestroySyncNV(EGLSyncNV sync)
Part of EGL_NV_sync
| int com.jogamp.opengl.egl.EGLExt.eglDupNativeFenceFDANDROID | ( | long | dpy, |
| long | sync | ||
| ) |
Entry point to C language function: EGLint eglDupNativeFenceFDANDROID(EGLDisplay dpy, EGLSyncKHR sync)
Part of EGL_ANDROID_native_fence_sync
| boolean com.jogamp.opengl.egl.EGLExt.eglExportDMABUFImageMESA | ( | long | dpy, |
| long | image, | ||
| IntBuffer | fds, | ||
| IntBuffer | strides, | ||
| IntBuffer | offsets | ||
| ) |
Entry point to C language function: EGLBoolean eglExportDMABUFImageMESA(EGLDisplay dpy, EGLImageKHR image, int * fds, EGLint * strides, EGLint * offsets)
Part of EGL_MESA_image_dma_buf_export
| fds | a direct only java.nio.IntBuffer |
| strides | a direct only java.nio.IntBuffer |
| offsets | a direct only java.nio.IntBuffer |
| boolean com.jogamp.opengl.egl.EGLExt.eglExportDMABUFImageQueryMESA | ( | long | dpy, |
| long | image, | ||
| IntBuffer | fourcc, | ||
| IntBuffer | num_planes, | ||
| LongBuffer | modifiers | ||
| ) |
Entry point to C language function: EGLBoolean eglExportDMABUFImageQueryMESA(EGLDisplay dpy, EGLImageKHR image, int * fourcc, int * num_planes, EGLuint64KHR * modifiers)
Part of EGL_MESA_image_dma_buf_export
| fourcc | a direct only java.nio.IntBuffer |
| num_planes | a direct only java.nio.IntBuffer |
| modifiers | a direct only java.nio.LongBuffer |
| boolean com.jogamp.opengl.egl.EGLExt.eglExportDRMImageMESA | ( | long | dpy, |
| long | image, | ||
| IntBuffer | name, | ||
| IntBuffer | handle, | ||
| IntBuffer | stride | ||
| ) |
Entry point to C language function: EGLBoolean eglExportDRMImageMESA(EGLDisplay dpy, EGLImageKHR image, EGLint * name, EGLint * handle, EGLint * stride)
Part of EGL_MESA_drm_image
| name | a direct only java.nio.IntBuffer |
| handle | a direct only java.nio.IntBuffer |
| stride | a direct only java.nio.IntBuffer |
| boolean com.jogamp.opengl.egl.EGLExt.eglFenceNV | ( | long | sync | ) |
Entry point to C language function: EGLBoolean eglFenceNV(EGLSyncNV sync)
Part of EGL_NV_sync
| boolean com.jogamp.opengl.egl.EGLExt.eglGetOutputLayersEXT | ( | long | dpy, |
| PointerBuffer | attrib_list, | ||
| PointerBuffer | layers, | ||
| int | max_layers, | ||
| IntBuffer | num_layers | ||
| ) |
Entry point to C language function: EGLBoolean eglGetOutputLayersEXT(EGLDisplay dpy, const EGLAttrib * attrib_list, EGLOutputLayerEXT * layers, EGLint max_layers, EGLint * num_layers)
Part of EGL_EXT_output_base
| attrib_list | a direct only com.jogamp.common.nio.PointerBuffer |
| layers | a direct only com.jogamp.common.nio.PointerBuffer |
| num_layers | a direct only java.nio.IntBuffer |
| boolean com.jogamp.opengl.egl.EGLExt.eglGetOutputPortsEXT | ( | long | dpy, |
| PointerBuffer | attrib_list, | ||
| PointerBuffer | ports, | ||
| int | max_ports, | ||
| IntBuffer | num_ports | ||
| ) |
Entry point to C language function: EGLBoolean eglGetOutputPortsEXT(EGLDisplay dpy, const EGLAttrib * attrib_list, EGLOutputPortEXT * ports, EGLint max_ports, EGLint * num_ports)
Part of EGL_EXT_output_base
| attrib_list | a direct only com.jogamp.common.nio.PointerBuffer |
| ports | a direct only com.jogamp.common.nio.PointerBuffer |
| num_ports | a direct only java.nio.IntBuffer |
| long com.jogamp.opengl.egl.EGLExt.eglGetPlatformDisplayEXT | ( | int | platform, |
| long | native_display, | ||
| IntBuffer | attrib_list | ||
| ) |
Entry point to C language function: EGLDisplay eglGetPlatformDisplayEXT(EGLenum platform, void * native_display, const EGLint * attrib_list)
Part of EGL_EXT_platform_base
| attrib_list | a direct only java.nio.IntBuffer |
| int com.jogamp.opengl.egl.EGLExt.eglGetStreamFileDescriptorKHR | ( | long | dpy, |
| long | stream | ||
| ) |
Entry point to C language function: EGLNativeFileDescriptorKHR eglGetStreamFileDescriptorKHR(EGLDisplay dpy, EGLStreamKHR stream)
Part of EGL_KHR_stream_cross_process_fd
| boolean com.jogamp.opengl.egl.EGLExt.eglGetSyncAttribKHR | ( | long | dpy, |
| long | sync, | ||
| int | attribute, | ||
| IntBuffer | value | ||
| ) |
Entry point to C language function: EGLBoolean eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint * value)
Part of EGL_KHR_fence_sync
| value | a direct only java.nio.IntBuffer |
| boolean com.jogamp.opengl.egl.EGLExt.eglGetSyncAttribNV | ( | long | sync, |
| int | attribute, | ||
| IntBuffer | value | ||
| ) |
Entry point to C language function: EGLBoolean eglGetSyncAttribNV(EGLSyncNV sync, EGLint attribute, EGLint * value)
Part of EGL_NV_sync
| value | a direct only java.nio.IntBuffer |
| long com.jogamp.opengl.egl.EGLExt.eglGetSystemTimeFrequencyNV | ( | ) |
Entry point to C language function: EGLuint64NV eglGetSystemTimeFrequencyNV()
Part of EGL_NV_system_time
| long com.jogamp.opengl.egl.EGLExt.eglGetSystemTimeNV | ( | ) |
Entry point to C language function: EGLuint64NV eglGetSystemTimeNV()
Part of EGL_NV_system_time
| int com.jogamp.opengl.egl.EGLExt.eglLabelObjectKHR | ( | long | display, |
| int | objectType, | ||
| long | object, | ||
| long | label | ||
| ) |
Entry point to C language function: EGLint eglLabelObjectKHR(EGLDisplay display, EGLenum objectType, EGLObjectKHR object, EGLLabelKHR label)
Part of EGL_KHR_debug
| boolean com.jogamp.opengl.egl.EGLExt.eglLockSurfaceKHR | ( | long | dpy, |
| long | surface, | ||
| IntBuffer | attrib_list | ||
| ) |
Entry point to C language function: EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, const EGLint * attrib_list)
Part of EGL_KHR_lock_surface
| attrib_list | a direct only java.nio.IntBuffer |
| boolean com.jogamp.opengl.egl.EGLExt.eglOutputLayerAttribEXT | ( | long | dpy, |
| long | layer, | ||
| int | attribute, | ||
| long | value | ||
| ) |
Entry point to C language function: EGLBoolean eglOutputLayerAttribEXT(EGLDisplay dpy, EGLOutputLayerEXT layer, EGLint attribute, EGLAttrib value)
Part of EGL_EXT_output_base
| boolean com.jogamp.opengl.egl.EGLExt.eglOutputPortAttribEXT | ( | long | dpy, |
| long | port, | ||
| int | attribute, | ||
| long | value | ||
| ) |
Entry point to C language function: EGLBoolean eglOutputPortAttribEXT(EGLDisplay dpy, EGLOutputPortEXT port, EGLint attribute, EGLAttrib value)
Part of EGL_EXT_output_base
| boolean com.jogamp.opengl.egl.EGLExt.eglPostSubBufferNV | ( | long | dpy, |
| long | surface, | ||
| int | x, | ||
| int | y, | ||
| int | width, | ||
| int | height | ||
| ) |
Entry point to C language function: EGLBoolean eglPostSubBufferNV(EGLDisplay dpy, EGLSurface surface, EGLint x, EGLint y, EGLint width, EGLint height)
Part of EGL_NV_post_sub_buffer
| boolean com.jogamp.opengl.egl.EGLExt.eglQueryDebugKHR | ( | int | attribute, |
| PointerBuffer | value | ||
| ) |
Entry point to C language function: EGLBoolean eglQueryDebugKHR(EGLint attribute, EGLAttrib * value)
Part of EGL_KHR_debug
| value | a direct only com.jogamp.common.nio.PointerBuffer |
| boolean com.jogamp.opengl.egl.EGLExt.eglQueryDeviceAttribEXT | ( | long | device, |
| int | attribute, | ||
| PointerBuffer | value | ||
| ) |
Entry point to C language function: EGLBoolean eglQueryDeviceAttribEXT(EGLDeviceEXT device, EGLint attribute, EGLAttrib * value)
Part of EGL_EXT_device_base
| value | a direct only com.jogamp.common.nio.PointerBuffer |
| boolean com.jogamp.opengl.egl.EGLExt.eglQueryDevicesEXT | ( | int | max_devices, |
| PointerBuffer | devices, | ||
| IntBuffer | num_devices | ||
| ) |
Entry point to C language function: EGLBoolean eglQueryDevicesEXT(EGLint max_devices, EGLDeviceEXT * devices, EGLint * num_devices)
Part of EGL_EXT_device_base
| devices | a direct only com.jogamp.common.nio.PointerBuffer |
| num_devices | a direct only java.nio.IntBuffer |
| ByteBuffer com.jogamp.opengl.egl.EGLExt.eglQueryDeviceStringEXT | ( | long | device, |
| int | name | ||
| ) |
Entry point to C language function: const char * eglQueryDeviceStringEXT(EGLDeviceEXT device, EGLint name)
Part of EGL_EXT_device_base
| boolean com.jogamp.opengl.egl.EGLExt.eglQueryDisplayAttribEXT | ( | long | dpy, |
| int | attribute, | ||
| PointerBuffer | value | ||
| ) |
Entry point to C language function: EGLBoolean eglQueryDisplayAttribEXT(EGLDisplay dpy, EGLint attribute, EGLAttrib * value)
Part of EGL_EXT_device_base
| value | a direct only com.jogamp.common.nio.PointerBuffer |
| boolean com.jogamp.opengl.egl.EGLExt.eglQueryNativeDisplayNV | ( | long | dpy, |
| PointerBuffer | display_id | ||
| ) |
Entry point to C language function: EGLBoolean eglQueryNativeDisplayNV(EGLDisplay dpy, EGLNativeDisplayType * display_id)
Part of EGL_NV_native_query
| display_id | a direct only com.jogamp.common.nio.PointerBuffer |
| boolean com.jogamp.opengl.egl.EGLExt.eglQueryNativePixmapNV | ( | long | dpy, |
| long | surf, | ||
| PointerBuffer | pixmap | ||
| ) |
Entry point to C language function: EGLBoolean eglQueryNativePixmapNV(EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType * pixmap)
Part of EGL_NV_native_query
| pixmap | a direct only com.jogamp.common.nio.PointerBuffer |
| boolean com.jogamp.opengl.egl.EGLExt.eglQueryNativeWindowNV | ( | long | dpy, |
| long | surf, | ||
| PointerBuffer | window | ||
| ) |
Entry point to C language function: EGLBoolean eglQueryNativeWindowNV(EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType * window)
Part of EGL_NV_native_query
| window | a direct only com.jogamp.common.nio.PointerBuffer |
| boolean com.jogamp.opengl.egl.EGLExt.eglQueryOutputLayerAttribEXT | ( | long | dpy, |
| long | layer, | ||
| int | attribute, | ||
| PointerBuffer | value | ||
| ) |
Entry point to C language function: EGLBoolean eglQueryOutputLayerAttribEXT(EGLDisplay dpy, EGLOutputLayerEXT layer, EGLint attribute, EGLAttrib * value)
Part of EGL_EXT_output_base
| value | a direct only com.jogamp.common.nio.PointerBuffer |
| ByteBuffer com.jogamp.opengl.egl.EGLExt.eglQueryOutputLayerStringEXT | ( | long | dpy, |
| long | layer, | ||
| int | name | ||
| ) |
Entry point to C language function: const char * eglQueryOutputLayerStringEXT(EGLDisplay dpy, EGLOutputLayerEXT layer, EGLint name)
Part of EGL_EXT_output_base
| boolean com.jogamp.opengl.egl.EGLExt.eglQueryOutputPortAttribEXT | ( | long | dpy, |
| long | port, | ||
| int | attribute, | ||
| PointerBuffer | value | ||
| ) |
Entry point to C language function: EGLBoolean eglQueryOutputPortAttribEXT(EGLDisplay dpy, EGLOutputPortEXT port, EGLint attribute, EGLAttrib * value)
Part of EGL_EXT_output_base
| value | a direct only com.jogamp.common.nio.PointerBuffer |
| ByteBuffer com.jogamp.opengl.egl.EGLExt.eglQueryOutputPortStringEXT | ( | long | dpy, |
| long | port, | ||
| int | name | ||
| ) |
Entry point to C language function: const char * eglQueryOutputPortStringEXT(EGLDisplay dpy, EGLOutputPortEXT port, EGLint name)
Part of EGL_EXT_output_base
| boolean com.jogamp.opengl.egl.EGLExt.eglQueryStreamKHR | ( | long | dpy, |
| long | stream, | ||
| int | attribute, | ||
| IntBuffer | value | ||
| ) |
Entry point to C language function: EGLBoolean eglQueryStreamKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint * value)
Part of EGL_KHR_stream
| value | a direct only java.nio.IntBuffer |
| boolean com.jogamp.opengl.egl.EGLExt.eglQueryStreamTimeKHR | ( | long | dpy, |
| long | stream, | ||
| int | attribute, | ||
| LongBuffer | value | ||
| ) |
Entry point to C language function: EGLBoolean eglQueryStreamTimeKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLTimeKHR * value)
Part of EGL_KHR_stream_fifo
| value | a direct only java.nio.LongBuffer |
| boolean com.jogamp.opengl.egl.EGLExt.eglQueryStreamu64KHR | ( | long | dpy, |
| long | stream, | ||
| int | attribute, | ||
| LongBuffer | value | ||
| ) |
Entry point to C language function: EGLBoolean eglQueryStreamu64KHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLuint64KHR * value)
Part of EGL_KHR_stream
| value | a direct only java.nio.LongBuffer |
| boolean com.jogamp.opengl.egl.EGLExt.eglQuerySurface64KHR | ( | long | dpy, |
| long | surface, | ||
| int | attribute, | ||
| PointerBuffer | value | ||
| ) |
Entry point to C language function: EGLBoolean eglQuerySurface64KHR(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLAttribKHR * value)
Part of EGL_KHR_lock_surface3
| value | a direct only com.jogamp.common.nio.PointerBuffer |
| boolean com.jogamp.opengl.egl.EGLExt.eglQuerySurfacePointerANGLE | ( | long | dpy, |
| long | surface, | ||
| int | attribute, | ||
| PointerBuffer | value | ||
| ) |
Entry point to C language function: EGLBoolean eglQuerySurfacePointerANGLE(EGLDisplay dpy, EGLSurface surface, EGLint attribute, void * * value)
Part of EGL_ANGLE_query_surface_pointer
| value | a direct only com.jogamp.common.nio.PointerBuffer |
| boolean com.jogamp.opengl.egl.EGLExt.eglSetDamageRegionKHR | ( | long | dpy, |
| long | surface, | ||
| IntBuffer | rects, | ||
| int | n_rects | ||
| ) |
Entry point to C language function: EGLBoolean eglSetDamageRegionKHR(EGLDisplay dpy, EGLSurface surface, EGLint * rects, EGLint n_rects)
Part of EGL_KHR_partial_update
| rects | a direct only java.nio.IntBuffer |
| boolean com.jogamp.opengl.egl.EGLExt.eglSignalSyncKHR | ( | long | dpy, |
| long | sync, | ||
| int | mode | ||
| ) |
Entry point to C language function: EGLBoolean eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode)
Part of EGL_KHR_reusable_sync
| boolean com.jogamp.opengl.egl.EGLExt.eglSignalSyncNV | ( | long | sync, |
| int | mode | ||
| ) |
Entry point to C language function: EGLBoolean eglSignalSyncNV(EGLSyncNV sync, EGLenum mode)
Part of EGL_NV_sync
| boolean com.jogamp.opengl.egl.EGLExt.eglStreamAttribKHR | ( | long | dpy, |
| long | stream, | ||
| int | attribute, | ||
| int | value | ||
| ) |
Entry point to C language function: EGLBoolean eglStreamAttribKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint value)
Part of EGL_KHR_stream
| boolean com.jogamp.opengl.egl.EGLExt.eglStreamConsumerAcquireKHR | ( | long | dpy, |
| long | stream | ||
| ) |
Entry point to C language function: EGLBoolean eglStreamConsumerAcquireKHR(EGLDisplay dpy, EGLStreamKHR stream)
Part of EGL_KHR_stream_consumer_gltexture
| boolean com.jogamp.opengl.egl.EGLExt.eglStreamConsumerGLTextureExternalKHR | ( | long | dpy, |
| long | stream | ||
| ) |
Entry point to C language function: EGLBoolean eglStreamConsumerGLTextureExternalKHR(EGLDisplay dpy, EGLStreamKHR stream)
Part of EGL_KHR_stream_consumer_gltexture
| boolean com.jogamp.opengl.egl.EGLExt.eglStreamConsumerOutputEXT | ( | long | dpy, |
| long | stream, | ||
| long | layer | ||
| ) |
Entry point to C language function: EGLBoolean eglStreamConsumerOutputEXT(EGLDisplay dpy, EGLStreamKHR stream, EGLOutputLayerEXT layer)
Part of EGL_EXT_stream_consumer_egloutput
| boolean com.jogamp.opengl.egl.EGLExt.eglStreamConsumerReleaseKHR | ( | long | dpy, |
| long | stream | ||
| ) |
Entry point to C language function: EGLBoolean eglStreamConsumerReleaseKHR(EGLDisplay dpy, EGLStreamKHR stream)
Part of EGL_KHR_stream_consumer_gltexture
| boolean com.jogamp.opengl.egl.EGLExt.eglSwapBuffersRegion2NOK | ( | long | dpy, |
| long | surface, | ||
| int | numRects, | ||
| IntBuffer | rects | ||
| ) |
Entry point to C language function: EGLBoolean eglSwapBuffersRegion2NOK(EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint * rects)
Part of EGL_NOK_swap_region2
| rects | a direct only java.nio.IntBuffer |
| boolean com.jogamp.opengl.egl.EGLExt.eglSwapBuffersRegionNOK | ( | long | dpy, |
| long | surface, | ||
| int | numRects, | ||
| IntBuffer | rects | ||
| ) |
Entry point to C language function: EGLBoolean eglSwapBuffersRegionNOK(EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint * rects)
Part of EGL_NOK_swap_region
| rects | a direct only java.nio.IntBuffer |
| boolean com.jogamp.opengl.egl.EGLExt.eglSwapBuffersWithDamageEXT | ( | long | dpy, |
| long | surface, | ||
| IntBuffer | rects, | ||
| int | n_rects | ||
| ) |
Entry point to C language function: EGLBoolean eglSwapBuffersWithDamageEXT(EGLDisplay dpy, EGLSurface surface, EGLint * rects, EGLint n_rects)
Part of EGL_EXT_swap_buffers_with_damage
| rects | a direct only java.nio.IntBuffer |
| boolean com.jogamp.opengl.egl.EGLExt.eglSwapBuffersWithDamageKHR | ( | long | dpy, |
| long | surface, | ||
| IntBuffer | rects, | ||
| int | n_rects | ||
| ) |
Entry point to C language function: EGLBoolean eglSwapBuffersWithDamageKHR(EGLDisplay dpy, EGLSurface surface, EGLint * rects, EGLint n_rects)
Part of EGL_KHR_swap_buffers_with_damage
| rects | a direct only java.nio.IntBuffer |
| boolean com.jogamp.opengl.egl.EGLExt.eglUnlockSurfaceKHR | ( | long | dpy, |
| long | surface | ||
| ) |
Entry point to C language function: EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface)
Part of EGL_KHR_lock_surface
| int com.jogamp.opengl.egl.EGLExt.eglWaitSyncKHR | ( | long | dpy, |
| long | sync, | ||
| int | flags | ||
| ) |
Entry point to C language function: EGLint eglWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags)
Part of EGL_KHR_wait_sync
| boolean com.jogamp.opengl.egl.EGLExt.isExtensionAvailable | ( | String | glExtensionName | ) |
| boolean com.jogamp.opengl.egl.EGLExt.isFunctionAvailable | ( | String | glFunctionName | ) |
|
static |
EGL_NV_sync
Define "EGL_ALREADY_SIGNALED_NV" with expression '0x30EA', CType: int
Definition at line 70 of file EGLExt.java.
|
static |
EGL_NV_3dvision_surface
Define "EGL_AUTO_STEREO_NV" with expression '0x3136', CType: int
Definition at line 346 of file EGLExt.java.
|
static |
EGL_EXT_device_base
Define "EGL_BAD_DEVICE_EXT" with expression '0x322B', CType: int
Definition at line 246 of file EGLExt.java.
|
static |
EGL_EXT_output_base
Define "EGL_BAD_OUTPUT_LAYER_EXT" with expression '0x322D', CType: int
Definition at line 464 of file EGLExt.java.
|
static |
EGL_EXT_output_base
Define "EGL_BAD_OUTPUT_PORT_EXT" with expression '0x322E', CType: int
Definition at line 382 of file EGLExt.java.
|
static |
EGL_KHR_stream
Define "EGL_BAD_STATE_KHR" with expression '0x321C', CType: int
Definition at line 152 of file EGLExt.java.
|
static |
EGL_KHR_stream
Define "EGL_BAD_STREAM_KHR" with expression '0x321B', CType: int
Definition at line 76 of file EGLExt.java.
|
static |
EGL_KHR_lock_surface
Define "EGL_BITMAP_ORIGIN_KHR" with expression '0x30C8', CType: int
Definition at line 462 of file EGLExt.java.
|
static |
EGL_KHR_lock_surface
Define "EGL_BITMAP_PITCH_KHR" with expression '0x30C7', CType: int
Definition at line 448 of file EGLExt.java.
|
static |
EGL_KHR_lock_surface
Define "EGL_BITMAP_PIXEL_ALPHA_OFFSET_KHR" with expression '0x30CC', CType: int
Definition at line 294 of file EGLExt.java.
|
static |
EGL_KHR_lock_surface
Define "EGL_BITMAP_PIXEL_BLUE_OFFSET_KHR" with expression '0x30CB', CType: int
Definition at line 46 of file EGLExt.java.
|
static |
EGL_KHR_lock_surface
Define "EGL_BITMAP_PIXEL_GREEN_OFFSET_KHR" with expression '0x30CA', CType: int
Definition at line 332 of file EGLExt.java.
|
static |
EGL_KHR_lock_surface
Define "EGL_BITMAP_PIXEL_LUMINANCE_OFFSET_KHR" with expression '0x30CD', CType: int
Definition at line 470 of file EGLExt.java.
|
static |
EGL_KHR_lock_surface
Define "EGL_BITMAP_PIXEL_RED_OFFSET_KHR" with expression '0x30C9', CType: int
Definition at line 154 of file EGLExt.java.
|
static |
EGL_KHR_lock_surface2
Define "EGL_BITMAP_PIXEL_SIZE_KHR" with expression '0x3110', CType: int
Definition at line 82 of file EGLExt.java.
|
static |
EGL_KHR_lock_surface
Define "EGL_BITMAP_POINTER_KHR" with expression '0x30C6', CType: int
Definition at line 476 of file EGLExt.java.
|
static |
EGL_EXT_buffer_age
Define "EGL_BUFFER_AGE_EXT" with expression '0x313D', CType: int
Definition at line 418 of file EGLExt.java.
|
static |
EGL_KHR_partial_update
Define "EGL_BUFFER_AGE_KHR" with expression '0x313D', CType: int
Definition at line 376 of file EGLExt.java.
|
static |
EGL_KHR_cl_event
Define "EGL_CL_EVENT_HANDLE_KHR" with expression '0x309C', CType: int
Definition at line 248 of file EGLExt.java.
|
static |
EGL_HI_clientpixmap
Define "EGL_CLIENT_PIXMAP_POINTER_HI" with expression '0x8F74', CType: int
Definition at line 306 of file EGLExt.java.
|
static |
EGL_HI_colorformats
Define "EGL_COLOR_ARGB_HI" with expression '0x8F73', CType: int
Definition at line 438 of file EGLExt.java.
|
static |
EGL_HI_colorformats
Define "EGL_COLOR_FORMAT_HI" with expression '0x8F70', CType: int
Definition at line 224 of file EGLExt.java.
|
static |
EGL_HI_colorformats
Define "EGL_COLOR_RGB_HI" with expression '0x8F71', CType: int
Definition at line 184 of file EGLExt.java.
|
static |
EGL_HI_colorformats
Define "EGL_COLOR_RGBA_HI" with expression '0x8F72', CType: int
Definition at line 40 of file EGLExt.java.
|
static |
EGL_KHR_reusable_sync
Define "EGL_CONDITION_SATISFIED_KHR" with expression '0x30F6', CType: int
Definition at line 218 of file EGLExt.java.
|
static |
EGL_NV_sync
Define "EGL_CONDITION_SATISFIED_NV" with expression '0x30EC', CType: int
Definition at line 360 of file EGLExt.java.
|
static |
EGL_KHR_config_attribs
Define "EGL_CONFORMANT_KHR" with expression '0x3042', CType: int
Definition at line 352 of file EGLExt.java.
|
static |
EGL_KHR_stream_consumer_gltexture
Define "EGL_CONSUMER_ACQUIRE_TIMEOUT_USEC_KHR" with expression '0x321E', CType: int
Definition at line 174 of file EGLExt.java.
|
static |
EGL_KHR_stream
Define "EGL_CONSUMER_FRAME_KHR" with expression '0x3213', CType: int
Definition at line 240 of file EGLExt.java.
|
static |
EGL_KHR_stream
Define "EGL_CONSUMER_LATENCY_USEC_KHR" with expression '0x3210', CType: int
Definition at line 146 of file EGLExt.java.
|
static |
EGL_KHR_create_context
Define "EGL_CONTEXT_FLAGS_KHR" with expression '0x30FC', CType: int
Definition at line 74 of file EGLExt.java.
|
static |
EGL_KHR_create_context
Define "EGL_CONTEXT_MAJOR_VERSION_KHR" with expression '0x3098', CType: int
Definition at line 194 of file EGLExt.java.
|
static |
EGL_KHR_create_context
Define "EGL_CONTEXT_MINOR_VERSION_KHR" with expression '0x30FB', CType: int
Definition at line 178 of file EGLExt.java.
|
static |
EGL_KHR_create_context
Define "EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT_KHR" with expression '0x00000002', CType: int
Definition at line 410 of file EGLExt.java.
|
static |
EGL_KHR_create_context
Define "EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR" with expression '0x00000001', CType: int
Definition at line 374 of file EGLExt.java.
|
static |
EGL_KHR_create_context
Define "EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR" with expression '0x00000001', CType: int
Definition at line 424 of file EGLExt.java.
|
static |
EGL_KHR_create_context
Define "EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR" with expression '0x00000002', CType: int
Definition at line 304 of file EGLExt.java.
|
static |
EGL_KHR_create_context_no_error
Define "EGL_CONTEXT_OPENGL_NO_ERROR_KHR" with expression '0x31B3', CType: int
Definition at line 192 of file EGLExt.java.
|
static |
EGL_KHR_create_context
Define "EGL_CONTEXT_OPENGL_PROFILE_MASK_KHR" with expression '0x30FD', CType: int
Definition at line 472 of file EGLExt.java.
|
static |
EGL_EXT_create_context_robustness
Define "EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_EXT" with expression '0x3138', CType: int
Definition at line 358 of file EGLExt.java.
|
static |
EGL_KHR_create_context
Define "EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_KHR" with expression '0x31BD', CType: int
Definition at line 292 of file EGLExt.java.
|
static |
EGL_KHR_create_context
Define "EGL_CONTEXT_OPENGL_ROBUST_ACCESS_BIT_KHR" with expression '0x00000004', CType: int
Definition at line 486 of file EGLExt.java.
|
static |
EGL_EXT_create_context_robustness
Define "EGL_CONTEXT_OPENGL_ROBUST_ACCESS_EXT" with expression '0x30BF', CType: int
Definition at line 138 of file EGLExt.java.
|
static |
EGL_IMG_context_priority
Define "EGL_CONTEXT_PRIORITY_HIGH_IMG" with expression '0x3101', CType: int
Definition at line 392 of file EGLExt.java.
|
static |
EGL_IMG_context_priority
Define "EGL_CONTEXT_PRIORITY_LEVEL_IMG" with expression '0x3100', CType: int
Definition at line 398 of file EGLExt.java.
|
static |
EGL_IMG_context_priority
Define "EGL_CONTEXT_PRIORITY_LOW_IMG" with expression '0x3103', CType: int
Definition at line 220 of file EGLExt.java.
|
static |
EGL_IMG_context_priority
Define "EGL_CONTEXT_PRIORITY_MEDIUM_IMG" with expression '0x3102', CType: int
Definition at line 110 of file EGLExt.java.
|
static |
EGL_NV_coverage_sample
Define "EGL_COVERAGE_BUFFERS_NV" with expression '0x30E0', CType: int
Definition at line 168 of file EGLExt.java.
|
static |
EGL_NV_coverage_sample_resolve
Define "EGL_COVERAGE_SAMPLE_RESOLVE_DEFAULT_NV" with expression '0x3132', CType: int
Definition at line 130 of file EGLExt.java.
|
static |
EGL_NV_coverage_sample_resolve
Define "EGL_COVERAGE_SAMPLE_RESOLVE_NONE_NV" with expression '0x3133', CType: int
Definition at line 182 of file EGLExt.java.
|
static |
EGL_NV_coverage_sample_resolve
Define "EGL_COVERAGE_SAMPLE_RESOLVE_NV" with expression '0x3131', CType: int
Definition at line 290 of file EGLExt.java.
|
static |
EGL_NV_coverage_sample
Define "EGL_COVERAGE_SAMPLES_NV" with expression '0x30E1', CType: int
Definition at line 118 of file EGLExt.java.
|
static |
EGL_NV_device_cuda
Define "EGL_CUDA_DEVICE_NV" with expression '0x323A', CType: int
Definition at line 186 of file EGLExt.java.
|
static |
EGL_NV_cuda_event
Define "EGL_CUDA_EVENT_HANDLE_NV" with expression '0x323B', CType: int
Definition at line 490 of file EGLExt.java.
|
static |
EGL_ANGLE_device_d3d
Define "EGL_D3D11_DEVICE_ANGLE" with expression '0x33A1', CType: int
Definition at line 310 of file EGLExt.java.
|
static |
EGL_ANGLE_device_d3d
Define "EGL_D3D9_DEVICE_ANGLE" with expression '0x33A0', CType: int
Definition at line 308 of file EGLExt.java.
|
static |
EGL_ANGLE_d3d_share_handle_client_buffer
Define "EGL_D3D_TEXTURE_2D_SHARE_HANDLE_ANGLE" with expression '0x3200', CType: int
Definition at line 156 of file EGLExt.java.
|
static |
EGL_KHR_debug
Define "EGL_DEBUG_CALLBACK_KHR" with expression '0x33B8', CType: int
Definition at line 42 of file EGLExt.java.
|
static |
EGL_KHR_debug
Define "EGL_DEBUG_MSG_CRITICAL_KHR" with expression '0x33B9', CType: int
Definition at line 378 of file EGLExt.java.
|
static |
EGL_KHR_debug
Define "EGL_DEBUG_MSG_ERROR_KHR" with expression '0x33BA', CType: int
Definition at line 402 of file EGLExt.java.
|
static |
EGL_KHR_debug
Define "EGL_DEBUG_MSG_INFO_KHR" with expression '0x33BC', CType: int
Definition at line 254 of file EGLExt.java.
|
static |
EGL_KHR_debug
Define "EGL_DEBUG_MSG_WARN_KHR" with expression '0x33BB', CType: int
Definition at line 226 of file EGLExt.java.
|
static |
EGL_NV_depth_nonlinear
Define "EGL_DEPTH_ENCODING_NONE_NV" with expression '0', CType: int
Definition at line 258 of file EGLExt.java.
|
static |
EGL_NV_depth_nonlinear
Define "EGL_DEPTH_ENCODING_NONLINEAR_NV" with expression '0x30E3', CType: int
Definition at line 282 of file EGLExt.java.
|
static |
EGL_NV_depth_nonlinear
Define "EGL_DEPTH_ENCODING_NV" with expression '0x30E2', CType: int
Definition at line 432 of file EGLExt.java.
|
static |
EGL_EXT_device_base
Define "EGL_DEVICE_EXT" with expression '0x322C', CType: int
Definition at line 58 of file EGLExt.java.
|
static |
EGL_ARM_pixmap_multisample_discard
Define "EGL_DISCARD_SAMPLES_ARM" with expression '0x3286', CType: int
Definition at line 112 of file EGLExt.java.
|
static |
EGL_EXT_image_dma_buf_import
Define "EGL_DMA_BUF_PLANE0_FD_EXT" with expression '0x3272', CType: int
Definition at line 452 of file EGLExt.java.
|
static |
EGL_EXT_image_dma_buf_import
Define "EGL_DMA_BUF_PLANE0_OFFSET_EXT" with expression '0x3273', CType: int
Definition at line 266 of file EGLExt.java.
|
static |
EGL_EXT_image_dma_buf_import
Define "EGL_DMA_BUF_PLANE0_PITCH_EXT" with expression '0x3274', CType: int
Definition at line 166 of file EGLExt.java.
|
static |
EGL_EXT_image_dma_buf_import
Define "EGL_DMA_BUF_PLANE1_FD_EXT" with expression '0x3275', CType: int
Definition at line 426 of file EGLExt.java.
|
static |
EGL_EXT_image_dma_buf_import
Define "EGL_DMA_BUF_PLANE1_OFFSET_EXT" with expression '0x3276', CType: int
Definition at line 80 of file EGLExt.java.
|
static |
EGL_EXT_image_dma_buf_import
Define "EGL_DMA_BUF_PLANE1_PITCH_EXT" with expression '0x3277', CType: int
Definition at line 158 of file EGLExt.java.
|
static |
EGL_EXT_image_dma_buf_import
Define "EGL_DMA_BUF_PLANE2_FD_EXT" with expression '0x3278', CType: int
Definition at line 88 of file EGLExt.java.
|
static |
EGL_EXT_image_dma_buf_import
Define "EGL_DMA_BUF_PLANE2_OFFSET_EXT" with expression '0x3279', CType: int
Definition at line 200 of file EGLExt.java.
|
static |
EGL_EXT_image_dma_buf_import
Define "EGL_DMA_BUF_PLANE2_PITCH_EXT" with expression '0x327A', CType: int
Definition at line 364 of file EGLExt.java.
|
static |
EGL_MESA_drm_image
Define "EGL_DRM_BUFFER_FORMAT_ARGB32_MESA" with expression '0x31D2', CType: int
Definition at line 136 of file EGLExt.java.
|
static |
EGL_MESA_drm_image
Define "EGL_DRM_BUFFER_FORMAT_MESA" with expression '0x31D0', CType: int
Definition at line 330 of file EGLExt.java.
|
static |
EGL_MESA_drm_image
Define "EGL_DRM_BUFFER_MESA" with expression '0x31D3', CType: int
Definition at line 362 of file EGLExt.java.
|
static |
EGL_MESA_drm_image
Define "EGL_DRM_BUFFER_STRIDE_MESA" with expression '0x31D4', CType: int
Definition at line 466 of file EGLExt.java.
|
static |
EGL_MESA_drm_image
Define "EGL_DRM_BUFFER_USE_MESA" with expression '0x31D1', CType: int
Definition at line 318 of file EGLExt.java.
|
static |
EGL_MESA_drm_image
Define "EGL_DRM_BUFFER_USE_SCANOUT_MESA" with expression '0x00000001', CType: int
Definition at line 316 of file EGLExt.java.
|
static |
EGL_MESA_drm_image
Define "EGL_DRM_BUFFER_USE_SHARE_MESA" with expression '0x00000002', CType: int
Definition at line 482 of file EGLExt.java.
|
static |
EGL_EXT_output_drm
Define "EGL_DRM_CONNECTOR_EXT" with expression '0x3236', CType: int
Definition at line 78 of file EGLExt.java.
|
static |
EGL_EXT_output_drm
Define "EGL_DRM_CRTC_EXT" with expression '0x3234', CType: int
Definition at line 404 of file EGLExt.java.
|
static |
EGL_EXT_device_drm
Define "EGL_DRM_DEVICE_FILE_EXT" with expression '0x3233', CType: int
Definition at line 50 of file EGLExt.java.
|
static |
EGL_EXT_output_drm
Define "EGL_DRM_PLANE_EXT" with expression '0x3235', CType: int
Definition at line 250 of file EGLExt.java.
|
static |
EGL_ANGLE_window_fixed_size
Define "EGL_FIXED_SIZE_ANGLE" with expression '0x3201', CType: int
Definition at line 356 of file EGLExt.java.
|
static |
EGL_KHR_lock_surface
Define "EGL_FORMAT_RGB_565_EXACT_KHR" with expression '0x30C0', CType: int
Definition at line 450 of file EGLExt.java.
|
static |
EGL_KHR_lock_surface
Define "EGL_FORMAT_RGB_565_KHR" with expression '0x30C1', CType: int
Definition at line 320 of file EGLExt.java.
|
static |
EGL_KHR_lock_surface
Define "EGL_FORMAT_RGBA_8888_EXACT_KHR" with expression '0x30C2', CType: int
Definition at line 84 of file EGLExt.java.
|
static |
EGL_KHR_lock_surface
Define "EGL_FORMAT_RGBA_8888_KHR" with expression '0x30C3', CType: int
Definition at line 34 of file EGLExt.java.
|
static |
EGL_ANDROID_framebuffer_target
Define "EGL_FRAMEBUFFER_TARGET_ANDROID" with expression '0x3147', CType: int
Definition at line 302 of file EGLExt.java.
|
static |
EGL_KHR_gl_colorspace
Define "EGL_GL_COLORSPACE_KHR" with expression '0x309D', CType: int
Definition at line 396 of file EGLExt.java.
|
static |
EGL_KHR_gl_colorspace
Define "EGL_GL_COLORSPACE_LINEAR_KHR" with expression '0x308A', CType: int
Definition at line 274 of file EGLExt.java.
|
static |
EGL_KHR_gl_colorspace
Define "EGL_GL_COLORSPACE_SRGB_KHR" with expression '0x3089', CType: int
Definition at line 422 of file EGLExt.java.
|
static |
EGL_KHR_gl_renderbuffer_image
Define "EGL_GL_RENDERBUFFER_KHR" with expression '0x30B9', CType: int
Definition at line 230 of file EGLExt.java.
|
static |
EGL_KHR_gl_texture_2D_image
Define "EGL_GL_TEXTURE_2D_KHR" with expression '0x30B1', CType: int
Definition at line 234 of file EGLExt.java.
|
static |
EGL_KHR_gl_texture_3D_image
Define "EGL_GL_TEXTURE_3D_KHR" with expression '0x30B2', CType: int
Definition at line 256 of file EGLExt.java.
|
static |
EGL_KHR_gl_texture_cubemap_image
Define "EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X_KHR" with expression '0x30B4', CType: int
Definition at line 394 of file EGLExt.java.
|
static |
EGL_KHR_gl_texture_cubemap_image
Define "EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR" with expression '0x30B6', CType: int
Definition at line 366 of file EGLExt.java.
|
static |
EGL_KHR_gl_texture_cubemap_image
Define "EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_KHR" with expression '0x30B8', CType: int
Definition at line 298 of file EGLExt.java.
|
static |
EGL_KHR_gl_texture_cubemap_image
Define "EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X_KHR" with expression '0x30B3', CType: int
Definition at line 164 of file EGLExt.java.
|
static |
EGL_KHR_gl_texture_cubemap_image
Define "EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y_KHR" with expression '0x30B5', CType: int
Definition at line 232 of file EGLExt.java.
|
static |
EGL_KHR_gl_texture_cubemap_image
Define "EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z_KHR" with expression '0x30B7', CType: int
Definition at line 56 of file EGLExt.java.
|
static |
EGL_KHR_gl_texture_2D_image
Define "EGL_GL_TEXTURE_LEVEL_KHR" with expression '0x30BC', CType: int
Definition at line 172 of file EGLExt.java.
|
static |
EGL_KHR_gl_texture_3D_image
Define "EGL_GL_TEXTURE_ZOFFSET_KHR" with expression '0x30BD', CType: int
Definition at line 446 of file EGLExt.java.
|
static |
EGL_KHR_image_base
Define "EGL_IMAGE_PRESERVED_KHR" with expression '0x30D2', CType: int
Definition at line 270 of file EGLExt.java.
|
static |
EGL_EXT_image_dma_buf_import
Define "EGL_ITU_REC2020_EXT" with expression '0x3281', CType: int
Definition at line 208 of file EGLExt.java.
|
static |
EGL_EXT_image_dma_buf_import
Define "EGL_ITU_REC601_EXT" with expression '0x327F', CType: int
Definition at line 92 of file EGLExt.java.
|
static |
EGL_EXT_image_dma_buf_import
Define "EGL_ITU_REC709_EXT" with expression '0x3280', CType: int
Definition at line 468 of file EGLExt.java.
|
static |
EGL_EXT_image_dma_buf_import
Define "EGL_LINUX_DMA_BUF_EXT" with expression '0x3270', CType: int
Definition at line 44 of file EGLExt.java.
|
static |
EGL_EXT_image_dma_buf_import
Define "EGL_LINUX_DRM_FOURCC_EXT" with expression '0x3271', CType: int
Definition at line 474 of file EGLExt.java.
|
static |
EGL_KHR_lock_surface
Define "EGL_LOCK_SURFACE_BIT_KHR" with expression '0x0080', CType: int
Definition at line 400 of file EGLExt.java.
|
static |
EGL_KHR_lock_surface
Define "EGL_LOCK_USAGE_HINT_KHR" with expression '0x30C5', CType: int
Definition at line 276 of file EGLExt.java.
|
static |
EGL_EXT_create_context_robustness
Define "EGL_LOSE_CONTEXT_ON_RESET_EXT" with expression '0x31BF', CType: int
Definition at line 190 of file EGLExt.java.
|
static |
EGL_KHR_create_context
Define "EGL_LOSE_CONTEXT_ON_RESET_KHR" with expression '0x31BF', CType: int
Definition at line 144 of file EGLExt.java.
|
static |
EGL_KHR_lock_surface
Define "EGL_LOWER_LEFT_KHR" with expression '0x30CE', CType: int
Definition at line 176 of file EGLExt.java.
|
static |
EGL_KHR_lock_surface
Define "EGL_MAP_PRESERVE_PIXELS_KHR" with expression '0x30C4', CType: int
Definition at line 126 of file EGLExt.java.
|
static |
EGL_KHR_lock_surface
Define "EGL_MATCH_FORMAT_KHR" with expression '0x3043', CType: int
Definition at line 38 of file EGLExt.java.
|
static |
EGL_EXT_multiview_window
Define "EGL_MULTIVIEW_VIEW_COUNT_EXT" with expression '0x3134', CType: int
Definition at line 416 of file EGLExt.java.
|
static |
EGL_ANDROID_image_native_buffer
Define "EGL_NATIVE_BUFFER_ANDROID" with expression '0x3140', CType: int
Definition at line 334 of file EGLExt.java.
|
static |
EGL_TIZEN_image_native_buffer
Define "EGL_NATIVE_BUFFER_TIZEN" with expression '0x32A0', CType: int
Definition at line 328 of file EGLExt.java.
|
static |
EGL_KHR_image
Define "EGL_NATIVE_PIXMAP_KHR" with expression '0x30B0', CType: int
Definition at line 134 of file EGLExt.java.
|
static |
EGL_TIZEN_image_native_surface
Define "EGL_NATIVE_SURFACE_TIZEN" with expression '0x32A1', CType: int
Definition at line 268 of file EGLExt.java.
|
static |
Part of EGL_KHR_image
Definition at line 745 of file EGLExt.java.
|
static |
EGL_EXT_create_context_robustness
Define "EGL_NO_RESET_NOTIFICATION_EXT" with expression '0x31BE', CType: int
Definition at line 280 of file EGLExt.java.
|
static |
EGL_KHR_create_context
Define "EGL_NO_RESET_NOTIFICATION_KHR" with expression '0x31BE', CType: int
Definition at line 212 of file EGLExt.java.
|
static |
Part of EGL_KHR_reusable_sync
Definition at line 747 of file EGLExt.java.
|
static |
EGL_KHR_debug
Define "EGL_OBJECT_CONTEXT_KHR" with expression '0x33B2', CType: int
Definition at line 60 of file EGLExt.java.
|
static |
EGL_KHR_debug
Define "EGL_OBJECT_DISPLAY_KHR" with expression '0x33B1', CType: int
Definition at line 444 of file EGLExt.java.
|
static |
EGL_KHR_debug
Define "EGL_OBJECT_IMAGE_KHR" with expression '0x33B4', CType: int
Definition at line 86 of file EGLExt.java.
|
static |
EGL_KHR_debug
Define "EGL_OBJECT_STREAM_KHR" with expression '0x33B6', CType: int
Definition at line 238 of file EGLExt.java.
|
static |
EGL_KHR_debug
Define "EGL_OBJECT_SURFACE_KHR" with expression '0x33B3', CType: int
Definition at line 342 of file EGLExt.java.
|
static |
EGL_KHR_debug
Define "EGL_OBJECT_SYNC_KHR" with expression '0x33B5', CType: int
Definition at line 64 of file EGLExt.java.
|
static |
EGL_KHR_debug
Define "EGL_OBJECT_THREAD_KHR" with expression '0x33B0', CType: int
Definition at line 142 of file EGLExt.java.
|
static |
EGL_KHR_create_context
Define "EGL_OPENGL_ES3_BIT_KHR" with expression '0x00000040', CType: int
Definition at line 314 of file EGLExt.java.
|
static |
EGL_EXT_device_openwf
Define "EGL_OPENWF_DEVICE_ID_EXT" with expression '0x3237', CType: int
Definition at line 264 of file EGLExt.java.
|
static |
EGL_EXT_output_openwf
Define "EGL_OPENWF_PIPELINE_ID_EXT" with expression '0x3238', CType: int
Definition at line 222 of file EGLExt.java.
|
static |
EGL_EXT_output_openwf
Define "EGL_OPENWF_PORT_ID_EXT" with expression '0x3239', CType: int
Definition at line 348 of file EGLExt.java.
|
static |
EGL_KHR_lock_surface
Define "EGL_OPTIMAL_FORMAT_BIT_KHR" with expression '0x0100', CType: int
Definition at line 140 of file EGLExt.java.
|
static |
EGL_KHR_platform_android
Define "EGL_PLATFORM_ANDROID_KHR" with expression '0x3141', CType: int
Definition at line 124 of file EGLExt.java.
|
static |
EGL_EXT_platform_device
Define "EGL_PLATFORM_DEVICE_EXT" with expression '0x313F', CType: int
Definition at line 100 of file EGLExt.java.
|
static |
EGL_KHR_platform_gbm
Define "EGL_PLATFORM_GBM_KHR" with expression '0x31D7', CType: int
Definition at line 428 of file EGLExt.java.
|
static |
EGL_MESA_platform_gbm
Define "EGL_PLATFORM_GBM_MESA" with expression '0x31D7', CType: int
Definition at line 198 of file EGLExt.java.
|
static |
EGL_EXT_platform_wayland
Define "EGL_PLATFORM_WAYLAND_EXT" with expression '0x31D8', CType: int
Definition at line 480 of file EGLExt.java.
|
static |
EGL_KHR_platform_wayland
Define "EGL_PLATFORM_WAYLAND_KHR" with expression '0x31D8', CType: int
Definition at line 296 of file EGLExt.java.
|
static |
EGL_EXT_platform_x11
Define "EGL_PLATFORM_X11_EXT" with expression '0x31D5', CType: int
Definition at line 28 of file EGLExt.java.
|
static |
EGL_KHR_platform_x11
Define "EGL_PLATFORM_X11_KHR" with expression '0x31D5', CType: int
Definition at line 440 of file EGLExt.java.
|
static |
EGL_EXT_platform_x11
Define "EGL_PLATFORM_X11_SCREEN_EXT" with expression '0x31D6', CType: int
Definition at line 380 of file EGLExt.java.
|
static |
EGL_KHR_platform_x11
Define "EGL_PLATFORM_X11_SCREEN_KHR" with expression '0x31D6', CType: int
Definition at line 90 of file EGLExt.java.
|
static |
EGL_NV_post_sub_buffer
Define "EGL_POST_SUB_BUFFER_SUPPORTED_NV" with expression '0x30BE', CType: int
Definition at line 406 of file EGLExt.java.
|
static |
EGL_KHR_stream
Define "EGL_PRODUCER_FRAME_KHR" with expression '0x3212', CType: int
Definition at line 94 of file EGLExt.java.
|
static |
EGL_EXT_protected_surface
Define "EGL_PROTECTED_CONTENT_EXT" with expression '0x32C0', CType: int
Definition at line 122 of file EGLExt.java.
|
static |
EGL_KHR_lock_surface
Define "EGL_READ_SURFACE_BIT_KHR" with expression '0x0001', CType: int
Definition at line 30 of file EGLExt.java.
|
static |
EGL_ANDROID_recordable
Define "EGL_RECORDABLE_ANDROID" with expression '0x3142', CType: int
Definition at line 488 of file EGLExt.java.
|
static |
EGL_EXT_image_dma_buf_import
Define "EGL_SAMPLE_RANGE_HINT_EXT" with expression '0x327C', CType: int
Definition at line 454 of file EGLExt.java.
|
static |
EGL_KHR_reusable_sync
Define "EGL_SIGNALED_KHR" with expression '0x30F2', CType: int
Definition at line 242 of file EGLExt.java.
|
static |
EGL_NV_sync
Define "EGL_SIGNALED_NV" with expression '0x30E8', CType: int
Definition at line 210 of file EGLExt.java.
|
static |
EGL_KHR_stream_producer_eglsurface
Define "EGL_STREAM_BIT_KHR" with expression '0x0800', CType: int
Definition at line 288 of file EGLExt.java.
|
static |
EGL_KHR_stream_fifo
Define "EGL_STREAM_FIFO_LENGTH_KHR" with expression '0x31FC', CType: int
Definition at line 32 of file EGLExt.java.
|
static |
EGL_KHR_stream
Define "EGL_STREAM_STATE_CONNECTING_KHR" with expression '0x3216', CType: int
Definition at line 262 of file EGLExt.java.
|
static |
EGL_KHR_stream
Define "EGL_STREAM_STATE_CREATED_KHR" with expression '0x3215', CType: int
Definition at line 370 of file EGLExt.java.
|
static |
EGL_KHR_stream
Define "EGL_STREAM_STATE_DISCONNECTED_KHR" with expression '0x321A', CType: int
Definition at line 62 of file EGLExt.java.
|
static |
EGL_KHR_stream
Define "EGL_STREAM_STATE_EMPTY_KHR" with expression '0x3217', CType: int
Definition at line 150 of file EGLExt.java.
|
static |
EGL_KHR_stream
Define "EGL_STREAM_STATE_KHR" with expression '0x3214', CType: int
Definition at line 324 of file EGLExt.java.
|
static |
EGL_KHR_stream
Define "EGL_STREAM_STATE_NEW_FRAME_AVAILABLE_KHR" with expression '0x3218', CType: int
Definition at line 478 of file EGLExt.java.
|
static |
EGL_KHR_stream
Define "EGL_STREAM_STATE_OLD_FRAME_AVAILABLE_KHR" with expression '0x3219', CType: int
Definition at line 430 of file EGLExt.java.
|
static |
EGL_KHR_stream_fifo
Define "EGL_STREAM_TIME_CONSUMER_KHR" with expression '0x31FE', CType: int
Definition at line 350 of file EGLExt.java.
|
static |
EGL_KHR_stream_fifo
Define "EGL_STREAM_TIME_NOW_KHR" with expression '0x31FD', CType: int
Definition at line 484 of file EGLExt.java.
|
static |
EGL_KHR_stream_fifo
Define "EGL_STREAM_TIME_PRODUCER_KHR" with expression '0x31FF', CType: int
Definition at line 244 of file EGLExt.java.
|
static |
EGL_EXT_output_base
Define "EGL_SWAP_INTERVAL_EXT" with expression '0x322F', CType: int
Definition at line 148 of file EGLExt.java.
|
static |
EGL_KHR_cl_event
Define "EGL_SYNC_CL_EVENT_COMPLETE_KHR" with expression '0x30FF', CType: int
Definition at line 460 of file EGLExt.java.
|
static |
EGL_KHR_cl_event
Define "EGL_SYNC_CL_EVENT_KHR" with expression '0x30FE', CType: int
Definition at line 120 of file EGLExt.java.
|
static |
EGL_KHR_fence_sync
Define "EGL_SYNC_CONDITION_KHR" with expression '0x30F8', CType: int
Definition at line 202 of file EGLExt.java.
|
static |
EGL_NV_sync
Define "EGL_SYNC_CONDITION_NV" with expression '0x30EE', CType: int
Definition at line 26 of file EGLExt.java.
|
static |
EGL_NV_cuda_event
Define "EGL_SYNC_CUDA_EVENT_COMPLETE_NV" with expression '0x323D', CType: int
Definition at line 132 of file EGLExt.java.
|
static |
EGL_NV_cuda_event
Define "EGL_SYNC_CUDA_EVENT_NV" with expression '0x323C', CType: int
Definition at line 106 of file EGLExt.java.
|
static |
EGL_KHR_fence_sync
Define "EGL_SYNC_FENCE_KHR" with expression '0x30F9', CType: int
Definition at line 390 of file EGLExt.java.
|
static |
EGL_NV_sync
Define "EGL_SYNC_FENCE_NV" with expression '0x30EF', CType: int
Definition at line 442 of file EGLExt.java.
|
static |
EGL_KHR_reusable_sync
Define "EGL_SYNC_FLUSH_COMMANDS_BIT_KHR" with expression '0x0001', CType: int
Definition at line 108 of file EGLExt.java.
|
static |
EGL_NV_sync
Define "EGL_SYNC_FLUSH_COMMANDS_BIT_NV" with expression '0x0001', CType: int
Definition at line 384 of file EGLExt.java.
|
static |
EGL_ANDROID_native_fence_sync
Define "EGL_SYNC_NATIVE_FENCE_ANDROID" with expression '0x3144', CType: int
Definition at line 336 of file EGLExt.java.
|
static |
EGL_ANDROID_native_fence_sync
Define "EGL_SYNC_NATIVE_FENCE_FD_ANDROID" with expression '0x3145', CType: int
Definition at line 458 of file EGLExt.java.
|
static |
EGL_ANDROID_native_fence_sync
Define "EGL_SYNC_NATIVE_FENCE_SIGNALED_ANDROID" with expression '0x3146', CType: int
Definition at line 354 of file EGLExt.java.
|
static |
EGL_NV_stream_sync
Define "EGL_SYNC_NEW_FRAME_NV" with expression '0x321F', CType: int
Definition at line 48 of file EGLExt.java.
|
static |
EGL_KHR_fence_sync
Define "EGL_SYNC_PRIOR_COMMANDS_COMPLETE_KHR" with expression '0x30F0', CType: int
Definition at line 284 of file EGLExt.java.
|
static |
EGL_NV_sync
Define "EGL_SYNC_PRIOR_COMMANDS_COMPLETE_NV" with expression '0x30E6', CType: int
Definition at line 286 of file EGLExt.java.
|
static |
EGL_KHR_reusable_sync
Define "EGL_SYNC_REUSABLE_KHR" with expression '0x30FA', CType: int
Definition at line 36 of file EGLExt.java.
|
static |
EGL_KHR_reusable_sync
Define "EGL_SYNC_STATUS_KHR" with expression '0x30F1', CType: int
Definition at line 188 of file EGLExt.java.
|
static |
EGL_NV_sync
Define "EGL_SYNC_STATUS_NV" with expression '0x30E7', CType: int
Definition at line 388 of file EGLExt.java.
|
static |
EGL_KHR_reusable_sync
Define "EGL_SYNC_TYPE_KHR" with expression '0x30F7', CType: int
Definition at line 54 of file EGLExt.java.
|
static |
EGL_NV_sync
Define "EGL_SYNC_TYPE_NV" with expression '0x30ED', CType: int
Definition at line 372 of file EGLExt.java.
|
static |
EGL_KHR_reusable_sync
Define "EGL_TIMEOUT_EXPIRED_KHR" with expression '0x30F5', CType: int
Definition at line 434 of file EGLExt.java.
|
static |
EGL_NV_sync
Define "EGL_TIMEOUT_EXPIRED_NV" with expression '0x30EB', CType: int
Definition at line 260 of file EGLExt.java.
|
static |
EGL_KHR_reusable_sync
Define "EGL_UNSIGNALED_KHR" with expression '0x30F3', CType: int
Definition at line 272 of file EGLExt.java.
|
static |
EGL_NV_sync
Define "EGL_UNSIGNALED_NV" with expression '0x30E9', CType: int
Definition at line 236 of file EGLExt.java.
|
static |
EGL_KHR_lock_surface
Define "EGL_UPPER_LEFT_KHR" with expression '0x30CF', CType: int
Definition at line 312 of file EGLExt.java.
|
static |
EGL_KHR_config_attribs
Define "EGL_VG_ALPHA_FORMAT_PRE_BIT_KHR" with expression '0x0040', CType: int
Definition at line 420 of file EGLExt.java.
|
static |
EGL_KHR_config_attribs
Define "EGL_VG_COLORSPACE_LINEAR_BIT_KHR" with expression '0x0020', CType: int
Definition at line 412 of file EGLExt.java.
|
static |
EGL_KHR_vg_parent_image
Define "EGL_VG_PARENT_IMAGE_KHR" with expression '0x30BA', CType: int
Definition at line 104 of file EGLExt.java.
|
static |
EGL_KHR_lock_surface
Define "EGL_WRITE_SURFACE_BIT_KHR" with expression '0x0002', CType: int
Definition at line 408 of file EGLExt.java.
|
static |
EGL_NOK_texture_from_pixmap
Define "EGL_Y_INVERTED_NOK" with expression '0x307F', CType: int
Definition at line 216 of file EGLExt.java.
|
static |
EGL_EXT_yuv_surface
Define "EGL_YUV_BUFFER_EXT" with expression '0x3300', CType: int
Definition at line 228 of file EGLExt.java.
|
static |
EGL_EXT_image_dma_buf_import
Define "EGL_YUV_CHROMA_HORIZONTAL_SITING_HINT_EXT" with expression '0x327D', CType: int
Definition at line 252 of file EGLExt.java.
|
static |
EGL_EXT_image_dma_buf_import
Define "EGL_YUV_CHROMA_SITING_0_5_EXT" with expression '0x3285', CType: int
Definition at line 96 of file EGLExt.java.
|
static |
EGL_EXT_image_dma_buf_import
Define "EGL_YUV_CHROMA_SITING_0_EXT" with expression '0x3284', CType: int
Definition at line 170 of file EGLExt.java.
|
static |
EGL_EXT_image_dma_buf_import
Define "EGL_YUV_CHROMA_VERTICAL_SITING_HINT_EXT" with expression '0x327E', CType: int
Definition at line 386 of file EGLExt.java.
|
static |
EGL_EXT_image_dma_buf_import
Define "EGL_YUV_COLOR_SPACE_HINT_EXT" with expression '0x327B', CType: int
Definition at line 196 of file EGLExt.java.
|
static |
EGL_EXT_yuv_surface
Define "EGL_YUV_CSC_STANDARD_2020_EXT" with expression '0x330D', CType: int
Definition at line 322 of file EGLExt.java.
|
static |
EGL_EXT_yuv_surface
Define "EGL_YUV_CSC_STANDARD_601_EXT" with expression '0x330B', CType: int
Definition at line 116 of file EGLExt.java.
|
static |
EGL_EXT_yuv_surface
Define "EGL_YUV_CSC_STANDARD_709_EXT" with expression '0x330C', CType: int
Definition at line 204 of file EGLExt.java.
|
static |
EGL_EXT_yuv_surface
Define "EGL_YUV_CSC_STANDARD_EXT" with expression '0x330A', CType: int
Definition at line 160 of file EGLExt.java.
|
static |
EGL_EXT_yuv_surface
Define "EGL_YUV_DEPTH_RANGE_EXT" with expression '0x3317', CType: int
Definition at line 128 of file EGLExt.java.
|
static |
EGL_EXT_yuv_surface
Define "EGL_YUV_DEPTH_RANGE_FULL_EXT" with expression '0x3319', CType: int
Definition at line 456 of file EGLExt.java.
|
static |
EGL_EXT_yuv_surface
Define "EGL_YUV_DEPTH_RANGE_LIMITED_EXT" with expression '0x3318', CType: int
Definition at line 300 of file EGLExt.java.
|
static |
EGL_EXT_image_dma_buf_import
Define "EGL_YUV_FULL_RANGE_EXT" with expression '0x3282', CType: int
Definition at line 72 of file EGLExt.java.
|
static |
EGL_EXT_image_dma_buf_import
Define "EGL_YUV_NARROW_RANGE_EXT" with expression '0x3283', CType: int
Definition at line 344 of file EGLExt.java.
|
static |
EGL_EXT_yuv_surface
Define "EGL_YUV_NUMBER_OF_PLANES_EXT" with expression '0x3311', CType: int
Definition at line 52 of file EGLExt.java.
|
static |
EGL_EXT_yuv_surface
Define "EGL_YUV_ORDER_AYUV_EXT" with expression '0x3308', CType: int
Definition at line 338 of file EGLExt.java.
|
static |
EGL_EXT_yuv_surface
Define "EGL_YUV_ORDER_EXT" with expression '0x3301', CType: int
Definition at line 102 of file EGLExt.java.
|
static |
EGL_EXT_yuv_surface
Define "EGL_YUV_ORDER_UYVY_EXT" with expression '0x3305', CType: int
Definition at line 326 of file EGLExt.java.
|
static |
EGL_EXT_yuv_surface
Define "EGL_YUV_ORDER_VYUY_EXT" with expression '0x3307', CType: int
Definition at line 114 of file EGLExt.java.
|
static |
EGL_EXT_yuv_surface
Define "EGL_YUV_ORDER_YUV_EXT" with expression '0x3302', CType: int
Definition at line 340 of file EGLExt.java.
|
static |
EGL_EXT_yuv_surface
Define "EGL_YUV_ORDER_YUYV_EXT" with expression '0x3304', CType: int
Definition at line 68 of file EGLExt.java.
|
static |
EGL_EXT_yuv_surface
Define "EGL_YUV_ORDER_YVU_EXT" with expression '0x3303', CType: int
Definition at line 436 of file EGLExt.java.
|
static |
EGL_EXT_yuv_surface
Define "EGL_YUV_ORDER_YVYU_EXT" with expression '0x3306', CType: int
Definition at line 180 of file EGLExt.java.
|
static |
EGL_EXT_yuv_surface
Define "EGL_YUV_PLANE_BPP_0_EXT" with expression '0x331B', CType: int
Definition at line 278 of file EGLExt.java.
|
static |
EGL_EXT_yuv_surface
Define "EGL_YUV_PLANE_BPP_10_EXT" with expression '0x331D', CType: int
Definition at line 414 of file EGLExt.java.
|
static |
EGL_EXT_yuv_surface
Define "EGL_YUV_PLANE_BPP_8_EXT" with expression '0x331C', CType: int
Definition at line 368 of file EGLExt.java.
|
static |
EGL_EXT_yuv_surface
Define "EGL_YUV_PLANE_BPP_EXT" with expression '0x331A', CType: int
Definition at line 206 of file EGLExt.java.
|
static |
EGL_EXT_yuv_surface
Define "EGL_YUV_SUBSAMPLE_4_2_0_EXT" with expression '0x3313', CType: int
Definition at line 98 of file EGLExt.java.
|
static |
EGL_EXT_yuv_surface
Define "EGL_YUV_SUBSAMPLE_4_2_2_EXT" with expression '0x3314', CType: int
Definition at line 214 of file EGLExt.java.
|
static |
EGL_EXT_yuv_surface
Define "EGL_YUV_SUBSAMPLE_4_4_4_EXT" with expression '0x3315', CType: int
Definition at line 162 of file EGLExt.java.
|
static |
EGL_EXT_yuv_surface
Define "EGL_YUV_SUBSAMPLE_EXT" with expression '0x3312', CType: int
Definition at line 66 of file EGLExt.java.