pub enum EglCallError {
GetConfigs,
GetCurrentContext,
GetCurrentDisplay,
GetDisplay,
GetCurrentSurface,
GetConfigAttrib,
DestroySurface,
Initialize,
MakeCurrent,
DestroyContext,
CreateWindowSurface,
CreatePlatformWindowSurface,
CreatePixmapSurface,
CreatePbufferSurface,
CreatePbufferFromClientBuffer,
CreateContext,
CopyBuffers,
ChooseConfig,
BindTexImage,
BindAPI,
Terminate,
WaitClient,
WaitGL,
WaitNative,
SwapInterval,
SwapBuffers,
SurfaceAttrib,
ReleaseThread,
ReleaseTexImage,
QuerySurface,
QueryString,
QueryContext,
}
Variants
GetConfigs | | |
GetCurrentContext | | |
GetCurrentDisplay | | |
GetDisplay | | |
GetCurrentSurface | | |
GetConfigAttrib | | |
DestroySurface | | |
Initialize | | |
MakeCurrent | | |
DestroyContext | | |
CreateWindowSurface | | |
CreatePlatformWindowSurface | | |
CreatePixmapSurface | | |
CreatePbufferSurface | | |
CreatePbufferFromClientBuffer | | |
CreateContext | | |
CopyBuffers | | |
ChooseConfig | | |
BindTexImage | | |
BindAPI | | |
Terminate | | |
WaitClient | | |
WaitGL | | |
WaitNative | | |
SwapInterval | | |
SwapBuffers | | |
SurfaceAttrib | | |
ReleaseThread | | |
ReleaseTexImage | | |
QuerySurface | | |
QueryString | | |
QueryContext | | |
Trait Implementations
Derived Implementations