Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
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

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

Namespaces

namespace  Shaders
 

Enumerations

enum  RenderMethod {
  RENDER_GLSL =0x01 , RENDER_CUSTOM =0x02 , RENDER_GLSL = 0x01 , RENDER_CUSTOM = 0x02 ,
  RENDER_INVALID = 0x00 , RENDER_PS = 0x01 , RENDER_SW = 0x02 , RENDER_DXVA = 0x03
}
 
enum  RenderQuality {
  RQ_LOW =1 , RQ_SINGLEPASS , RQ_MULTIPASS , RQ_LOW = 1 ,
  RQ_SINGLEPASS , RQ_MULTIPASS , RQ_SOFTWARE
}
 

Enumeration Type Documentation

◆ RenderMethod

Enumerator
RENDER_GLSL 
RENDER_CUSTOM 
RENDER_GLSL 
RENDER_CUSTOM 
RENDER_INVALID 
RENDER_PS 
RENDER_SW 
RENDER_DXVA 

◆ RenderQuality

Enumerator
RQ_LOW 
RQ_SINGLEPASS 
RQ_MULTIPASS 
RQ_LOW 
RQ_SINGLEPASS 
RQ_MULTIPASS 
RQ_SOFTWARE