EGL.egl

Undocumented in source.

Members

Aliases

EGLBoolean
alias EGLBoolean = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGLClientBuffer
alias EGLClientBuffer = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGLConfig
alias EGLConfig = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGLContext
alias EGLContext = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGLDisplay
alias EGLDisplay = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGLSurface
alias EGLSurface = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGLenum
alias EGLenum = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__eglMustCastToProperFunctionPointerType
alias __eglMustCastToProperFunctionPointerType = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

eglBindAPI
EGLBoolean eglBindAPI(EGLenum api)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglBindTexImage
EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglChooseConfig
EGLBoolean eglChooseConfig(EGLDisplay dpy, const(EGLint)* attrib_list, EGLConfig* configs, EGLint config_size, EGLint* num_config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglCopyBuffers
EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglCreateContext
EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const(EGLint)* attrib_list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglCreatePbufferFromClientBuffer
EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const(EGLint)* attrib_list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglCreatePbufferSurface
EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const(EGLint)* attrib_list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglCreatePixmapSurface
EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const(EGLint)* attrib_list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglCreateWindowSurface
EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const(EGLint)* attrib_list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglDestroyContext
EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglDestroySurface
EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglGetConfigAttrib
EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglGetConfigs
EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig* configs, EGLint config_size, EGLint* num_config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglGetCurrentContext
EGLContext eglGetCurrentContext()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglGetCurrentDisplay
EGLDisplay eglGetCurrentDisplay()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglGetCurrentSurface
EGLSurface eglGetCurrentSurface(EGLint readdraw)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglGetDisplay
EGLDisplay eglGetDisplay(EGLNativeDisplayType display_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglGetError
EGLint eglGetError()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglGetProcAddress
__eglMustCastToProperFunctionPointerType eglGetProcAddress(const(char)* procname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglInitialize
EGLBoolean eglInitialize(EGLDisplay dpy, EGLint* major, EGLint* minor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglMakeCurrent
EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglQueryAPI
EGLenum eglQueryAPI()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglQueryContext
EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglQueryString
const(char)* eglQueryString(EGLDisplay dpy, EGLint name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglQuerySurface
EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglReleaseTexImage
EGLBoolean eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglReleaseThread
EGLBoolean eglReleaseThread()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglSurfaceAttrib
EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglSwapBuffers
EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglSwapInterval
EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglTerminate
EGLBoolean eglTerminate(EGLDisplay dpy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglWaitClient
EGLBoolean eglWaitClient()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglWaitGL
EGLBoolean eglWaitGL()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eglWaitNative
EGLBoolean eglWaitNative(EGLint engine)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

EGL_ALPHA_FORMAT
enum EGL_ALPHA_FORMAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_ALPHA_FORMAT_NONPRE
enum EGL_ALPHA_FORMAT_NONPRE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_ALPHA_FORMAT_PRE
enum EGL_ALPHA_FORMAT_PRE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_ALPHA_MASK_SIZE
enum EGL_ALPHA_MASK_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_ALPHA_SIZE
enum EGL_ALPHA_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_BACK_BUFFER
enum EGL_BACK_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_BAD_ACCESS
enum EGL_BAD_ACCESS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_BAD_ALLOC
enum EGL_BAD_ALLOC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_BAD_ATTRIBUTE
enum EGL_BAD_ATTRIBUTE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_BAD_CONFIG
enum EGL_BAD_CONFIG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_BAD_CONTEXT
enum EGL_BAD_CONTEXT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_BAD_CURRENT_SURFACE
enum EGL_BAD_CURRENT_SURFACE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_BAD_DISPLAY
enum EGL_BAD_DISPLAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_BAD_MATCH
enum EGL_BAD_MATCH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_BAD_NATIVE_PIXMAP
enum EGL_BAD_NATIVE_PIXMAP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_BAD_NATIVE_WINDOW
enum EGL_BAD_NATIVE_WINDOW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_BAD_PARAMETER
enum EGL_BAD_PARAMETER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_BAD_SURFACE
enum EGL_BAD_SURFACE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_BIND_TO_TEXTURE_RGB
enum EGL_BIND_TO_TEXTURE_RGB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_BIND_TO_TEXTURE_RGBA
enum EGL_BIND_TO_TEXTURE_RGBA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_BLUE_SIZE
enum EGL_BLUE_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_BUFFER_DESTROYED
enum EGL_BUFFER_DESTROYED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_BUFFER_PRESERVED
enum EGL_BUFFER_PRESERVED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_BUFFER_SIZE
enum EGL_BUFFER_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_CLIENT_APIS
enum EGL_CLIENT_APIS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_COLORSPACE
enum EGL_COLORSPACE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_COLORSPACE_LINEAR
enum EGL_COLORSPACE_LINEAR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_COLORSPACE_sRGB
enum EGL_COLORSPACE_sRGB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_COLOR_BUFFER_TYPE
enum EGL_COLOR_BUFFER_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_CONFIG_CAVEAT
enum EGL_CONFIG_CAVEAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_CONFIG_ID
enum EGL_CONFIG_ID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_CONFORMANT
enum EGL_CONFORMANT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_CONTEXT_CLIENT_TYPE
enum EGL_CONTEXT_CLIENT_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_CONTEXT_CLIENT_VERSION
enum EGL_CONTEXT_CLIENT_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_CONTEXT_LOST
enum EGL_CONTEXT_LOST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_CORE_NATIVE_ENGINE
enum EGL_CORE_NATIVE_ENGINE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_DEFAULT_DISPLAY
enum EGL_DEFAULT_DISPLAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_DEPTH_SIZE
enum EGL_DEPTH_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_DISPLAY_SCALING
enum EGL_DISPLAY_SCALING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_DONT_CARE
enum EGL_DONT_CARE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_DRAW
enum EGL_DRAW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_EXTENSIONS
enum EGL_EXTENSIONS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_FALSE
enum EGL_FALSE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_GREEN_SIZE
enum EGL_GREEN_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_HEIGHT
enum EGL_HEIGHT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_HORIZONTAL_RESOLUTION
enum EGL_HORIZONTAL_RESOLUTION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_LARGEST_PBUFFER
enum EGL_LARGEST_PBUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_LEVEL
enum EGL_LEVEL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_LUMINANCE_BUFFER
enum EGL_LUMINANCE_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_LUMINANCE_SIZE
enum EGL_LUMINANCE_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_MATCH_NATIVE_PIXMAP
enum EGL_MATCH_NATIVE_PIXMAP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_MAX_PBUFFER_HEIGHT
enum EGL_MAX_PBUFFER_HEIGHT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_MAX_PBUFFER_PIXELS
enum EGL_MAX_PBUFFER_PIXELS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_MAX_PBUFFER_WIDTH
enum EGL_MAX_PBUFFER_WIDTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_MAX_SWAP_INTERVAL
enum EGL_MAX_SWAP_INTERVAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_MIN_SWAP_INTERVAL
enum EGL_MIN_SWAP_INTERVAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_MIPMAP_LEVEL
enum EGL_MIPMAP_LEVEL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_MIPMAP_TEXTURE
enum EGL_MIPMAP_TEXTURE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_MULTISAMPLE_RESOLVE
enum EGL_MULTISAMPLE_RESOLVE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_MULTISAMPLE_RESOLVE_BOX
enum EGL_MULTISAMPLE_RESOLVE_BOX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_MULTISAMPLE_RESOLVE_BOX_BIT
enum EGL_MULTISAMPLE_RESOLVE_BOX_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_MULTISAMPLE_RESOLVE_DEFAULT
enum EGL_MULTISAMPLE_RESOLVE_DEFAULT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_NATIVE_RENDERABLE
enum EGL_NATIVE_RENDERABLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_NATIVE_VISUAL_ID
enum EGL_NATIVE_VISUAL_ID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_NATIVE_VISUAL_TYPE
enum EGL_NATIVE_VISUAL_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_NONE
enum EGL_NONE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_NON_CONFORMANT_CONFIG
enum EGL_NON_CONFORMANT_CONFIG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_NOT_INITIALIZED
enum EGL_NOT_INITIALIZED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_NO_CONTEXT
enum EGL_NO_CONTEXT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_NO_DISPLAY
enum EGL_NO_DISPLAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_NO_SURFACE
enum EGL_NO_SURFACE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_NO_TEXTURE
enum EGL_NO_TEXTURE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_OPENGL_API
enum EGL_OPENGL_API;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_OPENGL_BIT
enum EGL_OPENGL_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_OPENGL_ES2_BIT
enum EGL_OPENGL_ES2_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_OPENGL_ES_API
enum EGL_OPENGL_ES_API;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_OPENGL_ES_BIT
enum EGL_OPENGL_ES_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_OPENVG_API
enum EGL_OPENVG_API;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_OPENVG_BIT
enum EGL_OPENVG_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_OPENVG_IMAGE
enum EGL_OPENVG_IMAGE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_PBUFFER_BIT
enum EGL_PBUFFER_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_PIXEL_ASPECT_RATIO
enum EGL_PIXEL_ASPECT_RATIO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_PIXMAP_BIT
enum EGL_PIXMAP_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_READ
enum EGL_READ;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_RED_SIZE
enum EGL_RED_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_RENDERABLE_TYPE
enum EGL_RENDERABLE_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_RENDER_BUFFER
enum EGL_RENDER_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_RGB_BUFFER
enum EGL_RGB_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_SAMPLES
enum EGL_SAMPLES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_SAMPLE_BUFFERS
enum EGL_SAMPLE_BUFFERS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_SINGLE_BUFFER
enum EGL_SINGLE_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_SLOW_CONFIG
enum EGL_SLOW_CONFIG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_STENCIL_SIZE
enum EGL_STENCIL_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_SUCCESS
enum EGL_SUCCESS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_SURFACE_TYPE
enum EGL_SURFACE_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_SWAP_BEHAVIOR
enum EGL_SWAP_BEHAVIOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_SWAP_BEHAVIOR_PRESERVED_BIT
enum EGL_SWAP_BEHAVIOR_PRESERVED_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_TEXTURE_2D
enum EGL_TEXTURE_2D;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_TEXTURE_FORMAT
enum EGL_TEXTURE_FORMAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_TEXTURE_RGB
enum EGL_TEXTURE_RGB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_TEXTURE_RGBA
enum EGL_TEXTURE_RGBA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_TEXTURE_TARGET
enum EGL_TEXTURE_TARGET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_TRANSPARENT_BLUE_VALUE
enum EGL_TRANSPARENT_BLUE_VALUE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_TRANSPARENT_GREEN_VALUE
enum EGL_TRANSPARENT_GREEN_VALUE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_TRANSPARENT_RED_VALUE
enum EGL_TRANSPARENT_RED_VALUE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_TRANSPARENT_RGB
enum EGL_TRANSPARENT_RGB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_TRANSPARENT_TYPE
enum EGL_TRANSPARENT_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_TRUE
enum EGL_TRUE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_UNKNOWN
enum EGL_UNKNOWN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_VENDOR
enum EGL_VENDOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_VERSION
enum EGL_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_VERSION_1_0
enum EGL_VERSION_1_0;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_VERSION_1_1
enum EGL_VERSION_1_1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_VERSION_1_2
enum EGL_VERSION_1_2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_VERSION_1_3
enum EGL_VERSION_1_3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_VERSION_1_4
enum EGL_VERSION_1_4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_VERTICAL_RESOLUTION
enum EGL_VERTICAL_RESOLUTION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_VG_ALPHA_FORMAT
enum EGL_VG_ALPHA_FORMAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_VG_ALPHA_FORMAT_NONPRE
enum EGL_VG_ALPHA_FORMAT_NONPRE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_VG_ALPHA_FORMAT_PRE
enum EGL_VG_ALPHA_FORMAT_PRE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_VG_ALPHA_FORMAT_PRE_BIT
enum EGL_VG_ALPHA_FORMAT_PRE_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_VG_COLORSPACE
enum EGL_VG_COLORSPACE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_VG_COLORSPACE_LINEAR
enum EGL_VG_COLORSPACE_LINEAR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_VG_COLORSPACE_LINEAR_BIT
enum EGL_VG_COLORSPACE_LINEAR_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_VG_COLORSPACE_sRGB
enum EGL_VG_COLORSPACE_sRGB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_WIDTH
enum EGL_WIDTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EGL_WINDOW_BIT
enum EGL_WINDOW_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta