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

Public Member Functions | |
| cOglCmdBufferFill (cOglFb *fb, GLint color) | |
| virtual | ~cOglCmdBufferFill (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 432 of file openglosd.h.
| cOglCmdBufferFill::cOglCmdBufferFill | ( | cOglFb * | fb, |
| GLint | color | ||
| ) |
Definition at line 1370 of file openglosd.cpp.
References color.
|
inlinevirtual |
Definition at line 437 of file openglosd.h.
|
inlinevirtual |
Implements cOglCmd.
Definition at line 438 of file openglosd.h.
|
virtual |
Implements cOglCmd.
Definition at line 1374 of file openglosd.cpp.
References color, ConvertColor(), and GL_CHECK.
|
private |
Definition at line 434 of file openglosd.h.
Referenced by cOglCmdBufferFill(), and Execute().