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

Public Member Functions | |
| cOglCmdDrawImage (cOglFb *fb, tColor *argb, GLint width, GLint height, GLint x, GLint y, bool overlay=true, double scaleX=1.0f, double scaleY=1.0f) | |
| virtual | ~cOglCmdDrawImage (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 | |
| tColor * | argb |
| GLint | x |
| GLint | y |
| GLint | width |
| GLint | height |
| bool | overlay |
| GLfloat | scaleX |
| GLfloat | scaleY |
| GLint | bcolor |
Additional Inherited Members | |
Protected Attributes inherited from cOglCmd | |
| cOglFb * | fb |
Definition at line 499 of file openglosd.h.
| cOglCmdDrawImage::cOglCmdDrawImage | ( | cOglFb * | fb, |
| tColor * | argb, | ||
| GLint | width, | ||
| GLint | height, | ||
| GLint | x, | ||
| GLint | y, | ||
| bool | overlay = true, |
||
| double | scaleX = 1.0f, |
||
| double | scaleY = 1.0f |
||
| ) |
|
virtual |
Definition at line 1879 of file openglosd.cpp.
References argb.
|
inlinevirtual |
Implements cOglCmd.
Definition at line 509 of file openglosd.h.
|
virtual |
Implements cOglCmd.
Definition at line 1883 of file openglosd.cpp.
References cOglVb::ActivateShader(), argb, bcolor, cOglFb::Bind(), cOglVb::Bind(), cOglVb::DisableBlending(), cOglVb::DrawArrays(), cOglVb::EnableBlending(), cOglCmd::fb, GL_CHECK, cOglFb::Height(), height, overlay, scaleX, scaleY, cOglVb::SetShaderAlpha(), cOglVb::SetShaderBorderColor(), cOglVb::SetShaderProjectionMatrix(), cOglVb::SetVertexSubData(), cOglFb::Unbind(), cOglVb::Unbind(), vbTextureSwapBR, VertexBuffers, cOglFb::Width(), width, x, and y.
|
private |
Definition at line 501 of file openglosd.h.
Referenced by cOglCmdDrawImage(), Execute(), and ~cOglCmdDrawImage().
|
private |
Definition at line 505 of file openglosd.h.
Referenced by cOglCmdDrawImage(), and Execute().
|
private |
Definition at line 502 of file openglosd.h.
Referenced by cOglCmdDrawImage(), and Execute().
|
private |
Definition at line 503 of file openglosd.h.
Referenced by cOglCmdDrawImage(), and Execute().
|
private |
Definition at line 504 of file openglosd.h.
Referenced by cOglCmdDrawImage(), and Execute().
|
private |
Definition at line 504 of file openglosd.h.
Referenced by cOglCmdDrawImage(), and Execute().
|
private |
Definition at line 502 of file openglosd.h.
Referenced by cOglCmdDrawImage(), and Execute().
|
private |
Definition at line 502 of file openglosd.h.
Referenced by cOglCmdDrawImage(), and Execute().
|
private |
Definition at line 502 of file openglosd.h.
Referenced by cOglCmdDrawImage(), and Execute().