#include <kanzi/core.ui/platform/context_api/egl/egl_common.hpp>
#include <kanzi/core/cpp/optional.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. | |