Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "OverlayRendererGLES.h"
#include "LinuxRendererGLES.h"
#include "OverlayRenderer.h"
#include "OverlayRendererUtil.h"
#include "RenderManager.h"
#include "ServiceBroker.h"
#include "cores/VideoPlayer/DVDCodecs/Overlay/DVDOverlayImage.h"
#include "cores/VideoPlayer/DVDCodecs/Overlay/DVDOverlaySSA.h"
#include "cores/VideoPlayer/DVDCodecs/Overlay/DVDOverlaySpu.h"
#include "rendering/MatrixGL.h"
#include "rendering/gles/RenderSystemGLES.h"
#include "utils/GLUtils.h"
#include "utils/MathUtils.h"
#include "utils/log.h"
#include "windowing/WinSystem.h"
#include <cmath>
Macros | |
#define | GL_CLAMP GL_CLAMP_TO_EDGE |
#define | USE_PREMULTIPLIED_ALPHA 1 |
#define GL_CLAMP GL_CLAMP_TO_EDGE |
#define USE_PREMULTIPLIED_ALPHA 1 |