vdr-plugin-softhddevice-drm-gles 1.6.4-d0291bb
cOglCmdStoreImage Class Reference

OpenGL command: Store image in the cache. More...

#include <openglosd.h>

Public Member Functions

 cOglCmdStoreImage (sOglImage *imageRef, tColor *argb)
 
virtual ~cOglCmdStoreImage (void)
 
virtual const charDescription (void)
 
virtual bool Execute (void)
 
- Public Member Functions inherited from cOglCmd
 cOglCmd (cOglFb *fb)
 
virtual ~cOglCmd (void)
 
virtual bool NeedsLockingAgainstStateChange (void)
 

Private Attributes

sOglImagem_pImageRef
 
tColorm_pData
 

Additional Inherited Members

- Protected Attributes inherited from cOglCmd
cOglFbm_pFramebuffer
 

Detailed Description

OpenGL command: Store image in the cache.

Definition at line 663 of file openglosd.h.

Constructor & Destructor Documentation

◆ cOglCmdStoreImage()

cOglCmdStoreImage::cOglCmdStoreImage ( sOglImage imageRef,
tColor argb 
)
inline

Definition at line 665 of file openglosd.h.

◆ ~cOglCmdStoreImage()

virtual cOglCmdStoreImage::~cOglCmdStoreImage ( void  )
inlinevirtual

Definition at line 669 of file openglosd.h.

References m_pData.

Member Function Documentation

◆ Description()

virtual const char * cOglCmdStoreImage::Description ( void  )
inlinevirtual

Implements cOglCmd.

Definition at line 670 of file openglosd.h.

◆ Execute()

bool cOglCmdStoreImage::Execute ( void  )
virtual

Implements cOglCmd.

Definition at line 1622 of file openglosd.cpp.

References GL_CHECK, sOglImage::height, m_pData, m_pImageRef, sOglImage::texture, and sOglImage::width.

Member Data Documentation

◆ m_pData

tColor* cOglCmdStoreImage::m_pData
private

Definition at line 674 of file openglosd.h.

Referenced by Execute(), and ~cOglCmdStoreImage().

◆ m_pImageRef

sOglImage* cOglCmdStoreImage::m_pImageRef
private

Definition at line 673 of file openglosd.h.

Referenced by Execute().


The documentation for this class was generated from the following files: