|
vdr-plugin-softhddevice-drm-gles 1.6.8-daba64b
|
OpenGL command: Draw a texture. More...
#include <openglosd.h>
Public Member Functions | |
| cOglCmdDrawTexture (cOglFb *fb, sOglImage *imageRef, GLint x, GLint y, double scaleX=1.0f, double scaleY=1.0f) | |
| virtual | ~cOglCmdDrawTexture (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 | |
| sOglImage * | m_pImageRef |
| GLint | m_x |
| GLint | m_y |
| GLfloat | m_scaleX |
| GLfloat | m_scaleY |
| GLint | m_borderColor |
Additional Inherited Members | |
Protected Attributes inherited from cOglCmd | |
| cOglFb * | m_pFramebuffer |
OpenGL command: Draw a texture.
Definition at line 661 of file openglosd.h.
|
inline |
Definition at line 663 of file openglosd.h.
Definition at line 671 of file openglosd.h.
Implements cOglCmd.
Definition at line 672 of file openglosd.h.
Implements cOglCmd.
Definition at line 1635 of file openglosd.cpp.
References cOglFb::Bind(), GL_CHECK, sOglImage::height, cOglFb::Height(), m_borderColor, cOglCmd::m_pFramebuffer, m_pImageRef, m_scaleX, m_scaleY, m_x, m_y, sOglImage::texture, cOglFb::Unbind(), vbTextureSwapBR, VertexBuffers, sOglImage::width, and cOglFb::Width().
|
private |
Definition at line 678 of file openglosd.h.
Referenced by Execute().
|
private |
Definition at line 675 of file openglosd.h.
Referenced by Execute().
|
private |
Definition at line 677 of file openglosd.h.
Referenced by Execute().
|
private |
Definition at line 677 of file openglosd.h.
Referenced by Execute().
|
private |
Definition at line 676 of file openglosd.h.
Referenced by Execute().
|
private |
Definition at line 676 of file openglosd.h.
Referenced by Execute().