C# Class andengine.opengl.view.ComponentSizeChooser

Inheritance: BaseConfigChooser
Show file Open project: jamesburton/AndEngine.net

Protected Properties

Property Type Description
mAlphaSize int
mBlueSize int
mDepthSize int
mGreenSize int
mRedSize int
mStencilSize int

Public Methods

Method Description
ComponentSizeChooser ( int pRedSize, int pGreenSize, int pBlueSize, int pAlphaSize, int pDepthSize, int pStencilSize ) : Java.Lang
chooseConfig ( Javax.Microedition.Khronos.Egl.IEGL10 pEGL, Javax.Microedition.Khronos.Egl.EGLDisplay pEGLDisplay, Javax.Microedition.Khronos.Egl.EGLConfig pEGLConfigs ) : Javax.Microedition.Khronos.Egl.EGLConfig

Private Methods

Method Description
findConfigAttrib ( Javax.Microedition.Khronos.Egl.IEGL10 pEGL, Javax.Microedition.Khronos.Egl.EGLDisplay pEGLDisplay, Javax.Microedition.Khronos.Egl.EGLConfig pEGLConfig, int pAttribute, int pDefaultValue ) : int

Method Details

ComponentSizeChooser() public method

public ComponentSizeChooser ( int pRedSize, int pGreenSize, int pBlueSize, int pAlphaSize, int pDepthSize, int pStencilSize ) : Java.Lang
pRedSize int
pGreenSize int
pBlueSize int
pAlphaSize int
pDepthSize int
pStencilSize int
return Java.Lang

chooseConfig() public method

public chooseConfig ( Javax.Microedition.Khronos.Egl.IEGL10 pEGL, Javax.Microedition.Khronos.Egl.EGLDisplay pEGLDisplay, Javax.Microedition.Khronos.Egl.EGLConfig pEGLConfigs ) : Javax.Microedition.Khronos.Egl.EGLConfig
pEGL Javax.Microedition.Khronos.Egl.IEGL10
pEGLDisplay Javax.Microedition.Khronos.Egl.EGLDisplay
pEGLConfigs Javax.Microedition.Khronos.Egl.EGLConfig
return Javax.Microedition.Khronos.Egl.EGLConfig

Property Details

mAlphaSize protected property

protected int mAlphaSize
return int

mBlueSize protected property

protected int mBlueSize
return int

mDepthSize protected property

protected int mDepthSize
return int

mGreenSize protected property

protected int mGreenSize
return int

mRedSize protected property

protected int mRedSize
return int

mStencilSize protected property

protected int mStencilSize
return int