#include <kanzi/platform/platform/context/egl/egl_common.hpp>#include <kanzi/platform/graphics/color_workflow.hpp>#include <kanzi/core/cpp/optional.hpp>#include <kanzi/core/cpp/span.hpp>#include <kanzi/platform/kz_platform_api.hpp>Classes | |
| class | kanzi::EGLPixmapSurface |
| Class representing EGL pixmap surface. More... | |
Namespaces | |
| namespace | kanzi |
Functions | |
| bool | kanzi::isNativePixmapSurfaceConfigSupported (const EGLDisplay &eglDisplay, EGLNativePixmapType eglNativePixmap, const EGLConfig &eglConfig) noexcept |
| Tests if a given EGL config is a valid pixmap surface configuration. | |
| bool | kanzi::isNoSurface (const EGLPixmapSurface &eglSurface) noexcept |
| Tests if a given EGL surface is a no surface. | |