|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "GLUtils.h"#include "log.h"#include "ServiceBroker.h"#include "settings/AdvancedSettings.h"#include "settings/SettingsComponent.h"#include "rendering/MatrixGL.h"#include "rendering/RenderSystem.h"#include "utils/StringUtils.h"#include <map>#include <utility>Macros | |
| #define | X(VAL) std::make_pair(VAL, #VAL) |
Functions | |
| void | _VerifyGLState (const char *szfile, const char *szfunction, int lineno) |
| void | LogGraphicsInfo () |
| int | glFormatElementByteCount (GLenum format) |
| #define X | ( | VAL | ) | std::make_pair(VAL, #VAL) |
| void _VerifyGLState | ( | const char * | szfile, |
| const char * | szfunction, | ||
| int | lineno | ||
| ) |
| int glFormatElementByteCount | ( | GLenum | format | ) |
| void LogGraphicsInfo | ( | ) |