#include <kanzi/platform/platform_api.hpp>#include <kanzi/platform/graphics/color_workflow.hpp>#include <kanzi/platform/platform/gl/common/gl_function_pointers.hpp>#include <kanzi/platform/platform/gl/common/gl_graphics_context.hpp>#include <kanzi/platform/platform/gl/context_api/egl_ng/egl_config.hpp>#include <kanzi/platform/platform/gl/context_api/egl_ng/egl_context.hpp>#include <kanzi/platform/platform/gl/context_api/egl_ng/egl_display.hpp>#include <kanzi/platform/platform/gl/context_api/egl_ng/egl_pbuffer_surface.hpp>#include <kanzi/platform/platform/gl/context_api/egl_ng/egl_pixmap_surface.hpp>#include <kanzi/platform/platform/gl/context_api/egl_ng/egl_version.hpp>#include <kanzi/platform/platform/gl/context_api/egl_ng/egl_window_surface.hpp>#include <kanzi/core/cpp/flat_set.hpp>#include <kanzi/core/cpp/list.hpp>#include <kanzi/core/cpp/memory.hpp>#include <kanzi/core/cpp/thread.hpp>#include <kanzi/core/cpp/utility.hpp>#include <kanzi/core/cpp/variant.hpp>Classes | |
| class | kanzi::platform::AbstractWindowSurface |
| Base class for surface-specific data. More... | |
| struct | kanzi::platform::EglGraphicsContext::ContextData |
| Context-specific data. More... | |
| struct | kanzi::platform::EglGraphicsContext::EglExtensionFlags |
| Represents support for EGL extensions. More... | |
| class | kanzi::platform::EglGraphicsContext |
| EGL implementation of GlGraphicsContext. More... | |
| struct | kanzi::platform::EglGraphicsContext::EglInfo |
| EGL information. More... | |
| class | kanzi::platform::StandardSurface |
| Standard surface abstraction. More... | |
| struct | kanzi::platform::EglGraphicsContext::SurfaceData |
| Surface-specific data. More... | |
| struct | kanzi::platform::EglGraphicsContext::ThreadData |
| Thread-specific data. More... | |
Namespaces | |
| namespace | kanzi |
| namespace | kanzi::platform |
Typedefs | |
| using | kanzi::platform::EGLSurface |
| Alias for different types of EGL surfaces. | |