Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
LinuxRendererGLES.h File Reference
#include <vector>
#include "system_gl.h"
#include "BaseRenderer.h"
#include "cores/VideoPlayer/DVDCodecs/Video/DVDVideoCodec.h"
#include "cores/VideoSettings.h"
#include "FrameBufferObject.h"
#include "guilib/Shader.h"
#include "RenderFlags.h"
#include "RenderInfo.h"
#include "windowing/GraphicContext.h"
#include <libavutil/mastering_display_metadata.h>

Classes

class  CLinuxRendererGLES
 
struct  CLinuxRendererGLES::CYuvPlane
 
struct  CLinuxRendererGLES::CPictureBuffer
 

Namespaces

namespace  Shaders
 
namespace  Shaders::GLES
 

Enumerations

enum  RenderMethod { RENDER_GLSL = 0x01 , RENDER_CUSTOM = 0x02 }
 
enum  RenderQuality { RQ_LOW = 1 , RQ_SINGLEPASS , RQ_MULTIPASS , RQ_SOFTWARE }
 

Enumeration Type Documentation

◆ RenderMethod

Enumerator
RENDER_GLSL 
RENDER_CUSTOM 

◆ RenderQuality

Enumerator
RQ_LOW 
RQ_SINGLEPASS 
RQ_MULTIPASS 
RQ_SOFTWARE