|
vdr-plugin-softhddevice-drm-gles 1.4.0
|
#include <openglosd.h>

Public Member Functions | |
| cOglCmdDrawRectangle (cOglFb *fb, GLint x, GLint y, GLint width, GLint height, GLint color) | |
| virtual | ~cOglCmdDrawRectangle (void) |
| virtual const char * | Description (void) |
| virtual bool | Execute (void) |
Public Member Functions inherited from cOglCmd | |
| cOglCmd (cOglFb *fb) | |
| virtual | ~cOglCmd (void) |
| virtual const char * | Description (void)=0 |
| virtual bool | Execute (void)=0 |
Private Attributes | |
| GLint | x |
| GLint | y |
| GLint | width |
| GLint | height |
| GLint | color |
Additional Inherited Members | |
Protected Attributes inherited from cOglCmd | |
| cOglFb * | fb |
Definition at line 442 of file openglosd.h.
| cOglCmdDrawRectangle::cOglCmdDrawRectangle | ( | cOglFb * | fb, |
| GLint | x, | ||
| GLint | y, | ||
| GLint | width, | ||
| GLint | height, | ||
| GLint | color | ||
| ) |
|
inlinevirtual |
Definition at line 449 of file openglosd.h.
|
inlinevirtual |
Implements cOglCmd.
Definition at line 450 of file openglosd.h.
|
virtual |
Implements cOglCmd.
Definition at line 1391 of file openglosd.cpp.
References cOglVb::ActivateShader(), cOglFb::Bind(), cOglVb::Bind(), color, cOglVb::DisableBlending(), cOglVb::DrawArrays(), cOglVb::EnableBlending(), cOglCmd::fb, cOglFb::Height(), height, cOglVb::SetShaderColor(), cOglVb::SetShaderProjectionMatrix(), cOglVb::SetVertexSubData(), cOglFb::Unbind(), cOglVb::Unbind(), vbRect, VertexBuffers, cOglFb::Width(), width, x, and y.
|
private |
Definition at line 446 of file openglosd.h.
Referenced by cOglCmdDrawRectangle(), and Execute().
|
private |
Definition at line 445 of file openglosd.h.
Referenced by cOglCmdDrawRectangle(), and Execute().
|
private |
Definition at line 445 of file openglosd.h.
Referenced by cOglCmdDrawRectangle(), and Execute().
|
private |
Definition at line 444 of file openglosd.h.
Referenced by cOglCmdDrawRectangle(), and Execute().
|
private |
Definition at line 444 of file openglosd.h.
Referenced by cOglCmdDrawRectangle(), and Execute().