Android.Opengl.GLUtils: Method Members

The methods of Android.Opengl.GLUtils are listed below. For a list of all members, see the GLUtils Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

static
GetEGLErrorString(int) : string
Return a string for the EGL error code, or the hex representation if the error is unknown.
static
GetInternalFormat(Android.Graphics.Bitmap) : int
return the internal format as defined by OpenGL ES of the supplied bitmap.
static
GetType(Android.Graphics.Bitmap) : int
Return the type as defined by OpenGL ES of the supplied bitmap, if there is one.
static
TexImage2D(int, int, Android.Graphics.Bitmap, int)
A version of texImage2D that determines the internalFormat and type automatically.
static
TexImage2D(int, int, int, Android.Graphics.Bitmap, int)
Calls glTexImage2D() on the current OpenGL context.
static
TexImage2D(int, int, int, Android.Graphics.Bitmap, int, int)
A version of texImage2D() that takes an explicit type parameter as defined by the OpenGL ES specification.
static
TexSubImage2D(int, int, int, int, Android.Graphics.Bitmap)
Calls glTexSubImage2D() on the current OpenGL context.
static
TexSubImage2D(int, int, int, int, Android.Graphics.Bitmap, int, int)
A version of texSubImage2D() that takes an explicit type parameter as defined by the OpenGL ES specification.