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