#include <kanzi/core.ui/graphics/color_workflow.hpp>#include <kanzi/core.ui/platform/context_api/egl/egl_common.hpp>#include <kanzi/core/cpp/optional.hpp>#include <kanzi/core/cpp/platform.hpp>Classes | |
| class | kanzi::EGLWindowSurface |
| Class representing EGL window surface. More... | |
Namespaces | |
| namespace | kanzi |
Functions | |
| bool | kanzi::isNativeWindowSurfaceConfigSupported (const EGLDisplay &eglDisplay, EGLNativeWindowType eglNativeWindow, const EGLConfig &eglConfig) noexcept |
| Tests if a given EGL config is a valid window surface configuration. | |
| bool | kanzi::isNoSurface (const EGLWindowSurface &eglSurface) noexcept |
| Tests if a given EGL surface is a no surface. | |
| bool | kanzi::isNoSurfaceHandle (const ::EGLSurface eglSurfaceHandle) noexcept |
| Tests if a given EGL surface handle is a no surface. | |