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

Public Member Functions | |
| cOglCmdInitOutputFb (cOglOutputFb *oFb) | |
| virtual | ~cOglCmdInitOutputFb (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 | |
| cOglOutputFb * | oFb |
Additional Inherited Members | |
Protected Attributes inherited from cOglCmd | |
| cOglFb * | fb |
Definition at line 359 of file openglosd.h.
| cOglCmdInitOutputFb::cOglCmdInitOutputFb | ( | cOglOutputFb * | oFb | ) |
Definition at line 1182 of file openglosd.cpp.
References oFb.
|
inlinevirtual |
Definition at line 364 of file openglosd.h.
|
inlinevirtual |
Implements cOglCmd.
Definition at line 365 of file openglosd.h.
|
virtual |
Implements cOglCmd.
Definition at line 1186 of file openglosd.cpp.
References cOglOutputFb::Init(), oFb, and cOglOutputFb::Unbind().
|
private |
Definition at line 361 of file openglosd.h.
Referenced by cOglCmdInitOutputFb(), and Execute().