Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "system_gl.h"
Namespaces | |
namespace | KODI |
namespace | KODI::UTILS |
namespace | KODI::UTILS::GL |
Macros | |
#define | VerifyGLState() |
Enumerations | |
enum class | KODI::UTILS::GL::ColorChannel { KODI::UTILS::GL::A , KODI::UTILS::GL::R , KODI::UTILS::GL::G , KODI::UTILS::GL::B } |
Functions | |
void | KODI::UTILS::GL::GlErrorCallback (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *message, const void *userParam) |
int | KODI::UTILS::GL::glFormatElementByteCount (GLenum format) |
uint8_t | KODI::UTILS::GL::GetChannelFromARGB (const ColorChannel colorChannel, const uint32_t argb) |
void | _VerifyGLState (const char *szfile, const char *szfunction, int lineno) |
void | LogGraphicsInfo () |
#define VerifyGLState | ( | ) |
void LogGraphicsInfo | ( | ) |