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