#include <kanzi/core.ui/platform/context_api/egl/egl_config.hpp>#include <kanzi/core.ui/platform/context_api/egl/egl_display.hpp>Namespaces | |
| kanzi | |
| Easing functions that require external dependencies for calculation. | |
| kanzi::qnx | |
Functions | |
| KZ_NO_DISCARD ::EGLConfig | kanzi::qnx::findBestEGLConfig (const EGLDisplay &eglDisplay, bool requirePbuffer) noexcept |
| Finds the best matching EGL config for the given display and EGL config. More... | |
| KZ_NO_DISCARD ::EGLConfig | kanzi::qnx::getEGLConfigForID (const EGLDisplay &eglDisplay, int eglGraphicsFormatID, bool requirePbuffer) noexcept |
| Returns an EGL config for the given display and graphics format ID. More... | |
| KZ_NO_DISCARD int | kanzi::qnx::tryGetScreenUsageFlags (const EGLDisplay &eglDisplay, const EGLConfig &eglConfig) noexcept |
| Queries the screen usage flags for the given display and EGL config. More... | |