Property | Type | Description | |
---|---|---|---|
_glDisplay | Javax.Microedition.Khronos.Egl.EGLDisplay | ||
_isExternalDisplay | bool | ||
_nativeDislpay | Java.Lang.Object | ||
_randr | bool |
Method | Description | |
---|---|---|
AddConfig ( ) : void | ||
AndroidSupport ( ) : System |
|
|
ChooseGLConfig ( int attribList, int elements ) : Javax.Microedition.Khronos.Egl.EGLConfig[] |
|
|
CreateNewContext ( Javax.Microedition.Khronos.Egl.EGLDisplay eglDisplay, Javax.Microedition.Khronos.Egl.EGLConfig glConfig, Javax.Microedition.Khronos.Egl.EGLContext shareList ) : Javax.Microedition.Khronos.Egl.EGLContext |
|
|
CreatePixelBuffer ( Media ctype, int width, int height ) : GLESPBuffer | ||
CreateWindow ( bool autoCreateWindow, GLESRenderSystem renderSystem, string windowTitle ) : Axiom.Graphics.RenderWindow |
|
|
GetConfigFromDrawable ( Javax.Microedition.Khronos.Egl.EGLSurface drawable, int width, int height ) : Javax.Microedition.Khronos.Egl.EGLConfig | ||
GetGLConfigAttrib ( Javax.Microedition.Khronos.Egl.EGLConfig glConfig, int attribute, int value ) : bool |
|
|
GetGLConfigFromContext ( Javax.Microedition.Khronos.Egl.EGLContext context ) : Javax.Microedition.Khronos.Egl.EGLConfig |
|
|
GetProcAddress ( string procname ) : |
|
|
NewWindow ( string name, int width, int height, bool fullScreen, Collections miscParams = null ) : Graphics.RenderWindow | ||
SetConfigOption ( string name, string value ) : void |
|
|
Start ( ) : void |
|
|
Stop ( ) : void |
|
|
ValidateConfig ( ) : string |
|
Method | Description | |
---|---|---|
RefreshConfig ( ) : void |
|
public ChooseGLConfig ( int attribList, int elements ) : Javax.Microedition.Khronos.Egl.EGLConfig[] | ||
attribList | int | |
elements | int | |
return | Javax.Microedition.Khronos.Egl.EGLConfig[] |
public CreateNewContext ( Javax.Microedition.Khronos.Egl.EGLDisplay eglDisplay, Javax.Microedition.Khronos.Egl.EGLConfig glConfig, Javax.Microedition.Khronos.Egl.EGLContext shareList ) : Javax.Microedition.Khronos.Egl.EGLContext | ||
eglDisplay | Javax.Microedition.Khronos.Egl.EGLDisplay | |
glConfig | Javax.Microedition.Khronos.Egl.EGLConfig | |
shareList | Javax.Microedition.Khronos.Egl.EGLContext | |
return | Javax.Microedition.Khronos.Egl.EGLContext |
public CreatePixelBuffer ( Media ctype, int width, int height ) : GLESPBuffer | ||
ctype | Media | |
width | int | |
height | int | |
return | GLESPBuffer |
public CreateWindow ( bool autoCreateWindow, GLESRenderSystem renderSystem, string windowTitle ) : Axiom.Graphics.RenderWindow | ||
autoCreateWindow | bool | |
renderSystem | GLESRenderSystem | |
windowTitle | string | |
return | Axiom.Graphics.RenderWindow |
public GetConfigFromDrawable ( Javax.Microedition.Khronos.Egl.EGLSurface drawable, int width, int height ) : Javax.Microedition.Khronos.Egl.EGLConfig | ||
drawable | Javax.Microedition.Khronos.Egl.EGLSurface | |
width | int | |
height | int | |
return | Javax.Microedition.Khronos.Egl.EGLConfig |
public GetGLConfigAttrib ( Javax.Microedition.Khronos.Egl.EGLConfig glConfig, int attribute, int value ) : bool | ||
glConfig | Javax.Microedition.Khronos.Egl.EGLConfig | |
attribute | int | |
value | int | |
return | bool |
public GetGLConfigFromContext ( Javax.Microedition.Khronos.Egl.EGLContext context ) : Javax.Microedition.Khronos.Egl.EGLConfig | ||
context | Javax.Microedition.Khronos.Egl.EGLContext | |
return | Javax.Microedition.Khronos.Egl.EGLConfig |
public GetProcAddress ( string procname ) : |
||
procname | string | |
return |
public NewWindow ( string name, int width, int height, bool fullScreen, Collections miscParams = null ) : Graphics.RenderWindow | ||
name | string | |
width | int | |
height | int | |
fullScreen | bool | |
miscParams | Collections | |
return | Graphics.RenderWindow |
public SetConfigOption ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
protected EGLDisplay,Javax.Microedition.Khronos.Egl _glDisplay | ||
return | Javax.Microedition.Khronos.Egl.EGLDisplay |