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

Public Member Functions | |
| cOglCmdDrawSlope (cOglFb *fb, GLint x, GLint y, GLint width, GLint height, GLint color, GLint type) | |
| type: 0: horizontal, rising, lower 1: horizontal, rising, upper 2: horizontal, falling, lower 3: horizontal, falling, upper 4: vertical, rising, lower 5: vertical, rising, upper 6: vertical, falling, lower 7: vertical, falling, upper More... | |
| 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 const char * | Description (void)=0 |
| virtual bool | Execute (void)=0 |
Private Attributes | |
| GLint | x |
| GLint | y |
| GLint | width |
| GLint | height |
| GLint | color |
| GLint | type |
Additional Inherited Members | |
Protected Attributes inherited from cOglCmd | |
| cOglFb * | fb |
Definition at line 470 of file openglosd.h.
| cOglCmdDrawSlope::cOglCmdDrawSlope | ( | cOglFb * | fb, |
| GLint | x, | ||
| GLint | y, | ||
| GLint | width, | ||
| GLint | height, | ||
| GLint | color, | ||
| GLint | type | ||
| ) |
type: 0: horizontal, rising, lower 1: horizontal, rising, upper 2: horizontal, falling, lower 3: horizontal, falling, upper 4: vertical, rising, lower 5: vertical, rising, upper 6: vertical, falling, lower 7: vertical, falling, upper
Definition at line 1622 of file openglosd.cpp.
|
inlinevirtual |
Definition at line 478 of file openglosd.h.
|
inlinevirtual |
Implements cOglCmd.
Definition at line 479 of file openglosd.h.
|
virtual |
Implements cOglCmd.
Definition at line 1631 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(), type, cOglFb::Unbind(), cOglVb::Unbind(), vbSlope, VertexBuffers, cOglFb::Width(), width, x, and y.
|
private |
Definition at line 474 of file openglosd.h.
Referenced by cOglCmdDrawSlope(), and Execute().
|
private |
Definition at line 473 of file openglosd.h.
Referenced by cOglCmdDrawSlope(), and Execute().
|
private |
Definition at line 475 of file openglosd.h.
Referenced by cOglCmdDrawSlope(), and Execute().
|
private |
Definition at line 473 of file openglosd.h.
Referenced by cOglCmdDrawSlope(), and Execute().
|
private |
Definition at line 472 of file openglosd.h.
Referenced by cOglCmdDrawSlope(), and Execute().
|
private |
Definition at line 472 of file openglosd.h.
Referenced by cOglCmdDrawSlope(), and Execute().