|
vdr-plugin-softhddevice-drm-gles 1.6.2
|
#include <openglosd.h>
Public Member Functions | |
| cOglCmdDrawRectangle (cOglFb *fb, GLint x, GLint y, GLint width, GLint height, GLint color) | |
| virtual | ~cOglCmdDrawRectangle (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_x |
| GLint | m_y |
| GLint | m_width |
| GLint | m_height |
| GLint | m_color |
Additional Inherited Members | |
Protected Attributes inherited from cOglCmd | |
| cOglFb * | m_pFramebuffer |
Definition at line 443 of file openglosd.h.
|
inline |
Definition at line 445 of file openglosd.h.
Definition at line 452 of file openglosd.h.
Implements cOglCmd.
Definition at line 453 of file openglosd.h.
|
private |
Definition at line 458 of file openglosd.h.
Referenced by Execute().
|
private |
Definition at line 457 of file openglosd.h.
Referenced by Execute().
|
private |
Definition at line 457 of file openglosd.h.
Referenced by Execute().
|
private |
Definition at line 456 of file openglosd.h.
Referenced by Execute().
|
private |
Definition at line 456 of file openglosd.h.
Referenced by Execute().