|
KZ_NO_DISCARD bool | kanzi::isNoDisplay (const EGLDisplay &eglDisplay) noexcept |
| Tests if a given EGL display is no display. More...
|
|
KZ_NO_DISCARD bool | kanzi::isNoDisplayHandle (const ::EGLDisplay eglDisplay) noexcept |
| Tests if a given EGL display handle is no display. More...
|
|
bool | kanzi::makeCurrentEGLContext (const EGLDisplay &eglDisplay, const EGLWindowSurface &eglSurface, const EGLContext &eglContext) noexcept |
| Binds a window surface to a context and the current thread. More...
|
|
bool | kanzi::makeCurrentEGLContext (const EGLDisplay &eglDisplay, const EGLPBufferSurface &eglSurface, const EGLContext &eglContext) noexcept |
| Binds a pbuffer surface to a context and the current thread. More...
|
|
bool | kanzi::releaseCurrentEGLContext (const EGLDisplay &eglDisplay) noexcept |
| Releases surfaces and context bound to the current thread. More...
|
|
bool | kanzi::shutdownEGL (EGLDisplay &eglDisplay) noexcept |
| Terminates current EGL display connection. More...
|
|
KZ_NO_DISCARD optional< EGLint > | kanzi::tryGetEGLAttributeValue (const EGLDisplay &eglDisplay,::EGLConfig eglConfig, EGLint attributeName) noexcept |
| Tries to get an EGL attribute value associated with the attribute name. More...
|
|