C# Class android.opengl.GLSurfaceView

Inheritance: android.view.SurfaceView, android.view.SurfaceHolder_Callback
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
GLSurfaceView ( global @__env )
onDetachedFromWindow ( ) : void

Private Methods

Méthode Description
GLSurfaceView ( )

Method Details

GLSurfaceView() public méthode

public GLSurfaceView ( android arg0 )
arg0 android

GLSurfaceView() public méthode

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

GLSurfaceView() protected méthode

protected GLSurfaceView ( global @__env )
@__env global

getDebugFlags() public méthode

public getDebugFlags ( ) : int
Résultat int

getRenderMode() public méthode

public getRenderMode ( ) : int
Résultat int

onDetachedFromWindow() protected méthode

protected onDetachedFromWindow ( ) : void
Résultat void

onPause() public méthode

public onPause ( ) : void
Résultat void

onResume() public méthode

public onResume ( ) : void
Résultat void

queueEvent() public méthode

public queueEvent ( global arg0 ) : void
arg0 global
Résultat void

queueEvent() public méthode

public queueEvent ( java arg0 ) : void
arg0 java
Résultat void

requestRender() public méthode

public requestRender ( ) : void
Résultat void

setDebugFlags() public méthode

public setDebugFlags ( int arg0 ) : void
arg0 int
Résultat void

setEGLConfigChooser() public méthode

public setEGLConfigChooser ( android arg0 ) : void
arg0 android
Résultat void

setEGLConfigChooser() public méthode

public setEGLConfigChooser ( bool arg0 ) : void
arg0 bool
Résultat void

setEGLConfigChooser() public méthode

public setEGLConfigChooser ( global arg0 ) : void
arg0 global
Résultat void

setEGLConfigChooser() public méthode

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
Résultat void

setEGLContextClientVersion() public méthode

public setEGLContextClientVersion ( int arg0 ) : void
arg0 int
Résultat void

setEGLContextFactory() public méthode

public setEGLContextFactory ( android arg0 ) : void
arg0 android
Résultat void

setEGLWindowSurfaceFactory() public méthode

public setEGLWindowSurfaceFactory ( android arg0 ) : void
arg0 android
Résultat void

setGLWrapper() public méthode

public setGLWrapper ( android arg0 ) : void
arg0 android
Résultat void

setGLWrapper() public méthode

public setGLWrapper ( global arg0 ) : void
arg0 global
Résultat void

setRenderMode() public méthode

public setRenderMode ( int arg0 ) : void
arg0 int
Résultat void

setRenderer() public méthode

public setRenderer ( android arg0 ) : void
arg0 android
Résultat void

surfaceChanged() public méthode

public surfaceChanged ( android arg0, int arg1, int arg2, int arg3 ) : void
arg0 android
arg1 int
arg2 int
arg3 int
Résultat void

surfaceCreated() public méthode

public surfaceCreated ( android arg0 ) : void
arg0 android
Résultat void

surfaceDestroyed() public méthode

public surfaceDestroyed ( android arg0 ) : void
arg0 android
Résultat void