C# Class android.opengl.GLSurfaceView

Inheritance: android.view.SurfaceView, android.view.SurfaceHolder_Callback
Show file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
GLSurfaceView ( android arg0 )
GLSurfaceView ( android arg0, android arg1 )
getDebugFlags ( ) : int
getRenderMode ( ) : int
onPause ( ) : void
onResume ( ) : void
queueEvent ( global arg0 ) : void
queueEvent ( java arg0 ) : void
requestRender ( ) : void
setDebugFlags ( int arg0 ) : void
setEGLConfigChooser ( android arg0 ) : void
setEGLConfigChooser ( bool arg0 ) : void
setEGLConfigChooser ( global arg0 ) : void
setEGLConfigChooser ( int arg0, int arg1, int arg2, int arg3, int arg4, int arg5 ) : void
setEGLContextClientVersion ( int arg0 ) : void
setEGLContextFactory ( android arg0 ) : void
setEGLWindowSurfaceFactory ( android arg0 ) : void
setGLWrapper ( android arg0 ) : void
setGLWrapper ( global arg0 ) : void
setRenderMode ( int arg0 ) : void
setRenderer ( android arg0 ) : void
surfaceChanged ( android arg0, int arg1, int arg2, int arg3 ) : void
surfaceCreated ( android arg0 ) : void
surfaceDestroyed ( android arg0 ) : void

Protected Methods

Method Description
GLSurfaceView ( global @__env )
onDetachedFromWindow ( ) : void

Private Methods

Method Description
GLSurfaceView ( )

Method Details

GLSurfaceView() public method

public GLSurfaceView ( android arg0 )
arg0 android

GLSurfaceView() public method

public GLSurfaceView ( android arg0, android arg1 )
arg0 android
arg1 android

GLSurfaceView() protected method

protected GLSurfaceView ( global @__env )
@__env global

getDebugFlags() public method

public getDebugFlags ( ) : int
return int

getRenderMode() public method

public getRenderMode ( ) : int
return int

onDetachedFromWindow() protected method

protected onDetachedFromWindow ( ) : void
return void

onPause() public method

public onPause ( ) : void
return void

onResume() public method

public onResume ( ) : void
return void

queueEvent() public method

public queueEvent ( global arg0 ) : void
arg0 global
return void

queueEvent() public method

public queueEvent ( java arg0 ) : void
arg0 java
return void

requestRender() public method

public requestRender ( ) : void
return void

setDebugFlags() public method

public setDebugFlags ( int arg0 ) : void
arg0 int
return void

setEGLConfigChooser() public method

public setEGLConfigChooser ( android arg0 ) : void
arg0 android
return void

setEGLConfigChooser() public method

public setEGLConfigChooser ( bool arg0 ) : void
arg0 bool
return void

setEGLConfigChooser() public method

public setEGLConfigChooser ( global arg0 ) : void
arg0 global
return void

setEGLConfigChooser() public method

public setEGLConfigChooser ( int arg0, int arg1, int arg2, int arg3, int arg4, int arg5 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
arg4 int
arg5 int
return void

setEGLContextClientVersion() public method

public setEGLContextClientVersion ( int arg0 ) : void
arg0 int
return void

setEGLContextFactory() public method

public setEGLContextFactory ( android arg0 ) : void
arg0 android
return void

setEGLWindowSurfaceFactory() public method

public setEGLWindowSurfaceFactory ( android arg0 ) : void
arg0 android
return void

setGLWrapper() public method

public setGLWrapper ( android arg0 ) : void
arg0 android
return void

setGLWrapper() public method

public setGLWrapper ( global arg0 ) : void
arg0 global
return void

setRenderMode() public method

public setRenderMode ( int arg0 ) : void
arg0 int
return void

setRenderer() public method

public setRenderer ( android arg0 ) : void
arg0 android
return void

surfaceChanged() public method

public surfaceChanged ( android arg0, int arg1, int arg2, int arg3 ) : void
arg0 android
arg1 int
arg2 int
arg3 int
return void

surfaceCreated() public method

public surfaceCreated ( android arg0 ) : void
arg0 android
return void

surfaceDestroyed() public method

public surfaceDestroyed ( android arg0 ) : void
arg0 android
return void