|
vdr-plugin-softhddevice-drm-gles 1.6.4-d0291bb
|
OpenGL command: Init a framebuffer. More...
#include <openglosd.h>
Public Member Functions | |
| cOglCmdInitFb (cOglFb *fb, cCondWait *wait=NULL) | |
| virtual | ~cOglCmdInitFb (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 | |
| cCondWait * | m_wait |
Additional Inherited Members | |
Protected Attributes inherited from cOglCmd | |
| cOglFb * | m_pFramebuffer |
OpenGL command: Init a framebuffer.
Definition at line 373 of file openglosd.h.
Definition at line 375 of file openglosd.h.
Definition at line 378 of file openglosd.h.
Implements cOglCmd.
Definition at line 379 of file openglosd.h.
Implements cOglCmd.
Definition at line 905 of file openglosd.cpp.
References cOglFb::Init(), cOglCmd::m_pFramebuffer, m_wait, and cOglFb::Unbind().
|
private |
Definition at line 382 of file openglosd.h.
Referenced by Execute().