|
vdr-plugin-softhddevice-drm-gles 1.6.4-d0291bb
|
OpenGL command: Drop image from cache. More...
#include <openglosd.h>
Public Member Functions | |
| cOglCmdDropImage (sOglImage *imageRef, cCondWait *wait) | |
| virtual | ~cOglCmdDropImage (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 |
| cCondWait * | m_pWait |
Additional Inherited Members | |
Protected Attributes inherited from cOglCmd | |
| cOglFb * | m_pFramebuffer |
OpenGL command: Drop image from cache.
Definition at line 682 of file openglosd.h.
Definition at line 684 of file openglosd.h.
Definition at line 688 of file openglosd.h.
Implements cOglCmd.
Definition at line 689 of file openglosd.h.
Implements cOglCmd.
Definition at line 1645 of file openglosd.cpp.
References GL_CHECK, m_pImageRef, m_pWait, and sOglImage::texture.
|
private |
Definition at line 692 of file openglosd.h.
Referenced by Execute().
|
private |
Definition at line 693 of file openglosd.h.
Referenced by Execute().