Java android.opengl GLSurfaceView fields, constructors, methods, implement or subclass

Example usage for Java android.opengl GLSurfaceView fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.opengl GLSurfaceView.

The text is from its open source code.

Subclass

android.opengl.GLSurfaceView has subclasses.
Click this link to see all its subclasses.

Field

intRENDERMODE_WHEN_DIRTY
The renderer only renders when the surface is created, or when #requestRender is called.
intRENDERMODE_CONTINUOUSLY
The renderer is called continuously to re-render the scene.

Constructor

GLSurfaceView(Context context)
Standard View constructor.

Method

SurfaceHoldergetHolder()
Return the SurfaceHolder providing access and control over this SurfaceView's underlying surface.
voidqueueEvent(Runnable r)
Queue a runnable to be run on the GL rendering thread.
voidrequestRender()
Request that the renderer render a frame.
voidsetRenderMode(int renderMode)
Set the rendering mode.