vdr-plugin-softhddevice-drm-gles 1.4.0
Public Member Functions | Private Attributes | List of all members
cOglCmdFill Class Reference

#include <openglosd.h>

Collaboration diagram for cOglCmdFill:
Collaboration graph
[legend]

Public Member Functions

 cOglCmdFill (cOglFb *fb, GLint color)
 
virtual ~cOglCmdFill (void)
 
virtual const char * Description (void)
 
virtual bool Execute (void)
 
- Public Member Functions inherited from cOglCmd
 cOglCmd (cOglFb *fb)
 
virtual ~cOglCmd (void)
 
virtual const char * Description (void)=0
 
virtual bool Execute (void)=0
 

Private Attributes

GLint color
 

Additional Inherited Members

- Protected Attributes inherited from cOglCmd
cOglFbfb
 

Detailed Description

Definition at line 422 of file openglosd.h.

Constructor & Destructor Documentation

◆ cOglCmdFill()

cOglCmdFill::cOglCmdFill ( cOglFb fb,
GLint  color 
)

Definition at line 1355 of file openglosd.cpp.

References color.

◆ ~cOglCmdFill()

virtual cOglCmdFill::~cOglCmdFill ( void  )
inlinevirtual

Definition at line 427 of file openglosd.h.

Member Function Documentation

◆ Description()

virtual const char * cOglCmdFill::Description ( void  )
inlinevirtual

Implements cOglCmd.

Definition at line 428 of file openglosd.h.

◆ Execute()

bool cOglCmdFill::Execute ( void  )
virtual

Implements cOglCmd.

Definition at line 1359 of file openglosd.cpp.

References cOglFb::Bind(), color, ConvertColor(), cOglCmd::fb, GL_CHECK, and cOglFb::Unbind().

Member Data Documentation

◆ color

GLint cOglCmdFill::color
private

Definition at line 424 of file openglosd.h.

Referenced by cOglCmdFill(), and Execute().


The documentation for this class was generated from the following files: