xbmc
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
KODI::RETRO::CRenderBufferGuiTexture Class Reference
Inheritance diagram for KODI::RETRO::CRenderBufferGuiTexture:
Inheritance graph
[legend]
Collaboration diagram for KODI::RETRO::CRenderBufferGuiTexture:
Collaboration graph
[legend]

Public Member Functions

 CRenderBufferGuiTexture (SCALINGMETHOD scalingMethod)
 
bool Allocate (AVPixelFormat format, unsigned int width, unsigned int height) override
 
size_t GetFrameSize () const override
 
uint8_t * GetMemory () override
 
DataAccess GetMemoryAccess () const override
 
bool UploadTexture () override
 
void BindToUnit (unsigned int unit) override
 
CTextureGetTexture ()
 
- Public Member Functions inherited from KODI::RETRO::CBaseRenderBuffer
void Acquire () override
 
void Acquire (std::shared_ptr< IRenderBufferPool > pool) override
 
void Release () override
 
IRenderBufferPoolGetPool () override
 
- Public Member Functions inherited from KODI::RETRO::IRenderBuffer
virtual void Update ()
 
virtual DataAlignment GetMemoryAlignment () const
 
virtual void ReleaseMemory ()
 
virtual void SetHeader (void *header)
 
AVPixelFormat GetFormat () const
 
unsigned int GetWidth () const
 
unsigned int GetHeight () const
 
bool IsLoaded () const
 
void SetLoaded (bool bLoaded)
 
bool IsRendered () const
 
void SetRendered (bool bRendered)
 
unsigned int GetRotation () const
 
void SetRotation (unsigned int rotationDegCCW)
 

Protected Member Functions

AVPixelFormat TranslateFormat (unsigned int textureFormat)
 
TEXTURE_SCALING TranslateScalingMethod (SCALINGMETHOD scalingMethod)
 

Protected Attributes

SCALINGMETHOD m_scalingMethod
 
unsigned int m_textureFormat = XB_FMT_UNKNOWN
 
std::unique_ptr< CTexturem_texture
 
- Protected Attributes inherited from KODI::RETRO::CBaseRenderBuffer
std::atomic_int m_refCount
 
std::shared_ptr< IRenderBufferPoolm_pool
 
- Protected Attributes inherited from KODI::RETRO::IRenderBuffer
AVPixelFormat m_format = AV_PIX_FMT_NONE
 
unsigned int m_width = 0
 
unsigned int m_height = 0
 
bool m_bLoaded = false
 
bool m_bRendered = false
 
unsigned int m_rotationDegCCW = 0
 

Member Function Documentation

◆ GetFrameSize()

size_t CRenderBufferGuiTexture::GetFrameSize ( ) const
overridevirtual
Todo:
Remove me

Implements KODI::RETRO::IRenderBuffer.


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