|
vdr-plugin-softhddevice-drm-gles 1.6.8-daba64b
|
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 491 of file openglosd.h.
Definition at line 493 of file openglosd.h.
Definition at line 496 of file openglosd.h.
Implements cOglCmd.
Definition at line 497 of file openglosd.h.
Implements cOglCmd.
Definition at line 1086 of file openglosd.cpp.
References cOglFb::Bind(), ConvertColor(), GL_CHECK, m_color, cOglCmd::m_pFramebuffer, and cOglFb::Unbind().
|
private |
Definition at line 500 of file openglosd.h.
Referenced by Execute().