|
vdr-plugin-softhddevice-drm-gles 1.6.4-d0291bb
|
OpenGL command: Fill a polygon. More...
#include <openglosd.h>
Public Member Functions | |
| cOglCmdFill (cOglFb *fb, GLint color) | |
| virtual | ~cOglCmdFill (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 polygon.
Definition at line 468 of file openglosd.h.
Definition at line 470 of file openglosd.h.
Definition at line 473 of file openglosd.h.
Implements cOglCmd.
Definition at line 474 of file openglosd.h.
Implements cOglCmd.
Definition at line 1032 of file openglosd.cpp.
References cOglFb::Bind(), ConvertColor(), GL_CHECK, m_color, cOglCmd::m_pFramebuffer, and cOglFb::Unbind().
|
private |
Definition at line 477 of file openglosd.h.
Referenced by Execute().