|
| static boolean | eglChooseConfig (long dpy, IntBuffer attrib_list, PointerBuffer configs, int config_size, IntBuffer num_config) |
| | Entry point to C language function: EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint * attrib_list, EGLConfig * configs, EGLint config_size, EGLint * num_config)
Part of EGL_VERSION_1_0
More...
|
| |
| static boolean | eglCopyBuffers (long dpy, long surface, long target) |
| | Entry point to C language function: EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target)
Part of EGL_VERSION_1_0
More...
|
| |
| static long | eglCreateContext (long dpy, long config, long share_context, IntBuffer attrib_list) |
| | Entry point to C language function: EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint * attrib_list)
Part of EGL_VERSION_1_0
More...
|
| |
| static long | eglCreatePbufferSurface (long dpy, long config, IntBuffer attrib_list) |
| | Entry point to C language function: EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint * attrib_list)
Part of EGL_VERSION_1_0
More...
|
| |
| static long | eglCreatePixmapSurface (long dpy, long config, long pixmap, IntBuffer attrib_list) |
| | Entry point to C language function: EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint * attrib_list)
Part of EGL_VERSION_1_0, EGL_HI_clientpixmap
Alias for: eglCreatePixmapSurfaceHI More...
|
| |
| static long | eglCreateWindowSurface (long dpy, long config, long win, IntBuffer attrib_list) |
| | Entry point to C language function: EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint * attrib_list)
Part of EGL_VERSION_1_0
More...
|
| |
| static boolean | eglDestroyContext (long dpy, long ctx) |
| | Entry point to C language function: EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx)
Part of EGL_VERSION_1_0
More...
|
| |
| static boolean | eglDestroySurface (long dpy, long surface) |
| | Entry point to C language function: EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface)
Part of EGL_VERSION_1_0
More...
|
| |
| static boolean | eglGetConfigAttrib (long dpy, long config, int attribute, IntBuffer value) |
| | Entry point to C language function: EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint * value)
Part of EGL_VERSION_1_0
More...
|
| |
| static boolean | eglGetConfigs (long dpy, PointerBuffer configs, int config_size, IntBuffer num_config) |
| | Entry point to C language function: EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig * configs, EGLint config_size, EGLint * num_config)
Part of EGL_VERSION_1_0
More...
|
| |
| static long | eglGetCurrentDisplay () |
| | Entry point to C language function: EGLDisplay eglGetCurrentDisplay()
Part of EGL_VERSION_1_0
More...
|
| |
| static long | eglGetCurrentSurface (int readdraw) |
| | Entry point to C language function: EGLSurface eglGetCurrentSurface(EGLint readdraw)
Part of EGL_VERSION_1_0
More...
|
| |
| static long | eglGetDisplay (long display_id) |
| | Entry point to C language function: EGLDisplay eglGetDisplay(EGLNativeDisplayType display_id)
Part of EGL_VERSION_1_0
More...
|
| |
| static int | eglGetError () |
| | Entry point to C language function: EGLint eglGetError()
Part of EGL_VERSION_1_0
More...
|
| |
| static boolean | eglInitialize (long dpy, IntBuffer major, IntBuffer minor) |
| | Entry point to C language function: EGLBoolean eglInitialize(EGLDisplay dpy, EGLint * major, EGLint * minor)
Part of EGL_VERSION_1_0
More...
|
| |
| static boolean | eglMakeCurrent (long dpy, long draw, long read, long ctx) |
| | Entry point to C language function: EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx)
Part of EGL_VERSION_1_0
More...
|
| |
| static boolean | eglQueryContext (long dpy, long ctx, int attribute, IntBuffer value) |
| | Entry point to C language function: EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint * value)
Part of EGL_VERSION_1_0
More...
|
| |
| static String | eglQueryString (long dpy, int name) |
| | Entry point to C language function: const char * eglQueryString(EGLDisplay dpy, EGLint name)
Part of EGL_VERSION_1_0
More...
|
| |
| static boolean | eglQuerySurface (long dpy, long surface, int attribute, IntBuffer value) |
| | Entry point to C language function: EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint * value)
Part of EGL_VERSION_1_0
More...
|
| |
| static boolean | eglSwapBuffers (long dpy, long surface) |
| | Entry point to C language function: EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface)
Part of EGL_VERSION_1_0
More...
|
| |
| static boolean | eglTerminate (long dpy) |
| | Entry point to C language function: EGLBoolean eglTerminate(EGLDisplay dpy)
Part of EGL_VERSION_1_0
More...
|
| |
| static boolean | eglWaitGL () |
| | Entry point to C language function: EGLBoolean eglWaitGL()
Part of EGL_VERSION_1_0
More...
|
| |
| static boolean | eglWaitNative (int engine) |
| | Entry point to C language function: EGLBoolean eglWaitNative(EGLint engine)
Part of EGL_VERSION_1_0
More...
|
| |
| static boolean | eglBindTexImage (long dpy, long surface, int buffer) |
| | Entry point to C language function: EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer)
Part of EGL_VERSION_1_1
More...
|
| |
| static boolean | eglReleaseTexImage (long dpy, long surface, int buffer) |
| | Entry point to C language function: EGLBoolean eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer)
Part of EGL_VERSION_1_1
More...
|
| |
| static boolean | eglSurfaceAttrib (long dpy, long surface, int attribute, int value) |
| | Entry point to C language function: EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)
Part of EGL_VERSION_1_1
More...
|
| |
| static boolean | eglSwapInterval (long dpy, int interval) |
| | Entry point to C language function: EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval)
Part of EGL_VERSION_1_1
More...
|
| |
| static boolean | eglBindAPI (int api) |
| | Entry point to C language function: EGLBoolean eglBindAPI(EGLenum api)
Part of EGL_VERSION_1_2
More...
|
| |
| static int | eglQueryAPI () |
| | Entry point to C language function: EGLenum eglQueryAPI()
Part of EGL_VERSION_1_2
More...
|
| |
| static long | eglCreatePbufferFromClientBuffer (long dpy, int buftype, long buffer, long config, IntBuffer attrib_list) |
| | Entry point to C language function: EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint * attrib_list)
Part of EGL_VERSION_1_2
More...
|
| |
| static boolean | eglReleaseThread () |
| | Entry point to C language function: EGLBoolean eglReleaseThread()
Part of EGL_VERSION_1_2
More...
|
| |
| static boolean | eglWaitClient () |
| | Entry point to C language function: EGLBoolean eglWaitClient()
Part of EGL_VERSION_1_2
More...
|
| |
| static long | eglGetCurrentContext () |
| | Entry point to C language function: EGLContext eglGetCurrentContext()
Part of EGL_VERSION_1_4
More...
|
| |
| static long | eglCreateSync (long dpy, int type, PointerBuffer attrib_list) |
| | Entry point to C language function: EGLSync eglCreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib * attrib_list)
Part of EGL_VERSION_1_5, EGL_KHR_fence_sync
Alias for: eglCreateSyncKHR More...
|
| |
| static boolean | eglDestroySync (long dpy, long sync) |
| | Entry point to C language function: EGLBoolean eglDestroySync(EGLDisplay dpy, EGLSync sync)
Part of EGL_VERSION_1_5, EGL_KHR_fence_sync, EGL_NV_sync
Alias for: eglDestroySyncKHR, eglDestroySyncNV
More...
|
| |
| static int | eglClientWaitSync (long dpy, long sync, int flags, long timeout) |
| | Entry point to C language function: EGLint eglClientWaitSync(EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout)
Part of EGL_VERSION_1_5, EGL_KHR_fence_sync, EGL_NV_sync
Alias for: eglClientWaitSyncKHR, eglClientWaitSyncNV
More...
|
| |
| static boolean | eglGetSyncAttrib (long dpy, long sync, int attribute, PointerBuffer value) |
| | Entry point to C language function: EGLBoolean eglGetSyncAttrib(EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib * value)
Part of EGL_VERSION_1_5, EGL_NV_sync, EGL_KHR_fence_sync
Alias for: eglGetSyncAttribNV, eglGetSyncAttribKHR More...
|
| |
| static long | eglCreateImage (long dpy, long ctx, int target, long buffer, PointerBuffer attrib_list) |
| | Entry point to C language function: EGLImage eglCreateImage(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib * attrib_list)
Part of EGL_VERSION_1_5, EGL_KHR_image
Alias for: eglCreateImageKHR More...
|
| |
| static boolean | eglDestroyImage (long dpy, long image) |
| | Entry point to C language function: EGLBoolean eglDestroyImage(EGLDisplay dpy, EGLImage image)
Part of EGL_VERSION_1_5, EGL_KHR_image
Alias for: eglDestroyImageKHR
More...
|
| |
| static long | eglGetPlatformDisplay (int platform, long native_display, PointerBuffer attrib_list) |
| | Entry point to C language function: EGLDisplay eglGetPlatformDisplay(EGLenum platform, void * native_display, const EGLAttrib * attrib_list)
Part of EGL_VERSION_1_5, EGL_EXT_platform_base
Alias for: eglGetPlatformDisplayEXT More...
|
| |
| static long | eglCreatePlatformWindowSurface (long dpy, long config, long native_window, PointerBuffer attrib_list) |
| | Entry point to C language function: EGLSurface eglCreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void * native_window, const EGLAttrib * attrib_list)
Part of EGL_VERSION_1_5, EGL_EXT_platform_base
Alias for: eglCreatePlatformWindowSurfaceEXT More...
|
| |
| static long | eglCreatePlatformPixmapSurface (long dpy, long config, long native_pixmap, PointerBuffer attrib_list) |
| | Entry point to C language function: EGLSurface eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void * native_pixmap, const EGLAttrib * attrib_list)
Part of EGL_VERSION_1_5, EGL_EXT_platform_base
Alias for: eglCreatePlatformPixmapSurfaceEXT More...
|
| |
| static boolean | eglWaitSync (long dpy, long sync, int flags) |
| | Entry point to C language function: EGLBoolean eglWaitSync(EGLDisplay dpy, EGLSync sync, EGLint flags)
Part of EGL_VERSION_1_5, EGL_KHR_wait_sync
Alias for: eglWaitSyncKHR
More...
|
| |
| static void | eglGetConfigAttributes (long dpy, long config, IntBuffer attributes, IntBuffer values) |
| | In case of an error on a particualr attribute, the attribute in the attributes-buffer is set to 0. More...
|
| |
|
| static final int | KHRONOS_FALSE = 0x0 |
| | Defined as part of enum type "khronos_boolean_enum_t" with expression '0', CType: int. More...
|
| |
| static final int | KHRONOS_TRUE = 0x1 |
| | Defined as part of enum type "khronos_boolean_enum_t" with expression '1', CType: int. More...
|
| |
| static final int | EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y = 0x30b6 |
| | EGL_VERSION_1_5, EGL_KHR_gl_texture_cubemap_image
Alias for: EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR
Define "EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y" with expression '0x30B6', CType: int More...
|
| |
| static final int | EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X = 0x30b4 |
| | EGL_VERSION_1_5, EGL_KHR_gl_texture_cubemap_image
Alias for: EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X_KHR
Define "EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X" with expression '0x30B4', CType: int More...
|
| |
| static final int | EGL_MULTISAMPLE_RESOLVE_DEFAULT = 0x309a |
| | EGL_VERSION_1_4
Define "EGL_MULTISAMPLE_RESOLVE_DEFAULT" with expression '0x309A', CType: int More...
|
| |
| static final int | EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z = 0x30b8 |
| | EGL_VERSION_1_5, EGL_KHR_gl_texture_cubemap_image
Alias for: EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_KHR
Define "EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z" with expression '0x30B8', CType: int More...
|
| |
| static final int | EGL_GL_COLORSPACE = 0x309d |
| | EGL_VERSION_1_5, EGL_KHR_gl_colorspace
Alias for: EGL_GL_COLORSPACE_KHR
Define "EGL_GL_COLORSPACE" with expression '0x309D', CType: int More...
|
| |
| static final int | EGL_BAD_CURRENT_SURFACE = 0x3007 |
| | EGL_VERSION_1_0
Define "EGL_BAD_CURRENT_SURFACE" with expression '0x3007', CType: int More...
|
| |
| static final int | EGL_BIND_TO_TEXTURE_RGB = 0x3039 |
| | EGL_VERSION_1_1
Define "EGL_BIND_TO_TEXTURE_RGB" with expression '0x3039', CType: int More...
|
| |
| static final int | EGL_TEXTURE_FORMAT = 0x3080 |
| | EGL_VERSION_1_1
Define "EGL_TEXTURE_FORMAT" with expression '0x3080', CType: int More...
|
| |
| static final int | EGL_COLOR_BUFFER_TYPE = 0x303f |
| | EGL_VERSION_1_2
Define "EGL_COLOR_BUFFER_TYPE" with expression '0x303F', CType: int More...
|
| |
| static final int | EGL_ALPHA_FORMAT_NONPRE = 0x308b |
| | EGL_VERSION_1_2
Define "EGL_ALPHA_FORMAT_NONPRE" with expression '0x308B', CType: int More...
|
| |
| static final int | EGL_MULTISAMPLE_RESOLVE_BOX = 0x309b |
| | EGL_VERSION_1_4
Define "EGL_MULTISAMPLE_RESOLVE_BOX" with expression '0x309B', CType: int More...
|
| |
| static final int | EGL_SURFACE_TYPE = 0x3033 |
| | EGL_VERSION_1_0
Define "EGL_SURFACE_TYPE" with expression '0x3033', CType: int More...
|
| |
| static final int | EGL_CONTEXT_OPENGL_DEBUG = 0x31b0 |
| | EGL_VERSION_1_5
Define "EGL_CONTEXT_OPENGL_DEBUG" with expression '0x31B0', CType: int More...
|
| |
| static final int | EGL_TRANSPARENT_TYPE = 0x3034 |
| | EGL_VERSION_1_0
Define "EGL_TRANSPARENT_TYPE" with expression '0x3034', CType: int More...
|
| |
| static final int | EGL_BACK_BUFFER = 0x3084 |
| | EGL_VERSION_1_1
Define "EGL_BACK_BUFFER" with expression '0x3084', CType: int More...
|
| |
| static final int | EGL_LUMINANCE_SIZE = 0x303d |
| | EGL_VERSION_1_2
Define "EGL_LUMINANCE_SIZE" with expression '0x303D', CType: int More...
|
| |
| static final int | EGL_MIN_SWAP_INTERVAL = 0x303b |
| | EGL_VERSION_1_1
Define "EGL_MIN_SWAP_INTERVAL" with expression '0x303B', CType: int More...
|
| |
| static final int | EGL_CONTEXT_LOST = 0x300e |
| | EGL_VERSION_1_1
Define "EGL_CONTEXT_LOST" with expression '0x300E', CType: int More...
|
| |
| static final int | EGL_VG_ALPHA_FORMAT = 0x3088 |
| | EGL_VERSION_1_3
Define "EGL_VG_ALPHA_FORMAT" with expression '0x3088', CType: int More...
|
| |
| static final int | EGL_SYNC_CL_EVENT_COMPLETE = 0x30ff |
| | EGL_VERSION_1_5, EGL_KHR_cl_event
Alias for: EGL_SYNC_CL_EVENT_COMPLETE_KHR
Define "EGL_SYNC_CL_EVENT_COMPLETE" with expression '0x30FF', CType: int More...
|
| |
| static final int | EGL_VG_ALPHA_FORMAT_NONPRE = 0x308b |
| | EGL_VERSION_1_3
Define "EGL_VG_ALPHA_FORMAT_NONPRE" with expression '0x308B', CType: int More...
|
| |
| static final int | EGL_SAMPLE_BUFFERS = 0x3032 |
| | EGL_VERSION_1_0
Define "EGL_SAMPLE_BUFFERS" with expression '0x3032', CType: int More...
|
| |
| static final int | EGL_TRANSPARENT_BLUE_VALUE = 0x3035 |
| | EGL_VERSION_1_0
Define "EGL_TRANSPARENT_BLUE_VALUE" with expression '0x3035', CType: int More...
|
| |
| static final int | EGL_ALPHA_MASK_SIZE = 0x303e |
| | EGL_VERSION_1_2
Define "EGL_ALPHA_MASK_SIZE" with expression '0x303E', CType: int More...
|
| |
| static final int | EGL_NO_RESET_NOTIFICATION = 0x31be |
| | EGL_VERSION_1_5, EGL_KHR_create_context, EGL_EXT_create_context_robustness
Alias for: EGL_NO_RESET_NOTIFICATION_KHR, EGL_NO_RESET_NOTIFICATION_EXT
Define "EGL_NO_RESET_NOTIFICATION" with expression '0x31BE', CType: int More...
|
| |
| static final int | EGL_GL_RENDERBUFFER = 0x30b9 |
| | EGL_VERSION_1_5, EGL_KHR_gl_renderbuffer_image
Alias for: EGL_GL_RENDERBUFFER_KHR
Define "EGL_GL_RENDERBUFFER" with expression '0x30B9', CType: int More...
|
| |
| static final int | EGL_SYNC_CL_EVENT = 0x30fe |
| | EGL_VERSION_1_5, EGL_KHR_cl_event
Alias for: EGL_SYNC_CL_EVENT_KHR
Define "EGL_SYNC_CL_EVENT" with expression '0x30FE', CType: int More...
|
| |
| static final int | EGL_TRANSPARENT_RGB = 0x3052 |
| | EGL_VERSION_1_0
Define "EGL_TRANSPARENT_RGB" with expression '0x3052', CType: int More...
|
| |
| static final int | EGL_WINDOW_BIT = 0x4 |
| | EGL_VERSION_1_0
Define "EGL_WINDOW_BIT" with expression '0x0004', CType: int More...
|
| |
| static final int | EGL_ALPHA_FORMAT = 0x3088 |
| | EGL_VERSION_1_2
Define "EGL_ALPHA_FORMAT" with expression '0x3088', CType: int More...
|
| |
| static final int | EGL_OPENGL_ES2_BIT = 0x4 |
| | EGL_VERSION_1_3
Define "EGL_OPENGL_ES2_BIT" with expression '0x0004', CType: int More...
|
| |
| static final int | EGL_BAD_DISPLAY = 0x3008 |
| | EGL_VERSION_1_0
Define "EGL_BAD_DISPLAY" with expression '0x3008', CType: int More...
|
| |
| static final int | EGL_BAD_PARAMETER = 0x300c |
| | EGL_VERSION_1_0
Define "EGL_BAD_PARAMETER" with expression '0x300C', CType: int More...
|
| |
| static final int | EGL_BAD_CONTEXT = 0x3006 |
| | EGL_VERSION_1_0
Define "EGL_BAD_CONTEXT" with expression '0x3006', CType: int More...
|
| |
| static final int | EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE = 0x31b1 |
| | EGL_VERSION_1_5
Define "EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE" with expression '0x31B1', CType: int More...
|
| |
| static final int | EGL_MULTISAMPLE_RESOLVE = 0x3099 |
| | EGL_VERSION_1_4
Define "EGL_MULTISAMPLE_RESOLVE" with expression '0x3099', CType: int More...
|
| |
| static final int | EGL_SLOW_CONFIG = 0x3050 |
| | EGL_VERSION_1_0
Define "EGL_SLOW_CONFIG" with expression '0x3050', CType: int More...
|
| |
| static final int | EGL_FALSE = 0x0 |
| | EGL_VERSION_1_0
Define "EGL_FALSE" with expression '0', CType: int More...
|
| |
| static final int | EGL_SINGLE_BUFFER = 0x3085 |
| | EGL_VERSION_1_2
Define "EGL_SINGLE_BUFFER" with expression '0x3085', CType: int More...
|
| |
| static final int | EGL_MULTISAMPLE_RESOLVE_BOX_BIT = 0x200 |
| | EGL_VERSION_1_4
Define "EGL_MULTISAMPLE_RESOLVE_BOX_BIT" with expression '0x0200', CType: int More...
|
| |
| static final int | EGL_COLORSPACE_LINEAR = 0x308a |
| | EGL_VERSION_1_2
Define "EGL_COLORSPACE_LINEAR" with expression '0x308A', CType: int More...
|
| |
| static final int | EGL_EXTENSIONS = 0x3055 |
| | EGL_VERSION_1_0
Define "EGL_EXTENSIONS" with expression '0x3055', CType: int More...
|
| |
| static final int | EGL_ALPHA_FORMAT_PRE = 0x308c |
| | EGL_VERSION_1_2
Define "EGL_ALPHA_FORMAT_PRE" with expression '0x308C', CType: int More...
|
| |
| static final int | EGL_CONFORMANT = 0x3042 |
| | EGL_VERSION_1_3, EGL_KHR_config_attribs
Alias for: EGL_CONFORMANT_KHR
Define "EGL_CONFORMANT" with expression '0x3042', CType: int More...
|
| |
| static final int | EGL_SIGNALED = 0x30f2 |
| | EGL_VERSION_1_5, EGL_NV_sync, EGL_KHR_reusable_sync
Alias for: EGL_SIGNALED_NV, EGL_SIGNALED_KHR
Define "EGL_SIGNALED" with expression '0x30F2', CType: int More...
|
| |
| static final int | EGL_SAMPLES = 0x3031 |
| | EGL_VERSION_1_0
Define "EGL_SAMPLES" with expression '0x3031', CType: int More...
|
| |
| static final int | EGL_LUMINANCE_BUFFER = 0x308f |
| | EGL_VERSION_1_2
Define "EGL_LUMINANCE_BUFFER" with expression '0x308F', CType: int More...
|
| |
| static final int | EGL_LOSE_CONTEXT_ON_RESET = 0x31bf |
| | EGL_VERSION_1_5, EGL_KHR_create_context, EGL_EXT_create_context_robustness
Alias for: EGL_LOSE_CONTEXT_ON_RESET_KHR, EGL_LOSE_CONTEXT_ON_RESET_EXT
Define "EGL_LOSE_CONTEXT_ON_RESET" with expression '0x31BF', CType: int More...
|
| |
| static final int | EGL_VG_COLORSPACE_LINEAR_BIT = 0x20 |
| | EGL_VERSION_1_3, EGL_KHR_config_attribs
Alias for: EGL_VG_COLORSPACE_LINEAR_BIT_KHR
Define "EGL_VG_COLORSPACE_LINEAR_BIT" with expression '0x0020', CType: int More...
|
| |
| static final int | EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X = 0x30b3 |
| | EGL_VERSION_1_5, EGL_KHR_gl_texture_cubemap_image
Alias for: EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X_KHR
Define "EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X" with expression '0x30B3', CType: int More...
|
| |
| static final int | EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y = 0x30b5 |
| | EGL_VERSION_1_5, EGL_KHR_gl_texture_cubemap_image
Alias for: EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y_KHR
Define "EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y" with expression '0x30B5', CType: int More...
|
| |
| static final int | EGL_DEPTH_SIZE = 0x3025 |
| | EGL_VERSION_1_0
Define "EGL_DEPTH_SIZE" with expression '0x3025', CType: int More...
|
| |
| static final int | EGL_MAX_PBUFFER_HEIGHT = 0x302a |
| | EGL_VERSION_1_0
Define "EGL_MAX_PBUFFER_HEIGHT" with expression '0x302A', CType: int More...
|
| |
| static final int | EGL_BAD_CONFIG = 0x3005 |
| | EGL_VERSION_1_0
Define "EGL_BAD_CONFIG" with expression '0x3005', CType: int More...
|
| |
| static final int | EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z = 0x30b7 |
| | EGL_VERSION_1_5, EGL_KHR_gl_texture_cubemap_image
Alias for: EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z_KHR
Define "EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z" with expression '0x30B7', CType: int More...
|
| |
| static final int | EGL_GL_TEXTURE_ZOFFSET = 0x30bd |
| | EGL_VERSION_1_5, EGL_KHR_gl_texture_3D_image
Alias for: EGL_GL_TEXTURE_ZOFFSET_KHR
Define "EGL_GL_TEXTURE_ZOFFSET" with expression '0x30BD', CType: int More...
|
| |
| static final int | EGL_CONTEXT_CLIENT_VERSION = 0x3098 |
| | EGL_VERSION_1_3
Define "EGL_CONTEXT_CLIENT_VERSION" with expression '0x3098', CType: int More...
|
| |
| static final int | EGL_SWAP_BEHAVIOR_PRESERVED_BIT = 0x400 |
| | EGL_VERSION_1_4
Define "EGL_SWAP_BEHAVIOR_PRESERVED_BIT" with expression '0x0400', CType: int More...
|
| |
| static final int | EGL_SWAP_BEHAVIOR = 0x3093 |
| | EGL_VERSION_1_2
Define "EGL_SWAP_BEHAVIOR" with expression '0x3093', CType: int More...
|
| |
| static final int | EGL_CONDITION_SATISFIED = 0x30f6 |
| | EGL_VERSION_1_5, EGL_NV_sync, EGL_KHR_reusable_sync
Alias for: EGL_CONDITION_SATISFIED_NV, EGL_CONDITION_SATISFIED_KHR
Define "EGL_CONDITION_SATISFIED" with expression '0x30F6', CType: int More...
|
| |
| static final int | EGL_MIPMAP_TEXTURE = 0x3082 |
| | EGL_VERSION_1_1
Define "EGL_MIPMAP_TEXTURE" with expression '0x3082', CType: int More...
|
| |
| static final int | EGL_WIDTH = 0x3057 |
| | EGL_VERSION_1_0
Define "EGL_WIDTH" with expression '0x3057', CType: int More...
|
| |
| static final int | EGL_CL_EVENT_HANDLE = 0x309c |
| | EGL_VERSION_1_5, EGL_KHR_cl_event
Alias for: EGL_CL_EVENT_HANDLE_KHR
Define "EGL_CL_EVENT_HANDLE" with expression '0x309C', CType: int More...
|
| |
| static final int | EGL_READ = 0x305a |
| | EGL_VERSION_1_0
Define "EGL_READ" with expression '0x305A', CType: int More...
|
| |
| static final int | EGL_SYNC_TYPE = 0x30f7 |
| | EGL_VERSION_1_5, EGL_NV_sync, EGL_KHR_reusable_sync
Alias for: EGL_SYNC_TYPE_NV, EGL_SYNC_TYPE_KHR
Define "EGL_SYNC_TYPE" with expression '0x30F7', CType: int More...
|
| |
| static final int | EGL_RENDER_BUFFER = 0x3086 |
| | EGL_VERSION_1_2
Define "EGL_RENDER_BUFFER" with expression '0x3086', CType: int More...
|
| |
| static final int | EGL_TRUE = 0x1 |
| | EGL_VERSION_1_0
Define "EGL_TRUE" with expression '1', CType: int More...
|
| |
| static final int | EGL_BUFFER_PRESERVED = 0x3094 |
| | EGL_VERSION_1_2
Define "EGL_BUFFER_PRESERVED" with expression '0x3094', CType: int More...
|
| |
| static final int | EGL_OPENGL_ES3_BIT = 0x40 |
| | EGL_VERSION_1_5, EGL_KHR_create_context
Alias for: EGL_OPENGL_ES3_BIT_KHR
Define "EGL_OPENGL_ES3_BIT" with expression '0x00000040', CType: int More...
|
| |
| static final int | EGL_MATCH_NATIVE_PIXMAP = 0x3041 |
| | EGL_VERSION_1_3
Define "EGL_MATCH_NATIVE_PIXMAP" with expression '0x3041', CType: int More...
|
| |
| static final int | EGL_BUFFER_DESTROYED = 0x3095 |
| | EGL_VERSION_1_2
Define "EGL_BUFFER_DESTROYED" with expression '0x3095', CType: int More...
|
| |
| static final int | EGL_GL_COLORSPACE_LINEAR = 0x308a |
| | EGL_VERSION_1_5, EGL_KHR_gl_colorspace
Alias for: EGL_GL_COLORSPACE_LINEAR_KHR
Define "EGL_GL_COLORSPACE_LINEAR" with expression '0x308A', CType: int More...
|
| |
| static final int | EGL_COLORSPACE = 0x3087 |
| | EGL_VERSION_1_2
Define "EGL_COLORSPACE" with expression '0x3087', CType: int More...
|
| |
| static final int | EGL_PBUFFER_BIT = 0x1 |
| | EGL_VERSION_1_0
Define "EGL_PBUFFER_BIT" with expression '0x0001', CType: int More...
|
| |
| static final int | EGL_LEVEL = 0x3029 |
| | EGL_VERSION_1_0
Define "EGL_LEVEL" with expression '0x3029', CType: int More...
|
| |
| static final int | EGL_UNSIGNALED = 0x30f3 |
| | EGL_VERSION_1_5, EGL_KHR_reusable_sync, EGL_NV_sync
Alias for: EGL_UNSIGNALED_KHR, EGL_UNSIGNALED_NV
Define "EGL_UNSIGNALED" with expression '0x30F3', CType: int More...
|
| |
| static final int | EGL_CONTEXT_OPENGL_PROFILE_MASK = 0x30fd |
| | EGL_VERSION_1_5, EGL_KHR_create_context
Alias for: EGL_CONTEXT_OPENGL_PROFILE_MASK_KHR
Define "EGL_CONTEXT_OPENGL_PROFILE_MASK" with expression '0x30FD', CType: int More...
|
| |
| static final int | EGL_STENCIL_SIZE = 0x3026 |
| | EGL_VERSION_1_0
Define "EGL_STENCIL_SIZE" with expression '0x3026', CType: int More...
|
| |
| static final int | EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY = 0x31bd |
| | EGL_VERSION_1_5, EGL_KHR_create_context, EGL_EXT_create_context_robustness
Alias for: EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_KHR, EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_EXT
Define "EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY" with expression '0x31BD', CType: int More...
|
| |
| static final int | EGL_GREEN_SIZE = 0x3023 |
| | EGL_VERSION_1_0
Define "EGL_GREEN_SIZE" with expression '0x3023', CType: int More...
|
| |
| static final int | EGL_TEXTURE_2D = 0x305f |
| | EGL_VERSION_1_1
Define "EGL_TEXTURE_2D" with expression '0x305F', CType: int More...
|
| |
| static final int | EGL_BAD_ACCESS = 0x3002 |
| | EGL_VERSION_1_0
Define "EGL_BAD_ACCESS" with expression '0x3002', CType: int More...
|
| |
| static final int | EGL_DISPLAY_SCALING = 0x2710 |
| | EGL_VERSION_1_2
Define "EGL_DISPLAY_SCALING" with expression '10000', CType: int More...
|
| |
| static final int | EGL_BAD_SURFACE = 0x300d |
| | EGL_VERSION_1_0
Define "EGL_BAD_SURFACE" with expression '0x300D', CType: int More...
|
| |
| static final int | EGL_MIPMAP_LEVEL = 0x3083 |
| | EGL_VERSION_1_1
Define "EGL_MIPMAP_LEVEL" with expression '0x3083', CType: int More...
|
| |
| static final int | EGL_BLUE_SIZE = 0x3022 |
| | EGL_VERSION_1_0
Define "EGL_BLUE_SIZE" with expression '0x3022', CType: int More...
|
| |
| static final int | EGL_BAD_ATTRIBUTE = 0x3004 |
| | EGL_VERSION_1_0
Define "EGL_BAD_ATTRIBUTE" with expression '0x3004', CType: int More...
|
| |
| static final int | EGL_CONTEXT_MAJOR_VERSION = 0x3098 |
| | EGL_VERSION_1_5, EGL_KHR_create_context
Alias for: EGL_CONTEXT_MAJOR_VERSION_KHR
Define "EGL_CONTEXT_MAJOR_VERSION" with expression '0x3098', CType: int More...
|
| |
| static final int | EGL_SYNC_STATUS = 0x30f1 |
| | EGL_VERSION_1_5, EGL_NV_sync, EGL_KHR_reusable_sync
Alias for: EGL_SYNC_STATUS_NV, EGL_SYNC_STATUS_KHR
Define "EGL_SYNC_STATUS" with expression '0x30F1', CType: int More...
|
| |
| static final int | EGL_OPENGL_ES_API = 0x30a0 |
| | EGL_VERSION_1_2
Define "EGL_OPENGL_ES_API" with expression '0x30A0', CType: int More...
|
| |
| static final int | EGL_CONTEXT_CLIENT_TYPE = 0x3097 |
| | EGL_VERSION_1_2
Define "EGL_CONTEXT_CLIENT_TYPE" with expression '0x3097', CType: int More...
|
| |
| static final int | EGL_BAD_NATIVE_PIXMAP = 0x300a |
| | EGL_VERSION_1_0
Define "EGL_BAD_NATIVE_PIXMAP" with expression '0x300A', CType: int More...
|
| |
| static final int | EGL_TIMEOUT_EXPIRED = 0x30f5 |
| | EGL_VERSION_1_5, EGL_KHR_reusable_sync, EGL_NV_sync
Alias for: EGL_TIMEOUT_EXPIRED_KHR, EGL_TIMEOUT_EXPIRED_NV
Define "EGL_TIMEOUT_EXPIRED" with expression '0x30F5', CType: int More...
|
| |
| static final int | EGL_SYNC_FLUSH_COMMANDS_BIT = 0x1 |
| | EGL_VERSION_1_5, EGL_NV_sync, EGL_KHR_reusable_sync
Alias for: EGL_SYNC_FLUSH_COMMANDS_BIT_NV, EGL_SYNC_FLUSH_COMMANDS_BIT_KHR
Define "EGL_SYNC_FLUSH_COMMANDS_BIT" with expression '0x0001', CType: int More...
|
| |
| static final int | EGL_GL_COLORSPACE_SRGB = 0x3089 |
| | EGL_VERSION_1_5, EGL_KHR_gl_colorspace
Alias for: EGL_GL_COLORSPACE_SRGB_KHR
Define "EGL_GL_COLORSPACE_SRGB" with expression '0x3089', CType: int More...
|
| |
| static final int | EGL_VERTICAL_RESOLUTION = 0x3091 |
| | EGL_VERSION_1_2
Define "EGL_VERTICAL_RESOLUTION" with expression '0x3091', CType: int More...
|
| |
| static final int | EGL_VG_COLORSPACE = 0x3087 |
| | EGL_VERSION_1_3
Define "EGL_VG_COLORSPACE" with expression '0x3087', CType: int More...
|
| |
| static final int | EGL_VG_COLORSPACE_LINEAR = 0x308a |
| | EGL_VERSION_1_3
Define "EGL_VG_COLORSPACE_LINEAR" with expression '0x308A', CType: int More...
|
| |
| static final int | EGL_CONFIG_CAVEAT = 0x3027 |
| | EGL_VERSION_1_0
Define "EGL_CONFIG_CAVEAT" with expression '0x3027', CType: int More...
|
| |
| static final int | EGL_PIXEL_ASPECT_RATIO = 0x3092 |
| | EGL_VERSION_1_2
Define "EGL_PIXEL_ASPECT_RATIO" with expression '0x3092', CType: int More...
|
| |
| static final int | EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT = 0x1 |
| | EGL_VERSION_1_5, EGL_KHR_create_context
Alias for: EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR
Define "EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT" with expression '0x00000001', CType: int More...
|
| |
| static final int | EGL_TEXTURE_TARGET = 0x3081 |
| | EGL_VERSION_1_1
Define "EGL_TEXTURE_TARGET" with expression '0x3081', CType: int More...
|
| |
| static final int | EGL_CLIENT_APIS = 0x308d |
| | EGL_VERSION_1_2
Define "EGL_CLIENT_APIS" with expression '0x308D', CType: int More...
|
| |
| static final int | EGL_VG_ALPHA_FORMAT_PRE = 0x308c |
| | EGL_VERSION_1_3
Define "EGL_VG_ALPHA_FORMAT_PRE" with expression '0x308C', CType: int More...
|
| |
| static final int | EGL_BIND_TO_TEXTURE_RGBA = 0x303a |
| | EGL_VERSION_1_1
Define "EGL_BIND_TO_TEXTURE_RGBA" with expression '0x303A', CType: int More...
|
| |
| static final int | EGL_NATIVE_VISUAL_TYPE = 0x302f |
| | EGL_VERSION_1_0
Define "EGL_NATIVE_VISUAL_TYPE" with expression '0x302F', CType: int More...
|
| |
| static final int | EGL_BAD_MATCH = 0x3009 |
| | EGL_VERSION_1_0
Define "EGL_BAD_MATCH" with expression '0x3009', CType: int More...
|
| |
| static final int | EGL_NON_CONFORMANT_CONFIG = 0x3051 |
| | EGL_VERSION_1_0
Define "EGL_NON_CONFORMANT_CONFIG" with expression '0x3051', CType: int More...
|
| |
| static final int | EGL_TEXTURE_RGB = 0x305d |
| | EGL_VERSION_1_1
Define "EGL_TEXTURE_RGB" with expression '0x305D', CType: int More...
|
| |
| static final int | EGL_RGB_BUFFER = 0x308e |
| | EGL_VERSION_1_2
Define "EGL_RGB_BUFFER" with expression '0x308E', CType: int More...
|
| |
| static final int | EGL_CONTEXT_MINOR_VERSION = 0x30fb |
| | EGL_VERSION_1_5, EGL_KHR_create_context
Alias for: EGL_CONTEXT_MINOR_VERSION_KHR
Define "EGL_CONTEXT_MINOR_VERSION" with expression '0x30FB', CType: int More...
|
| |
| static final int | EGL_HORIZONTAL_RESOLUTION = 0x3090 |
| | EGL_VERSION_1_2
Define "EGL_HORIZONTAL_RESOLUTION" with expression '0x3090', CType: int More...
|
| |
| static final int | EGL_SYNC_PRIOR_COMMANDS_COMPLETE = 0x30f0 |
| | EGL_VERSION_1_5, EGL_KHR_fence_sync, EGL_NV_sync
Alias for: EGL_SYNC_PRIOR_COMMANDS_COMPLETE_KHR, EGL_SYNC_PRIOR_COMMANDS_COMPLETE_NV
Define "EGL_SYNC_PRIOR_COMMANDS_COMPLETE" with expression '0x30F0', CType: int More...
|
| |
| static final int | EGL_SYNC_FENCE = 0x30f9 |
| | EGL_VERSION_1_5, EGL_NV_sync, EGL_KHR_fence_sync
Alias for: EGL_SYNC_FENCE_NV, EGL_SYNC_FENCE_KHR
Define "EGL_SYNC_FENCE" with expression '0x30F9', CType: int More...
|
| |
| static final int | EGL_BAD_ALLOC = 0x3003 |
| | EGL_VERSION_1_0
Define "EGL_BAD_ALLOC" with expression '0x3003', CType: int More...
|
| |
| static final int | EGL_OPENGL_ES_BIT = 0x1 |
| | EGL_VERSION_1_2
Define "EGL_OPENGL_ES_BIT" with expression '0x0001', CType: int More...
|
| |
| static final int | EGL_NATIVE_VISUAL_ID = 0x302e |
| | EGL_VERSION_1_0
Define "EGL_NATIVE_VISUAL_ID" with expression '0x302E', CType: int More...
|
| |
| static final int | EGL_MAX_PBUFFER_PIXELS = 0x302b |
| | EGL_VERSION_1_0
Define "EGL_MAX_PBUFFER_PIXELS" with expression '0x302B', CType: int More...
|
| |
| static final int | EGL_MAX_SWAP_INTERVAL = 0x303c |
| | EGL_VERSION_1_1
Define "EGL_MAX_SWAP_INTERVAL" with expression '0x303C', CType: int More...
|
| |
| static final int | EGL_BUFFER_SIZE = 0x3020 |
| | EGL_VERSION_1_0
Define "EGL_BUFFER_SIZE" with expression '0x3020', CType: int More...
|
| |
| static final int | EGL_NATIVE_RENDERABLE = 0x302d |
| | EGL_VERSION_1_0
Define "EGL_NATIVE_RENDERABLE" with expression '0x302D', CType: int More...
|
| |
| static final int | EGL_VERSION = 0x3054 |
| | EGL_VERSION_1_0
Define "EGL_VERSION" with expression '0x3054', CType: int More...
|
| |
| static final int | EGL_CONFIG_ID = 0x3028 |
| | EGL_VERSION_1_0
Define "EGL_CONFIG_ID" with expression '0x3028', CType: int More...
|
| |
| static final int | EGL_LARGEST_PBUFFER = 0x3058 |
| | EGL_VERSION_1_0
Define "EGL_LARGEST_PBUFFER" with expression '0x3058', CType: int More...
|
| |
| static final int | EGL_TRANSPARENT_GREEN_VALUE = 0x3036 |
| | EGL_VERSION_1_0
Define "EGL_TRANSPARENT_GREEN_VALUE" with expression '0x3036', CType: int More...
|
| |
| static final int | EGL_MAX_PBUFFER_WIDTH = 0x302c |
| | EGL_VERSION_1_0
Define "EGL_MAX_PBUFFER_WIDTH" with expression '0x302C', CType: int More...
|
| |
| static final int | EGL_HEIGHT = 0x3056 |
| | EGL_VERSION_1_0
Define "EGL_HEIGHT" with expression '0x3056', CType: int More...
|
| |
| static final int | EGL_TRANSPARENT_RED_VALUE = 0x3037 |
| | EGL_VERSION_1_0
Define "EGL_TRANSPARENT_RED_VALUE" with expression '0x3037', CType: int More...
|
| |
| static final int | EGL_TEXTURE_RGBA = 0x305e |
| | EGL_VERSION_1_1
Define "EGL_TEXTURE_RGBA" with expression '0x305E', CType: int More...
|
| |
| static final int | EGL_ALPHA_SIZE = 0x3021 |
| | EGL_VERSION_1_0
Define "EGL_ALPHA_SIZE" with expression '0x3021', CType: int More...
|
| |
| static final int | EGL_SYNC_CONDITION = 0x30f8 |
| | EGL_VERSION_1_5, EGL_KHR_fence_sync, EGL_NV_sync
Alias for: EGL_SYNC_CONDITION_KHR, EGL_SYNC_CONDITION_NV
Define "EGL_SYNC_CONDITION" with expression '0x30F8', CType: int More...
|
| |
| static final int | EGL_IMAGE_PRESERVED = 0x30d2 |
| | EGL_VERSION_1_5, EGL_KHR_image_base
Alias for: EGL_IMAGE_PRESERVED_KHR
Define "EGL_IMAGE_PRESERVED" with expression '0x30D2', CType: int More...
|
| |
| static final int | EGL_GL_TEXTURE_2D = 0x30b1 |
| | EGL_VERSION_1_5, EGL_KHR_gl_texture_2D_image
Alias for: EGL_GL_TEXTURE_2D_KHR
Define "EGL_GL_TEXTURE_2D" with expression '0x30B1', CType: int More...
|
| |
| static final int | EGL_BAD_NATIVE_WINDOW = 0x300b |
| | EGL_VERSION_1_0
Define "EGL_BAD_NATIVE_WINDOW" with expression '0x300B', CType: int More...
|
| |
| static final int | EGL_PIXMAP_BIT = 0x2 |
| | EGL_VERSION_1_0
Define "EGL_PIXMAP_BIT" with expression '0x0002', CType: int More...
|
| |
| static final int | EGL_COLORSPACE_sRGB = 0x3089 |
| | EGL_VERSION_1_2
Define "EGL_COLORSPACE_sRGB" with expression '0x3089', CType: int More...
|
| |
| static final int | EGL_VG_ALPHA_FORMAT_PRE_BIT = 0x40 |
| | EGL_VERSION_1_3, EGL_KHR_config_attribs
Alias for: EGL_VG_ALPHA_FORMAT_PRE_BIT_KHR
Define "EGL_VG_ALPHA_FORMAT_PRE_BIT" with expression '0x0040', CType: int More...
|
| |
| static final int | EGL_OPENVG_API = 0x30a1 |
| | EGL_VERSION_1_2
Define "EGL_OPENVG_API" with expression '0x30A1', CType: int More...
|
| |
| static final int | EGL_NOT_INITIALIZED = 0x3001 |
| | EGL_VERSION_1_0
Define "EGL_NOT_INITIALIZED" with expression '0x3001', CType: int More...
|
| |
| static final int | EGL_VG_COLORSPACE_sRGB = 0x3089 |
| | EGL_VERSION_1_3
Define "EGL_VG_COLORSPACE_sRGB" with expression '0x3089', CType: int More...
|
| |
| static final int | EGL_RED_SIZE = 0x3024 |
| | EGL_VERSION_1_0
Define "EGL_RED_SIZE" with expression '0x3024', CType: int More...
|
| |
| static final int | EGL_NO_TEXTURE = 0x305c |
| | EGL_VERSION_1_1
Define "EGL_NO_TEXTURE" with expression '0x305C', CType: int More...
|
| |
| static final int | EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT = 0x2 |
| | EGL_VERSION_1_5, EGL_KHR_create_context
Alias for: EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT_KHR
Define "EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT" with expression '0x00000002', CType: int More...
|
| |
| static final int | EGL_OPENVG_BIT = 0x2 |
| | EGL_VERSION_1_2
Define "EGL_OPENVG_BIT" with expression '0x0002', CType: int More...
|
| |
| static final int | EGL_SUCCESS = 0x3000 |
| | EGL_VERSION_1_0
Define "EGL_SUCCESS" with expression '0x3000', CType: int More...
|
| |
| static final int | EGL_CONTEXT_OPENGL_ROBUST_ACCESS = 0x31b2 |
| | EGL_VERSION_1_5, EGL_EXT_create_context_robustness
Alias for: EGL_CONTEXT_OPENGL_ROBUST_ACCESS_EXT
Define "EGL_CONTEXT_OPENGL_ROBUST_ACCESS" with expression '0x31B2', CType: int More...
|
| |
| static final int | EGL_DRAW = 0x3059 |
| | EGL_VERSION_1_0
Define "EGL_DRAW" with expression '0x3059', CType: int More...
|
| |
| static final int | EGL_CORE_NATIVE_ENGINE = 0x305b |
| | EGL_VERSION_1_0
Define "EGL_CORE_NATIVE_ENGINE" with expression '0x305B', CType: int More...
|
| |
| static final int | EGL_OPENGL_BIT = 0x8 |
| | EGL_VERSION_1_4
Define "EGL_OPENGL_BIT" with expression '0x0008', CType: int More...
|
| |
| static final int | EGL_GL_TEXTURE_3D = 0x30b2 |
| | EGL_VERSION_1_5, EGL_KHR_gl_texture_3D_image
Alias for: EGL_GL_TEXTURE_3D_KHR
Define "EGL_GL_TEXTURE_3D" with expression '0x30B2', CType: int More...
|
| |
| static final int | EGL_NONE = 0x3038 |
| | EGL_VERSION_1_0
Define "EGL_NONE" with expression '0x3038', CType: int More...
|
| |
| static final int | EGL_OPENVG_IMAGE = 0x3096 |
| | EGL_VERSION_1_2
Define "EGL_OPENVG_IMAGE" with expression '0x3096', CType: int More...
|
| |
| static final int | EGL_RENDERABLE_TYPE = 0x3040 |
| | EGL_VERSION_1_2
Define "EGL_RENDERABLE_TYPE" with expression '0x3040', CType: int More...
|
| |
| static final int | EGL_VENDOR = 0x3053 |
| | EGL_VERSION_1_0
Define "EGL_VENDOR" with expression '0x3053', CType: int More...
|
| |
| static final int | EGL_GL_TEXTURE_LEVEL = 0x30bc |
| | EGL_VERSION_1_5, EGL_KHR_gl_texture_2D_image
Alias for: EGL_GL_TEXTURE_LEVEL_KHR
Define "EGL_GL_TEXTURE_LEVEL" with expression '0x30BC', CType: int More...
|
| |
| static final int | EGL_OPENGL_API = 0x30a2 |
| | EGL_VERSION_1_4
Define "EGL_OPENGL_API" with expression '0x30A2', CType: int More...
|
| |
| static final long | KHRONOS_BOOLEAN_ENUM_FORCE_SIZE = 0x7fffffff |
| | Defined as part of enum type "khronos_boolean_enum_t" - CType: int. More...
|
| |
| static final long | EGL_DEFAULT_DISPLAY = 0 |
| |
| static final long | EGL_NO_CONTEXT = 0 |
| |
| static final long | EGL_NO_DISPLAY = 0 |
| |
| static final long | EGL_NO_SURFACE = 0 |
| |
| static final int | EGL_DONT_CARE = -1 |
| |
| static final int | EGL_UNKNOWN = -1 |
| |