This is the complete list of members for CGfxEnvFBDeviceRZA2M, including all inherited members.
| AddLayer(const LayerConfiguration_t &kLayerConfig) | CGfxEnv | |
| AddMainLayer(const eC_UInt &uiLayerID=0, const eC_Bool &bCached=false) | CGfxEnv | |
| ApplyGlobalAlpha(const eC_UByte &ubAlpha) const | CGfxEnv | |
| CGfxEnv(const SurfaceMode_t &eSurfaceMode, const CGUICommonEnums::ImageType_t &eScreenFormat, const eC_UInt &uiWidth, const eC_UInt &uiHeight, const eC_UInt &uiBufferCount=1, void **ppkBuffers=NULL, const eC_Bool &bResizable=false) | CGfxEnv | protected |
| CGfxEnvFBDeviceRZA2M(const eC_UInt &uiWidth, const eC_UInt &uiHeight, const eC_UInt &uiBufferCount, const eC_Bool &bResizable, char *pkDeviceName) | CGfxEnvFBDeviceRZA2M | protected |
| CreateInstance(const eC_UInt &uiWidth, const eC_UInt &uiHeight, const eC_UInt &uiBufferCount=1, const eC_Bool &bResizable=false, char *pkDeviceName="/dev/fb0") | CGfxEnvFBDeviceRZA2M | static |
| CGfxEnv::CreateInstance(const SurfaceMode_t &eSurfaceMode, const CGUICommonEnums::ImageType_t &eScreenFormat, const eC_UInt &uiWidth, const eC_UInt &uiHeight, const eC_UInt &uiBufferCount=1, void **ppkBuffers=NULL, const eC_Bool &bResizable=false) | CGfxEnv | static |
| DeInitDisplay() | CGfxEnv | inlinevirtual |
| DeleteInstance() | CGfxEnv | static |
| EndOfRefresh() | CGfxEnvFBDeviceRZA2M | virtual |
| GetActiveLayerID() const | CGfxEnv | |
| GetBPP() const | CGfxEnv | virtual |
| GetBPPFromScreenFormat() const | CGfxEnv | protected |
| GetBufferCount() const | CGfxEnv | virtual |
| GetBytesPerPixel(const CGUICommonEnums::ImageType_t &ePixFormat) const | CGfxEnv | |
| GetColorFormat() const | CGfxEnv | virtual |
| GetDisplayBuffer(const eC_UInt &uiLayerID) const | CGfxEnv | |
| GetDisplayHandle() const | CGfxEnv | inlinevirtual |
| GetFrameBuffers() const | CGfxEnvFBDeviceRZA2M | protectedvirtual |
| GetGlobalAlpha() const | CGfxEnv | |
| GetHeight() const | CGfxEnv | virtual |
| GetLayerAlpha(const eC_UInt &uiLayerID) const | CGfxEnv | |
| GetLayerBufferSize(const eC_UInt &uiLayerID, eC_UInt &uiWidth, eC_UInt &uiHeight, eC_UByte &ubBPP) | CGfxEnv | |
| GetLayerChromaKey(const eC_UInt &uiLayerID, eC_Bool &bChromaKeyActive, eC_UInt &uiChromaKey, eC_UByte &ubAlpha) const | CGfxEnv | |
| GetLayerConfig(const eC_UInt &uiLayerIndex, LayerConfiguration_t &rkLayerConfig) const | CGfxEnv | |
| GetLayerConfigForID(const eC_UInt &uiLayerID, LayerConfiguration_t &rkLayerConfig) const | CGfxEnv | |
| GetLayerConfigForMainLayer(LayerConfiguration_t &rkLayerConfig) const | CGfxEnv | |
| GetLayerIndexForID(const eC_UInt &uiLayerID, eC_UInt &ruiLayerIndex) const | CGfxEnv | |
| GetLayerPosition(const eC_UInt &uiLayerID, eC_Int &iXPos, eC_Int &iYPos) | CGfxEnv | |
| GetLayerVisibleSize(const eC_UInt &uiLayerID, eC_UInt &uiWidth, eC_UInt &uiHeight) | CGfxEnv | |
| GetMainLayerID() const | CGfxEnv | |
| GetMergeBuffer() const | CGfxEnv | inlinevirtual |
| GetName() const | CGfxEnv | virtual |
| GetNumberOfLayers() const | CGfxEnv | |
| GetRenderBuffer(const eC_UInt &uiLayerID) const | CGfxEnv | |
| GetSurfaceMode() const | CGfxEnv | virtual |
| GetWidth() const | CGfxEnv | virtual |
| GetWindowHandle() const | CGfxEnv | inlinevirtual |
| GetXPos() const | CGfxEnv | virtual |
| GetYPos() const | CGfxEnv | virtual |
| InitDisplay() | CGfxEnv | inlinevirtual |
| InitLayer(const LayerConfiguration_t &kLayerConfig) | CGfxEnv | inlineprotectedvirtual |
| InitLayers() | CGfxEnv | |
| InvalidateLayer(const eC_UInt &uiLayerID) | CGfxEnv | |
| IsCreated() const | CGfxEnvFBDeviceRZA2M | protectedvirtual |
| IsLayerModified(const eC_UInt &uiLayerID) const | CGfxEnv | |
| IsLayerVisible(const eC_UInt &uiLayerID) const | CGfxEnv | |
| IsMainLayer(const eC_UInt &uiLayerID) const | CGfxEnv | |
| IsNull() | CGfxEnv | inlinevirtual |
| IsResizable() const | CGfxEnv | virtual |
| IsVSyncEnabled() const | CGfxEnv | inlinevirtual |
| m_akLayers | CGfxEnv | protected |
| m_bNeedsManualMerge | CGfxEnv | protected |
| m_bResizable | CGfxEnv | protected |
| m_bSupportsCopy | CGfxEnv | protected |
| m_bVSyncEnabled | CGfxEnv | protected |
| m_eColorFormat | CGfxEnv | protected |
| m_eSurfaceMode | CGfxEnv | protected |
| m_iMainLayerID | CGfxEnv | protected |
| m_kName | CGfxEnv | protected |
| m_pkGfxWrap | CGfxEnv | protected |
| m_ppkBuffers | CGfxEnv | protected |
| m_ubBPP | CGfxEnv | protected |
| m_ubGlobalAlpha | CGfxEnv | protected |
| m_uiActiveLayerID | CGfxEnv | protected |
| m_uiActiveLayerIndex | CGfxEnv | protected |
| m_uiBufferCount | CGfxEnv | protected |
| m_uiHeight | CGfxEnv | protected |
| m_uiWidth | CGfxEnv | protected |
| NeedsManualMerge() const | CGfxEnv | virtual |
| RefreshScreen(const CGUIRect &kInvalidatedArea) | CGfxEnvFBDeviceRZA2M | protectedvirtual |
| CGfxEnv::RefreshScreen(const eC_TListDoubleLinked< CGUIRect > &kInvalidatedRectList) | CGfxEnv | virtual |
| SetActiveLayerID(const eC_UInt &uiLayerID, const eC_Bool &bMarkAsModified=false) | CGfxEnv | |
| SetCliprect(const CGUIRect &NewClipRect) | CGfxEnvFBDeviceRZA2M | inlineprotectedvirtual |
| SetDevice(void *pkDevice) | CGfxEnv | inlinevirtual |
| SetGfxWrap(CGfxWrap *pkGfxWrap) | CGfxEnv | inline |
| SetGlobalAlpha(const eC_UByte &ubGlobalAlpha) | CGfxEnv | |
| SetLayerAlpha(const eC_UInt &uiLayerID, const eC_UByte &ubAlpha) | CGfxEnv | |
| SetLayerChromaKey(const eC_UInt &uiLayerID, const eC_Bool &bChromaKeyActive, const eC_UInt &uiChromaKey, const eC_UByte &ubAlpha) | CGfxEnv | |
| SetLayerPosition(const eC_UInt &uiLayerID, const eC_Int &iXPos, const eC_Int &iYPos) | CGfxEnv | |
| SetLayerVisible(const eC_UInt &uiLayerID, const eC_Bool &bVisible) | CGfxEnv | |
| SetLayerVisiblePos(const eC_UInt &uiLayerID, const eC_Int &iXPos, const eC_Int &iYPos) | CGfxEnv | |
| SetLayerVisibleSize(const eC_UInt &uiLayerID, const eC_UInt &uiWidth, const eC_UInt &uiHeight) | CGfxEnv | |
| SetMainLayerID(const eC_UInt &uiLayerID) | CGfxEnv | |
| SetMainLayerProperties(const eC_UInt &uiLayerID, const eC_Bool &bCached) | CGfxEnv | |
| SetObjectForLayerID(const eC_UInt &uiLayerID, CGUIObject *pkObject) | CGfxEnv | |
| SetScreenPosition(const eC_UInt &uiX, const eC_UInt &uiY) | CGfxEnv | virtual |
| SetScreenSize(const eC_UInt &uiWidth, const eC_UInt &uiHeight) | CGfxEnv | virtual |
| SetVSyncEnabled(const eC_Bool &bVSyncEnabled) | CGfxEnv | virtual |
| SetWindowCaption(const eC_String &kCaption) | CGfxEnvFBDeviceRZA2M | inlineprotectedvirtual |
| SM_FRAMEBUFFER enum value | CGfxEnv | |
| SM_OPENGL enum value | CGfxEnv | |
| SM_VULKAN enum value (defined in CGfxEnv) | CGfxEnv | |
| StartOfRefresh() | CGfxEnv | inlinevirtual |
| SupportsCopy() const | CGfxEnv | virtual |
| SurfaceMode_t enum name | CGfxEnv | |
| SwapBuffers() | CGfxEnvFBDeviceRZA2M | inlineprotectedvirtual |
| UpdateLayer(const LayerConfiguration_t &kLayerConfig, const LayerUpdate_t &eUpdateReason) | CGfxEnv | inlinevirtual |
| UpdateLayerBuffers(const eC_UInt &uiLayerID, void *pkRenderBuffer, void *pkDisplayBuffer, const eC_UInt &uiWidth, const eC_UInt &uiHeight) | CGfxEnv | virtual |
| UpdateLayerPositions() | CGfxEnv | |
| UpdateMainLayer(const CGUICommonEnums::ImageType_t &eColorFormat, const eC_UInt &uiWidth, const eC_UInt &uiHeight, const eC_UInt &uiBufferCount, void **ppkBuffers) | CGfxEnv | protected |
| ~CGfxEnv() | CGfxEnv | protectedvirtual |
| ~CGfxEnvFBDeviceRZA2M() | CGfxEnvFBDeviceRZA2M | protectedvirtual |