|
vdr-plugin-softhddevice-drm-gles 1.6.2
|
#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 bool | NeedsLockingAgainstStateChange (void) |
Private Attributes | |
| GLint | m_color |
Additional Inherited Members | |
Protected Attributes inherited from cOglCmd | |
| cOglFb * | m_pFramebuffer |
Definition at line 431 of file openglosd.h.
Definition at line 433 of file openglosd.h.
Definition at line 436 of file openglosd.h.
Implements cOglCmd.
Definition at line 437 of file openglosd.h.
|
private |
Definition at line 440 of file openglosd.h.
Referenced by Execute().