10#if !defined __GFXWRAPOGLES1_1__H__
11#define __GFXWRAPOGLES1_1__H__
13#include "GfxWrapOGLES.h"
33 const eC_UInt& uiTexID,
34 const eC_UInt& uiXPos,
const eC_UInt& uiYPos,
35 const eC_UInt& uiWidth,
const eC_UInt& uiHeight,
void* pkData);
54 GUIBitmapPlaneID_t uiNewBitmapID,
56 const eC_Value &vWidth,
const eC_Value &vHeight);
The BitmapPlane Class for EGL with PBuffer support.
Definition: GUIBitmapPlane_PBuffer.h:20
The bitmap plane base class.
Definition: GUIBitmapPlane.h:152
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
virtual ~CGfxWrapOGLES1_1()
CGfxWrapOGLES1_1(CGfxEnv *pkGfxEnv)
static eC_Bool CreateInstance(CGfxEnv *pkGfxEnv)
virtual void ReadTextureData(const eC_UInt &uiTexID, const eC_UInt &uiXPos, const eC_UInt &uiYPos, const eC_UInt &uiWidth, const eC_UInt &uiHeight, void *pkData)
virtual CGUIBitmapPlane * CreateGfxDependentBitmap(GUIBitmapPlaneID_t uiNewBitmapID, const CGUIObject &rkParentObject, const eC_Value &vWidth, const eC_Value &vHeight)
OGLES graphics wrapper base implementation.
Definition: GfxWrapOGLES.h:31