#include <kanzi/platform/kz_platform_api.hpp>#include <kanzi/core/cpp/optional.hpp>#include <kanzi/core/cpp/platform.hpp>Namespaces | |
| namespace | kanzi |
| namespace | kanzi::qnx |
Functions | |
| KZ_NO_DISCARD int | kanzi::qnx::chooseWindowFormat (const EGLDisplay &eglDisplay, const EGLConfig &eglConfig, optional< int > paddingSize) noexcept |
| Chooses a QNX window pixel format that matches a given EGL configuration. | |
| KZ_NO_DISCARD int | kanzi::qnx::chooseWindowFormat (int bufferSize, optional< int > alphaSize, optional< int > paddingSize) noexcept |
| Chooses a QNX window pixel format based on the specified criteria. | |
| KZ_NO_DISCARD int | kanzi::qnx::queryScreenUsageFlags (const EGLDisplay &eglDisplay, const EGLConfig &eglConfig) noexcept |
| Queries the screen usage flags for the given display and EGL config. | |