#include <kanzi/core.ui/platform/context_api/egl/egl_common.hpp>
#include <kanzi/core/cpp/optional.hpp>
Classes | |
class | kanzi::EGLWindowSurface |
Class representing EGL window surface. More... | |
Namespaces | |
kanzi | |
Easing functions that require external dependencies for calculation. | |
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. More... | |
bool | kanzi::isNoSurface (const EGLWindowSurface &eglSurface) noexcept |
Tests if a given EGL surface is no surface. More... | |
bool | kanzi::isNoSurfaceHandle (const ::EGLSurface eglSurfaceHandle) noexcept |
Tests if a given EGL surface handle is no surface. More... | |