10#if !defined __GUIBITMAPPLANE_PBUFFER__H__
11#define __GUIBITMAPPLANE_PBUFFER__H__
14#include "GUIBitmapPlane_GL.h"
48 EGLSurface m_RenderSurface;
49 eC_Bool m_bOffscreenContextReady;
The BitmapPlane Class for GL with pseudo offscreen rendering.
Definition: GUIBitmapPlane_GL.h:21
The BitmapPlane Class for EGL with PBuffer support.
Definition: GUIBitmapPlane_PBuffer.h:20
virtual void DeleteRenderSurface()
Called by the framework to allow derived classes to free memory allocated by the associated render su...
virtual eC_Bool DrawToScreen()
virtual void CreateRenderSurface()
Inits the Texture Object by actually allocating memory for it.
virtual eC_Bool DrawToBitmap()
EGLSurface & GetRenderSurface()
CGUIBitmapPlane_PBuffer(GUIBitmapPlaneID_t uiNewBitmapID, const CGUIObject &rkParentObject, eC_Value vWidth, eC_Value vHeight)
virtual eC_Bool FinishDrawToBitmap()
This is the Guiliani base class all controls are derived from.
Definition: GUIObject.h:79
OpenGL ES 1.x graphics wrapper implementation with PBuffer support.
Definition: GfxWrapOGLES1_1.h:21