|
vdr-plugin-softhddevice-drm-gles 1.6.4-d0291bb
|
OpenGL command: Draw a slope. More...
#include <openglosd.h>
Public Member Functions | |
| cOglCmdDrawSlope (cOglFb *fb, GLint x, GLint y, GLint width, GLint height, GLint color, GLint type) | |
| virtual | ~cOglCmdDrawSlope (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 |
| GLint | m_type |
Additional Inherited Members | |
Protected Attributes inherited from cOglCmd | |
| cOglFb * | m_pFramebuffer |
OpenGL command: Draw a slope.
Definition at line 554 of file openglosd.h.
|
inline |
Definition at line 556 of file openglosd.h.
Definition at line 564 of file openglosd.h.
Implements cOglCmd.
Definition at line 565 of file openglosd.h.
Implements cOglCmd.
Definition at line 1295 of file openglosd.cpp.
References cOglFb::Bind(), cOglFb::Height(), m_color, m_height, cOglCmd::m_pFramebuffer, m_type, m_width, m_x, m_y, cOglFb::Unbind(), vbSlope, VertexBuffers, and cOglFb::Width().
|
private |
Definition at line 570 of file openglosd.h.
Referenced by Execute().
|
private |
Definition at line 569 of file openglosd.h.
Referenced by Execute().
|
private |
Definition at line 571 of file openglosd.h.
Referenced by Execute().
|
private |
Definition at line 569 of file openglosd.h.
Referenced by Execute().
|
private |
Definition at line 568 of file openglosd.h.
Referenced by Execute().
|
private |
Definition at line 568 of file openglosd.h.
Referenced by Execute().