|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "EGLUtils.h"#include "ServiceBroker.h"#include "StringUtils.h"#include "guilib/IDirtyRegionSolver.h"#include "log.h"#include "settings/AdvancedSettings.h"#include "settings/SettingsComponent.h"#include "utils/Geometry.h"#include "utils/Map.h"#include <string_view>#include <EGL/egl.h>#include <EGL/eglext.h>#include <EGL/eglplatform.h>Macros | |
| #define | X(VAL) |
Functions | |
| void | EglErrorCallback (EGLenum error, const char *command, EGLint messageType, EGLLabelKHR threadLabel, EGLLabelKHR objectLabel, const char *message) |
| #define X | ( | VAL | ) |
| void EglErrorCallback | ( | EGLenum | error, |
| const char * | command, | ||
| EGLint | messageType, | ||
| EGLLabelKHR | threadLabel, | ||
| EGLLabelKHR | objectLabel, | ||
| const char * | message ) |