|
vdr-plugin-softhddevice-drm-gles 1.4.0
|
#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 * | fb |
Definition at line 349 of file openglosd.h.
|
inline |
Definition at line 353 of file openglosd.h.
References fb.
|
inlinevirtual |
Definition at line 354 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 351 of file openglosd.h.
Referenced by cOglCmd(), cOglCmdInitFb::Execute(), cOglCmdDeleteFb::Execute(), cOglCmdRenderFbToBufferFb::Execute(), cOglCmdCopyBufferToOutputFb::Execute(), cOglCmdFill::Execute(), cOglCmdDrawRectangle::Execute(), cOglCmdDrawEllipse::Execute(), cOglCmdDrawSlope::Execute(), cOglCmdDrawText::Execute(), cOglCmdDrawImage::Execute(), and cOglCmdDrawTexture::Execute().