bindbc.gles.egl

Undocumented in source.

Public Imports

bindbc.gles.config
public import bindbc.gles.config, bindbc.gles.egltypes;
Undocumented in source.
bindbc.gles.egltypes
public import bindbc.gles.config, bindbc.gles.egltypes;
Undocumented in source.

Members

Aliases

EGLNativeDisplayType
alias EGLNativeDisplayType = void*
Undocumented in source.
EGLNativePixmapType
alias EGLNativePixmapType = egl_native_pixmap_t*
Undocumented in source.
EGLNativeWindowType
alias EGLNativeWindowType = ANativeWindow*
Undocumented in source.
__eglMustCastToProperFunctionPointerType
alias __eglMustCastToProperFunctionPointerType = void function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglBindAPI
alias peglBindAPI = EGLBoolean function(EGLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglBindTexImage
alias peglBindTexImage = EGLBoolean function(EGLDisplay, EGLSurface, EGLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglChooseConfig
alias peglChooseConfig = EGLBoolean function(EGLDisplay, const(EGLint)*, EGLConfig*, EGLint, EGLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglClientWaitSync
alias peglClientWaitSync = EGLint function(EGLDisplay, EGLSync, EGLint, EGLTime)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglCopyBuffers
alias peglCopyBuffers = EGLBoolean function(EGLDisplay, EGLSurface, EGLNativePixmapType)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglCreateContext
alias peglCreateContext = EGLContext function(EGLDisplay, EGLConfig, EGLContext, const(EGLint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglCreatePbufferFromClientBuffer
alias peglCreatePbufferFromClientBuffer = EGLSurface function(EGLDisplay, EGLenum, EGLClientBuffer, EGLConfig, const(EGLint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglCreatePbufferSurface
alias peglCreatePbufferSurface = EGLSurface function(EGLDisplay, EGLConfig, const(EGLint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglCreatePixmapSurface
alias peglCreatePixmapSurface = EGLSurface function(EGLDisplay, EGLConfig, EGLNativePixmapType, const(EGLint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglCreatePlatformPixmapSurface
alias peglCreatePlatformPixmapSurface = EGLSurface function(EGLDisplay, EGLConfig, void*, const(EGLAttrib)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglCreatePlatformWindowSurface
alias peglCreatePlatformWindowSurface = EGLSurface function(EGLDisplay, EGLConfig, void*, const(EGLAttrib)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglCreateSync
alias peglCreateSync = EGLSync function(EGLDisplay, EGLenum, const(EGLAttrib)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglCreateWindowSurface
alias peglCreateWindowSurface = EGLSurface function(EGLDisplay, EGLConfig, EGLNativeWindowType, const(EGLint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglDestroyContext
alias peglDestroyContext = EGLBoolean function(EGLDisplay, EGLContext)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglDestroySurface
alias peglDestroySurface = EGLBoolean function(EGLDisplay, EGLSurface)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglDestroySync
alias peglDestroySync = EGLBoolean function(EGLDisplay, EGLSync)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglGetConfigAttrib
alias peglGetConfigAttrib = EGLBoolean function(EGLDisplay, EGLConfig, EGLint, EGLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglGetConfigs
alias peglGetConfigs = EGLBoolean function(EGLDisplay, EGLConfig*, EGLint, EGLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglGetCurrentContext
alias peglGetCurrentContext = EGLContext function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglGetCurrentDisplay
alias peglGetCurrentDisplay = EGLDisplay function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglGetCurrentSurface
alias peglGetCurrentSurface = EGLSurface function(EGLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglGetDisplay
alias peglGetDisplay = EGLDisplay function(EGLNativeDisplayType)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglGetError
alias peglGetError = void function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglGetPlatformDisplay
alias peglGetPlatformDisplay = EGLDisplay function(EGLenum, void*, const(EGLAttrib)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglGetProcAddress
alias peglGetProcAddress = __eglMustCastToProperFunctionPointerType function(const(char)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglGetSyncAttrib
alias peglGetSyncAttrib = EGLBoolean function(EGLDisplay, EGLSync, EGLint, EGLAttrib*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglInitialize
alias peglInitialize = EGLBoolean function(EGLDisplay, EGLint*, EGLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglMakeCurrent
alias peglMakeCurrent = EGLBoolean function(EGLDisplay, EGLSurface, EGLSurface, EGLContext)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglQueryAPI
alias peglQueryAPI = EGLenum function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglQueryContext
alias peglQueryContext = EGLBoolean function(EGLDisplay, EGLContext, EGLint, EGLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglQueryString
alias peglQueryString = const(char)* function(EGLDisplay, EGLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglQuerySurface
alias peglQuerySurface = EGLBoolean function(EGLDisplay, EGLSurface, EGLint, EGLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglReleaseTexImage
alias peglReleaseTexImage = EGLBoolean function(EGLDisplay, EGLSurface, EGLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglReleaseThread
alias peglReleaseThread = EGLBoolean function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglSurfaceAttrib
alias peglSurfaceAttrib = EGLBoolean function(EGLDisplay, EGLSurface, EGLint, EGLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglSwapBuffers
alias peglSwapBuffers = EGLBoolean function(EGLDisplay, EGLSurface)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglSwapInterval
alias peglSwapInterval = EGLBoolean function(EGLDisplay, EGLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglTerminate
alias peglTerminate = EGLBoolean function(EGLDisplay)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglWaitClient
alias peglWaitClient = EGLBoolean function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglWaitGL
alias peglWaitGL = EGLBoolean function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglWaitNative
alias peglWaitNative = EGLBoolean function(EGLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
peglWaitSync
alias peglWaitSync = EGLBoolean function(EGLDisplay, EGLSync, EGLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Functions

EGLversionMajor
EGLint EGLversionMajor()
Undocumented in source. Be warned that the author may not have intended to support it.
EGLversionMinor
EGLint EGLversionMinor()
Undocumented in source. Be warned that the author may not have intended to support it.
libGLES
SharedLib libGLES()
Undocumented in source. Be warned that the author may not have intended to support it.
loadEGL
EGLSupport loadEGL()
Undocumented in source. Be warned that the author may not have intended to support it.
loadEGL
EGLSupport loadEGL(const(char)* libName)
Undocumented in source. Be warned that the author may not have intended to support it.
loadEGL
bool loadEGL(SharedLib lib)
Undocumented in source. Be warned that the author may not have intended to support it.
unloadEGL
void unloadEGL()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

eglBindAPI
peglBindAPI eglBindAPI;
Undocumented in source.
eglBindTexImage
peglBindTexImage eglBindTexImage;
Undocumented in source.
eglChooseConfig
peglChooseConfig eglChooseConfig;
Undocumented in source.
eglClientWaitSync
peglClientWaitSync eglClientWaitSync;
Undocumented in source.
eglCopyBuffers
peglCopyBuffers eglCopyBuffers;
Undocumented in source.
eglCreateContext
peglCreateContext eglCreateContext;
Undocumented in source.
eglCreatePbufferFromClientBuffer
peglCreatePbufferFromClientBuffer eglCreatePbufferFromClientBuffer;
Undocumented in source.
eglCreatePbufferSurface
peglCreatePbufferSurface eglCreatePbufferSurface;
Undocumented in source.
eglCreatePixmapSurface
peglCreatePixmapSurface eglCreatePixmapSurface;
Undocumented in source.
eglCreatePlatformPixmapSurface
peglCreatePlatformPixmapSurface eglCreatePlatformPixmapSurface;
Undocumented in source.
eglCreatePlatformWindowSurface
peglCreatePlatformWindowSurface eglCreatePlatformWindowSurface;
Undocumented in source.
eglCreateSync
peglCreateSync eglCreateSync;
Undocumented in source.
eglCreateWindowSurface
peglCreateWindowSurface eglCreateWindowSurface;
Undocumented in source.
eglDestroyContext
peglDestroyContext eglDestroyContext;
Undocumented in source.
eglDestroySurface
peglDestroySurface eglDestroySurface;
Undocumented in source.
eglDestroySync
peglDestroySync eglDestroySync;
Undocumented in source.
eglGetConfigAttrib
peglGetConfigAttrib eglGetConfigAttrib;
Undocumented in source.
eglGetConfigs
peglGetConfigs eglGetConfigs;
Undocumented in source.
eglGetCurrentContext
peglGetCurrentContext eglGetCurrentContext;
Undocumented in source.
eglGetCurrentDisplay
peglGetCurrentDisplay eglGetCurrentDisplay;
Undocumented in source.
eglGetCurrentSurface
peglGetCurrentSurface eglGetCurrentSurface;
Undocumented in source.
eglGetDisplay
peglGetDisplay eglGetDisplay;
Undocumented in source.
eglGetError
peglGetError eglGetError;
Undocumented in source.
eglGetPlatformDisplay
peglGetPlatformDisplay eglGetPlatformDisplay;
Undocumented in source.
eglGetProcAddress
peglGetProcAddress eglGetProcAddress;
Undocumented in source.
eglGetSyncAttrib
peglGetSyncAttrib eglGetSyncAttrib;
Undocumented in source.
eglInitialize
peglInitialize eglInitialize;
Undocumented in source.
eglMakeCurrent
peglMakeCurrent eglMakeCurrent;
Undocumented in source.
eglQueryAPI
peglQueryAPI eglQueryAPI;
Undocumented in source.
eglQueryContext
peglQueryContext eglQueryContext;
Undocumented in source.
eglQueryString
peglQueryString eglQueryString;
Undocumented in source.
eglQuerySurface
peglQuerySurface eglQuerySurface;
Undocumented in source.
eglReleaseTexImage
peglReleaseTexImage eglReleaseTexImage;
Undocumented in source.
eglReleaseThread
peglReleaseThread eglReleaseThread;
Undocumented in source.
eglSurfaceAttrib
peglSurfaceAttrib eglSurfaceAttrib;
Undocumented in source.
eglSwapBuffers
peglSwapBuffers eglSwapBuffers;
Undocumented in source.
eglSwapInterval
peglSwapInterval eglSwapInterval;
Undocumented in source.
eglTerminate
peglTerminate eglTerminate;
Undocumented in source.
eglWaitClient
peglWaitClient eglWaitClient;
Undocumented in source.
eglWaitGL
peglWaitGL eglWaitGL;
Undocumented in source.
eglWaitNative
peglWaitNative eglWaitNative;
Undocumented in source.
eglWaitSync
peglWaitSync eglWaitSync;
Undocumented in source.

Structs

ANativeWindow
struct ANativeWindow
Undocumented in source.
egl_native_pixmap_t
struct egl_native_pixmap_t
Undocumented in source.

Variables

EGL_DEFAULT_DISPLAY
enum EGLNativeDisplayType EGL_DEFAULT_DISPLAY;
Undocumented in source.
EGL_NO_CONTEXT
enum EGLContext EGL_NO_CONTEXT;
Undocumented in source.
EGL_NO_DISPLAY
enum EGLDisplay EGL_NO_DISPLAY;
Undocumented in source.

Meta