|
vdr-plugin-softhddevice-drm-gles 1.5.9-20e15de
|
#include <openglosd.h>
Public Member Functions | |
| cOglCmd (cOglFb *fb) | |
| virtual | ~cOglCmd (void) |
| virtual const char * | Description (void)=0 |
| virtual bool | Execute (void)=0 |
Protected Attributes | |
| cOglFb * | m_pFramebuffer |
Definition at line 331 of file openglosd.h.
|
inline |
Definition at line 334 of file openglosd.h.
|
inlinevirtual |
Definition at line 336 of file openglosd.h.
|
pure virtual |
Implemented in cOglCmdInitOutputFb, cOglCmdInitFb, cOglCmdDeleteFb, cOglCmdRenderFbToBufferFb, cOglCmdCopyBufferToOutputFb, cOglCmdFill, cOglCmdBufferFill, cOglCmdDrawRectangle, cOglCmdDrawEllipse, cOglCmdDrawSlope, cOglCmdDrawText, cOglCmdDrawImage, cOglCmdDrawTexture, cOglCmdStoreImage, and cOglCmdDropImage.
Referenced by cOglThread::Action().
|
pure virtual |
Implemented in cOglCmdInitOutputFb, cOglCmdInitFb, cOglCmdDeleteFb, cOglCmdRenderFbToBufferFb, cOglCmdCopyBufferToOutputFb, cOglCmdFill, cOglCmdBufferFill, cOglCmdDrawRectangle, cOglCmdDrawEllipse, cOglCmdDrawSlope, cOglCmdDrawText, cOglCmdDrawImage, cOglCmdDrawTexture, cOglCmdStoreImage, and cOglCmdDropImage.
Referenced by cOglThread::Action().
|
protected |
Definition at line 340 of file openglosd.h.
Referenced by cOglCmdInitFb::Execute(), cOglCmdDeleteFb::Execute(), cOglCmdRenderFbToBufferFb::Execute(), cOglCmdCopyBufferToOutputFb::Execute(), cOglCmdFill::Execute(), cOglCmdDrawRectangle::Execute(), cOglCmdDrawEllipse::Execute(), cOglCmdDrawSlope::Execute(), cOglCmdDrawText::Execute(), cOglCmdDrawImage::Execute(), and cOglCmdDrawTexture::Execute().