|
vdr-plugin-softhddevice-drm-gles 1.4.0
|
#include <openglosd.h>

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 | |
| cOglFb * | fb |
Definition at line 422 of file openglosd.h.
| cOglCmdFill::cOglCmdFill | ( | cOglFb * | fb, |
| GLint | color | ||
| ) |
Definition at line 1355 of file openglosd.cpp.
References color.
|
inlinevirtual |
Definition at line 427 of file openglosd.h.
|
inlinevirtual |
Implements cOglCmd.
Definition at line 428 of file openglosd.h.
|
virtual |
Implements cOglCmd.
Definition at line 1359 of file openglosd.cpp.
References cOglFb::Bind(), color, ConvertColor(), cOglCmd::fb, GL_CHECK, and cOglFb::Unbind().
|
private |
Definition at line 424 of file openglosd.h.
Referenced by cOglCmdFill(), and Execute().