Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
EGLUtils.cpp File Reference
#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 <map>
#include <EGL/eglext.h>

Macros

#define X(VAL)   std::make_pair(VAL, #VAL)
 

Functions

void EglErrorCallback (EGLenum error, const char *command, EGLint messageType, EGLLabelKHR threadLabel, EGLLabelKHR objectLabel, const char *message)
 

Macro Definition Documentation

◆ X

#define X ( VAL)    std::make_pair(VAL, #VAL)

Function Documentation

◆ EglErrorCallback()

void EglErrorCallback ( EGLenum error,
const char * command,
EGLint messageType,
EGLLabelKHR threadLabel,
EGLLabelKHR objectLabel,
const char * message )