|
vdr-plugin-softhddevice-drm-gles 1.6.4-d0291bb
|
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 485 of file openglosd.h.
Definition at line 487 of file openglosd.h.
Definition at line 490 of file openglosd.h.
Implements cOglCmd.
Definition at line 491 of file openglosd.h.
Implements cOglCmd.
Definition at line 1045 of file openglosd.cpp.
References ConvertColor(), GL_CHECK, and m_color.
|
private |
Definition at line 494 of file openglosd.h.
Referenced by Execute().