|
vdr-plugin-softhddevice-drm-gles 1.6.8-daba64b
|
OpenGL command: Fill a framebuffer. More...
#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 |
OpenGL command: Fill a framebuffer.
Definition at line 508 of file openglosd.h.
Definition at line 510 of file openglosd.h.
Definition at line 513 of file openglosd.h.
Implements cOglCmd.
Definition at line 514 of file openglosd.h.
Implements cOglCmd.
Definition at line 1099 of file openglosd.cpp.
References ConvertColor(), GL_CHECK, and m_color.
|
private |
Definition at line 517 of file openglosd.h.
Referenced by Execute().