Classes | |
| class | kanzi::EGLConfig |
| Class representing a single EGL configuration. More... | |
Namespaces | |
| namespace | kanzi |
Functions | |
| KZ_NO_DISCARD bool | kanzi::isNoConfig (const EGLConfig &eglConfig) noexcept |
| Tests whether the given EGL configuration is no configuration. | |
| KZ_NO_DISCARD bool | kanzi::isNoConfigHandle (const ::EGLConfig eglConfig) noexcept |
| Tests whether the given EGL configuration handle is no configuration. | |
| void | kanzi::listAllEGLConfigs (const EGLDisplay &eglDisplay) noexcept |
| Prints metadata for all EGL configurations supported by an EGL display. | |
| void | kanzi::listEGLConfig (const EGLDisplay &eglDisplay, const EGLConfig &eglConfig) noexcept |
| Prints metadata for the given EGL configuration. | |