#include <kanzi/core.ui/platform/context_api/egl/egl_common.hpp>#include <kanzi/core.ui/platform/context_api/egl/egl_version.hpp>#include <kanzi/core/cpp/vector.hpp>#include <kanzi/core/cpp/span.hpp>Classes | |
| class | kanzi::EGLDisplay |
| Class representing an EGL display connection. More... | |
Namespaces | |
| kanzi | |
| Easing functions that require external dependencies for calculation. | |
Functions | |
| 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... | |