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

Public Member Functions | |
| cOglCmdStoreImage (sOglImage *imageRef, tColor *argb) | |
| virtual | ~cOglCmdStoreImage (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 | |
| sOglImage * | imageRef |
| tColor * | data |
Additional Inherited Members | |
Protected Attributes inherited from cOglCmd | |
| cOglFb * | fb |
Definition at line 526 of file openglosd.h.
| cOglCmdStoreImage::cOglCmdStoreImage | ( | sOglImage * | imageRef, |
| tColor * | argb | ||
| ) |
Definition at line 1992 of file openglosd.cpp.
|
virtual |
Definition at line 1997 of file openglosd.cpp.
References data.
|
inlinevirtual |
Implements cOglCmd.
Definition at line 533 of file openglosd.h.
|
virtual |
|
private |
Definition at line 529 of file openglosd.h.
Referenced by cOglCmdStoreImage(), Execute(), and ~cOglCmdStoreImage().
|
private |
Definition at line 528 of file openglosd.h.
Referenced by cOglCmdStoreImage(), and Execute().